Home
last modified time | relevance | path

Searched full:linestate (Results 1 – 25 of 38) sorted by relevance

12

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/
Dphy-rockchip-inno-usb2.yaml71 description: host linestate interrupt
74 const: linestate
100 - const: linestate
105 - const: linestate
145 interrupt-names = "linestate";
153 interrupt-names = "otg-bvalid", "otg-id", "linestate";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/
Drockchip,inno-usb2phy.yaml84 description: host linestate interrupt
88 const: linestate
112 - const: linestate
117 - const: linestate
192 interrupt-names = "linestate";
200 interrupt-names = "otg-bvalid", "otg-id", "linestate";
/kernel/linux/linux-5.10/scripts/
Dunifdef.c198 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 …]
/kernel/linux/linux-6.6/scripts/
Dunifdef.c198 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 …]
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
Dregs-u2d.h73 #define U2DOTGINT_RLS1 (1 << 14) /* RXCMD Linestate[1] Change Interrupt Rise */
74 #define U2DOTGINT_RLS0 (1 << 13) /* RXCMD Linestate[0] Change Interrupt Rise */
80 #define U2DOTGINT_FLS1 (1 << 6) /* RXCMD Linestate[1] Change Interrupt Fall */
81 #define U2DOTGINT_FLS0 (1 << 5) /* RXCMD Linestate[0] Change Interrupt Fall */
93 #define U2DOTGUSR_LS1 (1 << 6) /* RXCMD Linestate 1 Status */
94 #define U2DOTGUSR_LS0 (1 << 5) /* RXCMD Linestate 0 Status */
/kernel/linux/linux-5.10/drivers/phy/rockchip/
Dphy-rockchip-inno-usb2.c119 * @ls_det_en: linestate detection enable register.
120 * @ls_det_st: linestate detection state register.
121 * @ls_det_clr: linestate detection clear register.
124 * @utmi_ls: utmi linestate state register.
164 * @ls_irq: IRQ number assigned for linestate detection.
165 * @otg_mux_irq: IRQ number which multiplex otg-id/otg-bvalid/linestate
434 /* clear linestate and enable linestate detect irq */ in rockchip_usb2phy_init()
859 * activate the linestate detection to get the next device in rockchip_usb2phy_sm_work()
891 /* disable linestate detect irq and clear its status */ in rockchip_usb2phy_linestate_irq()
952 rport->ls_irq = of_irq_get_byname(child_np, "linestate"); in rockchip_usb2phy_host_port_init()
[all …]
/kernel/linux/linux-6.6/drivers/phy/rockchip/
Dphy-rockchip-inno-usb2.c131 * @ls_det_en: linestate detection enable register.
132 * @ls_det_st: linestate detection state register.
133 * @ls_det_clr: linestate detection clear register.
137 * @utmi_ls: utmi linestate state register.
191 * @ls_irq: IRQ number assigned for linestate detection.
192 * @otg_mux_irq: IRQ number which multiplex otg-id/otg-bvalid/linestate
522 /* clear linestate and enable linestate detect irq */ in rockchip_usb2phy_init()
964 * activate the linestate detection to get the next device in rockchip_usb2phy_sm_work()
996 /* disable linestate detect irq and clear its status */ in rockchip_usb2phy_linestate_irq()
1128 rport->ls_irq = of_irq_get_byname(child_np, "linestate"); in rockchip_usb2phy_port_irq_init()
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/soc/rockchip/
Dgrf.yaml280 interrupt-names = "linestate";
289 "linestate";
/kernel/linux/linux-6.6/drivers/usb/dwc2/
Dcore_intr.c726 int linestate; in dwc2_handle_gpwrdn_intr() local
732 linestate = (gpwrdn & GPWRDN_LINESTATE_MASK) >> GPWRDN_LINESTATE_SHIFT; in dwc2_handle_gpwrdn_intr()
738 (gpwrdn & GPWRDN_DISCONN_DET_MSK) && !linestate) { in dwc2_handle_gpwrdn_intr()
746 (gpwrdn & GPWRDN_LNSTSCHG_MSK) && linestate) { in dwc2_handle_gpwrdn_intr()
766 if (!linestate) { in dwc2_handle_gpwrdn_intr()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
Dcore_intr.c741 int linestate; in dwc2_handle_gpwrdn_intr() local
746 linestate = (gpwrdn & GPWRDN_LINESTATE_MASK) >> GPWRDN_LINESTATE_SHIFT; in dwc2_handle_gpwrdn_intr()
752 (gpwrdn & GPWRDN_DISCONN_DET_MSK) && !linestate) { in dwc2_handle_gpwrdn_intr()
760 (gpwrdn & GPWRDN_LNSTSCHG_MSK) && linestate) { in dwc2_handle_gpwrdn_intr()
774 if (!linestate && (gpwrdn & GPWRDN_BSESSVLD)) in dwc2_handle_gpwrdn_intr()
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Drk322x.dtsi225 "linestate";
232 interrupt-names = "linestate";
249 interrupt-names = "linestate";
256 interrupt-names = "linestate";
/kernel/linux/linux-6.6/arch/arm/boot/dts/rockchip/
Drk322x.dtsi266 "linestate";
273 interrupt-names = "linestate";
290 interrupt-names = "linestate";
297 interrupt-names = "linestate";
Drk3128.dtsi216 interrupt-names = "linestate";
226 "linestate";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
Ddwc3.txt75 - snps,dis-tx-ipgap-linecheck-quirk: when set, disable u2mac linestate check
/kernel/linux/linux-6.6/drivers/usb/dwc3/
Ddwc3-am62.c314 * Enable LINESTATE wake up only if connected to bus in dwc3_ti_suspend_common()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/
Dsnps,dwc3.yaml231 description: When set, disable u2mac linestate check during HS transmit
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
Dnet2272.h115 #define LINESTATE 6 macro
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
Dnet2272.h115 #define LINESTATE 6 macro
/kernel/linux/linux-5.10/arch/arm64/boot/dts/rockchip/
Drk3399.dtsi1429 interrupt-names = "linestate";
1439 "linestate";
1456 interrupt-names = "linestate";
1466 "linestate";
/kernel/linux/linux-6.6/drivers/staging/emxx_udc/
Demxx_udc.h363 #define LINESTATE (BIT(9) | BIT(8)) /* R */ macro
/kernel/linux/linux-6.6/arch/arm64/boot/dts/rockchip/
Drk3399.dtsi1564 interrupt-names = "linestate";
1574 "linestate";
1591 interrupt-names = "linestate";
1601 "linestate";
Drk3308.dtsi204 "linestate";
211 interrupt-names = "linestate";
/kernel/linux/linux-5.10/drivers/staging/emxx_udc/
Demxx_udc.h365 #define LINESTATE (BIT(9) | BIT(8)) /* R */ macro
/kernel/linux/linux-6.6/drivers/usb/phy/
Dphy-mxs-usb.c384 /* Delay some time, and let Linestate be SE0 for controller */ in __mxs_phy_disconnect_line()
/kernel/linux/linux-5.10/drivers/usb/phy/
Dphy-mxs-usb.c384 /* Delay some time, and let Linestate be SE0 for controller */ in __mxs_phy_disconnect_line()

12