Searched full:linestate (Results 1 – 20 of 20) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/phy/ |
D | rockchip,inno-usb2phy.yaml | 90 description: host linestate interrupt 94 const: linestate 118 - const: linestate 123 - const: linestate 233 interrupt-names = "linestate"; 241 interrupt-names = "otg-bvalid", "otg-id", "linestate";
|
/linux-6.14.4/scripts/ |
D | unifdef.c | 198 static Line_state linestate; /* #if line parser state */ variable 636 * parser state between calls in the global variable linestate, with 660 if (linestate == LS_START) { in parseline() 662 linestate = LS_HASH; in parseline() 666 linestate = LS_DIRTY; in parseline() 668 if (!incomment && linestate == LS_HASH) { in parseline() 701 linestate = LS_DIRTY; in parseline() 706 linestate = LS_DIRTY; in parseline() 716 linestate = LS_DIRTY; in parseline() 721 if (linestate == LS_HASH) { in parseline() [all …]
|
/linux-6.14.4/drivers/usb/dwc2/ |
D | core_intr.c | 770 int linestate; in dwc2_handle_gpwrdn_intr() local 776 linestate = (gpwrdn & GPWRDN_LINESTATE_MASK) >> GPWRDN_LINESTATE_SHIFT; in dwc2_handle_gpwrdn_intr() 782 (gpwrdn & GPWRDN_DISCONN_DET_MSK) && !linestate) { in dwc2_handle_gpwrdn_intr() 790 (gpwrdn & GPWRDN_LNSTSCHG_MSK) && linestate) { in dwc2_handle_gpwrdn_intr() 810 if (!linestate) { in dwc2_handle_gpwrdn_intr()
|
D | hcd.c | 2140 * introduced by the PHY in generating the linestate condition in dwc2_core_host_init()
|
/linux-6.14.4/drivers/phy/rockchip/ |
D | phy-rockchip-inno-usb2.c | 132 * @ls_det_en: linestate detection enable register. 133 * @ls_det_st: linestate detection state register. 134 * @ls_det_clr: linestate detection clear register. 138 * @utmi_ls: utmi linestate state register. 195 * @ls_irq: IRQ number assigned for linestate detection. 196 * @otg_mux_irq: IRQ number which multiplex otg-id/otg-bvalid/linestate 554 /* clear linestate and enable linestate detect irq */ in rockchip_usb2phy_init() 996 * activate the linestate detection to get the next device in rockchip_usb2phy_sm_work() 1028 /* disable linestate detect irq and clear its status */ in rockchip_usb2phy_linestate_irq() 1165 rport->ls_irq = of_irq_get_byname(child_np, "linestate"); in rockchip_usb2phy_port_irq_init() [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/soc/rockchip/ |
D | grf.yaml | 346 interrupt-names = "linestate"; 355 "linestate";
|
/linux-6.14.4/arch/arm/boot/dts/rockchip/ |
D | rk322x.dtsi | 270 "linestate"; 277 interrupt-names = "linestate"; 294 interrupt-names = "linestate"; 301 interrupt-names = "linestate";
|
D | rk3128.dtsi | 567 interrupt-names = "linestate"; 577 "linestate";
|
D | rv1108.dtsi | 281 interrupt-names = "linestate";
|
/linux-6.14.4/drivers/usb/dwc3/ |
D | dwc3-am62.c | 352 * Enable LINESTATE wake up only if connected to bus in dwc3_ti_suspend_common()
|
D | core.h | 1131 * @dis_tx_ipgap_linecheck_quirk: set if we disable u2mac linestate
|
/linux-6.14.4/Documentation/devicetree/bindings/usb/ |
D | snps,dwc3-common.yaml | 174 description: When set, disable u2mac linestate check during HS transmit
|
/linux-6.14.4/drivers/usb/gadget/udc/ |
D | net2272.h | 115 #define LINESTATE 6 macro
|
/linux-6.14.4/arch/arm64/boot/dts/rockchip/ |
D | rk3399-base.dtsi | 1633 interrupt-names = "linestate"; 1643 "linestate"; 1660 interrupt-names = "linestate"; 1670 "linestate";
|
D | rk3308.dtsi | 214 "linestate"; 221 interrupt-names = "linestate";
|
D | rk3328.dtsi | 893 "linestate"; 900 interrupt-names = "linestate";
|
D | rk3576.dtsi | 594 interrupt-names = "otg-bvalid", "otg-id", "linestate"; 617 interrupt-names = "otg-bvalid", "otg-id", "linestate";
|
D | px30.dtsi | 887 interrupt-names = "linestate"; 897 "linestate";
|
/linux-6.14.4/drivers/usb/phy/ |
D | phy-mxs-usb.c | 426 /* Delay some time, and let Linestate be SE0 for controller */ in __mxs_phy_disconnect_line()
|
/linux-6.14.4/drivers/usb/host/ |
D | octeon-hcd.h | 882 * introduced by the PHY in generating the linestate condition may
|