Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/devicetree/bindings/phy/
Dphy-rockchip-inno-usb2.yaml75 description: host linestate interrupt
79 const: linestate
103 - const: linestate
108 - const: linestate
177 interrupt-names = "linestate";
185 interrupt-names = "otg-bvalid", "otg-id", "linestate";
/Linux-v6.1/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 …]
/Linux-v6.1/arch/arm/mach-pxa/
Dregs-u2d.h71 #define U2DOTGINT_RLS1 (1 << 14) /* RXCMD Linestate[1] Change Interrupt Rise */
72 #define U2DOTGINT_RLS0 (1 << 13) /* RXCMD Linestate[0] Change Interrupt Rise */
78 #define U2DOTGINT_FLS1 (1 << 6) /* RXCMD Linestate[1] Change Interrupt Fall */
79 #define U2DOTGINT_FLS0 (1 << 5) /* RXCMD Linestate[0] Change Interrupt Fall */
91 #define U2DOTGUSR_LS1 (1 << 6) /* RXCMD Linestate 1 Status */
92 #define U2DOTGUSR_LS0 (1 << 5) /* RXCMD Linestate 0 Status */
/Linux-v6.1/drivers/phy/rockchip/
Dphy-rockchip-inno-usb2.c122 * @ls_det_en: linestate detection enable register.
123 * @ls_det_st: linestate detection state register.
124 * @ls_det_clr: linestate detection clear register.
128 * @utmi_ls: utmi linestate state register.
173 * @ls_irq: IRQ number assigned for linestate detection.
174 * @otg_mux_irq: IRQ number which multiplex otg-id/otg-bvalid/linestate
452 /* clear linestate and enable linestate detect irq */ in rockchip_usb2phy_init()
874 * activate the linestate detection to get the next device in rockchip_usb2phy_sm_work()
906 /* disable linestate detect irq and clear its status */ in rockchip_usb2phy_linestate_irq()
1009 rport->ls_irq = of_irq_get_byname(child_np, "linestate"); in rockchip_usb2phy_port_irq_init()
[all …]
/Linux-v6.1/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()
Dhcd.c2140 * introduced by the PHY in generating the linestate condition in dwc2_core_host_init()
/Linux-v6.1/Documentation/devicetree/bindings/soc/rockchip/
Dgrf.yaml267 interrupt-names = "linestate";
276 "linestate";
/Linux-v6.1/arch/arm/boot/dts/
Drk322x.dtsi266 "linestate";
273 interrupt-names = "linestate";
290 interrupt-names = "linestate";
297 interrupt-names = "linestate";
Drv1108.dtsi285 interrupt-names = "linestate";
/Linux-v6.1/Documentation/devicetree/bindings/usb/
Dsnps,dwc3.yaml217 description: When set, disable u2mac linestate check during HS transmit
/Linux-v6.1/drivers/usb/gadget/udc/
Dnet2272.h115 #define LINESTATE 6 macro
/Linux-v6.1/arch/arm64/boot/dts/rockchip/
Drk3399.dtsi1515 interrupt-names = "linestate";
1525 "linestate";
1542 interrupt-names = "linestate";
1552 "linestate";
Drk3308.dtsi202 "linestate";
209 interrupt-names = "linestate";
Drk3328.dtsi852 "linestate";
859 interrupt-names = "linestate";
Dpx30.dtsi861 interrupt-names = "linestate";
871 "linestate";
/Linux-v6.1/drivers/staging/emxx_udc/
Demxx_udc.h363 #define LINESTATE (BIT(9) | BIT(8)) /* R */ macro
/Linux-v6.1/drivers/usb/phy/
Dphy-mxs-usb.c384 /* Delay some time, and let Linestate be SE0 for controller */ in __mxs_phy_disconnect_line()
/Linux-v6.1/drivers/usb/dwc3/
Dcore.h1099 * @dis_tx_ipgap_linecheck_quirk: set if we disable u2mac linestate
/Linux-v6.1/drivers/usb/host/
Docteon-hcd.h882 * introduced by the PHY in generating the linestate condition may