| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
| D | phy-rockchip-inno-usb2.yaml | 71 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/ |
| D | rockchip,inno-usb2phy.yaml | 84 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/ |
| 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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
| D | regs-u2d.h | 73 #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/ |
| D | phy-rockchip-inno-usb2.c | 119 * @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/ |
| D | phy-rockchip-inno-usb2.c | 131 * @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/ |
| D | grf.yaml | 280 interrupt-names = "linestate"; 289 "linestate";
|
| /kernel/linux/linux-6.6/drivers/usb/dwc2/ |
| D | core_intr.c | 726 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/ |
| D | core_intr.c | 741 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/ |
| D | rk322x.dtsi | 225 "linestate"; 232 interrupt-names = "linestate"; 249 interrupt-names = "linestate"; 256 interrupt-names = "linestate";
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/rockchip/ |
| D | rk322x.dtsi | 266 "linestate"; 273 interrupt-names = "linestate"; 290 interrupt-names = "linestate"; 297 interrupt-names = "linestate";
|
| D | rk3128.dtsi | 216 interrupt-names = "linestate"; 226 "linestate";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | dwc3.txt | 75 - snps,dis-tx-ipgap-linecheck-quirk: when set, disable u2mac linestate check
|
| /kernel/linux/linux-6.6/drivers/usb/dwc3/ |
| D | dwc3-am62.c | 314 * Enable LINESTATE wake up only if connected to bus in dwc3_ti_suspend_common()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/ |
| D | snps,dwc3.yaml | 231 description: When set, disable u2mac linestate check during HS transmit
|
| /kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
| D | net2272.h | 115 #define LINESTATE 6 macro
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
| D | net2272.h | 115 #define LINESTATE 6 macro
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/rockchip/ |
| D | rk3399.dtsi | 1429 interrupt-names = "linestate"; 1439 "linestate"; 1456 interrupt-names = "linestate"; 1466 "linestate";
|
| /kernel/linux/linux-6.6/drivers/staging/emxx_udc/ |
| D | emxx_udc.h | 363 #define LINESTATE (BIT(9) | BIT(8)) /* R */ macro
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/rockchip/ |
| D | rk3399.dtsi | 1564 interrupt-names = "linestate"; 1574 "linestate"; 1591 interrupt-names = "linestate"; 1601 "linestate";
|
| D | rk3308.dtsi | 204 "linestate"; 211 interrupt-names = "linestate";
|
| /kernel/linux/linux-5.10/drivers/staging/emxx_udc/ |
| D | emxx_udc.h | 365 #define LINESTATE (BIT(9) | BIT(8)) /* R */ macro
|
| /kernel/linux/linux-6.6/drivers/usb/phy/ |
| D | phy-mxs-usb.c | 384 /* Delay some time, and let Linestate be SE0 for controller */ in __mxs_phy_disconnect_line()
|
| /kernel/linux/linux-5.10/drivers/usb/phy/ |
| D | phy-mxs-usb.c | 384 /* Delay some time, and let Linestate be SE0 for controller */ in __mxs_phy_disconnect_line()
|