| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A D | phy-rockchip-inno-usb2.yaml | 94 description: host linestate interrupt 97 const: linestate 123 - const: linestate 128 - const: linestate 206 interrupt-names = "linestate"; 214 interrupt-names = "otg-bvalid", "otg-id", "linestate";
|
| H A D | phy-rockchip-naneng-usb2.txt | 22 - wakeup-source : enable bvalid irq and linestate wakeup when suspend. 42 * "linestate" : for the host/otg linestate interrupt. 71 interrupt-names = "linestate", "disconnect";
|
| H A D | phy-rockchip-inno-usb3.txt | 12 * "linestate" : for the host/otg linestate interrupt 59 interrupt-names = "linestate";
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A 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 */
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-naneng-usb2.c | 109 * @ls_det_en: linestate detection enable register. 110 * @ls_det_st: linestate detection state register. 111 * @ls_det_clr: linestate detection clear register. 186 * @ls_irq: IRQ number assigned for linestate detection. 535 /* clear linstate status and enable linestate detect irq */ in rockchip_usb2phy_init() 541 dev_err(rphy->dev, "failed to enable linestate irq\n"); in rockchip_usb2phy_init() 879 /* enable linestate detect irq to detect next host connect */ in rockchip_usb2phy_disconnect_irq() 898 dev_dbg(&rport->phy->dev, "linestate interrupt\n"); in rockchip_usb2phy_linestate_irq() 902 /* disable linestate detect irq and clear its status */ in rockchip_usb2phy_linestate_irq() 1249 rport->ls_irq = of_irq_get_byname(child_np, "linestate"); in rockchip_usb2phy_otg_port_init() [all …]
|
| H A D | phy-rockchip-inno-usb2.c | 147 * @ls_det_en: linestate detection enable register. 148 * @ls_det_st: linestate detection state register. 149 * @ls_det_clr: linestate detection clear register. 162 * @utmi_ls: utmi linestate state register. 165 * @port_ls_filter_con: set linestate filter time for otg port or host port. 217 * @ls_filter_con: set linestate filter time. 219 * @ls_filter_con: set linestate filter time. 256 * @ls_irq: IRQ number assigned for linestate detection. 258 * @otg_mux_irq: IRQ number which multiplex otg-id/otg-bvalid/linestate 846 /* clear linestate and enable linestate detect irq */ in rockchip_usb2phy_init() [all …]
|
| H A D | phy-rockchip-inno-usb3.c | 610 * activate the linestate detection to get the next device in rockchip_u3phy_um_sm_work() 645 dev_dbg(u3phy->dev, "utmi linestate interrupt\n"); in rockchip_u3phy_um_ls_irq() 648 /* disable linestate detect irq and clear its status */ in rockchip_u3phy_um_ls_irq() 675 u3phy->um_ls_irq = platform_get_irq_byname(pdev, "linestate"); in rockchip_u3phy_parse_dt() 677 dev_err(dev, "get utmi linestate irq failed\n"); in rockchip_u3phy_parse_dt() 769 dev_err(u3phy->dev, "failed to request utmi linestate irq handle\n"); in rockchip_u3phy_port_init()
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A 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()
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | rk322x.dtsi | 203 "linestate"; 210 interrupt-names = "linestate"; 223 interrupt-names = "linestate"; 230 interrupt-names = "linestate";
|
| H A D | rk3036.dtsi | 244 "linestate"; 251 interrupt-names = "linestate";
|
| H A D | .rk3036-sdk.dtb.dts.tmp | |
| H A D | rk3328.dtsi | 452 interrupt-names = "linestate"; 462 "linestate"; 479 interrupt-names = "linestate";
|
| H A D | rk3399.dtsi | 1308 interrupt-names = "linestate"; 1318 "linestate"; 1335 interrupt-names = "linestate"; 1345 "linestate";
|
| H A D | rk3128.dtsi | 668 "linestate"; 675 interrupt-names = "linestate";
|
| H A D | rk3308.dtsi | 154 interrupt-names = "linestate"; 164 "linestate";
|
| H A D | .rk3328-evb.dtb.dts.tmp | |
| /OK3568_Linux_fs/u-boot/drivers/phy/ |
| H A D | phy-rockchip-naneng-usb2.c | 81 * @ls_det_en: linestate detection enable register. 82 * @ls_det_st: linestate detection state register. 83 * @ls_det_clr: linestate detection clear register.
|
| H A D | phy-rockchip-inno-usb2.c | 85 * @ls_det_en: linestate detection enable register. 86 * @ls_det_st: linestate detection state register. 87 * @ls_det_clr: linestate detection clear register. 100 * @utmi_ls: utmi linestate state register. 853 /* Choose the Tx fs/ls data as linestate from TX driver for otg port */ in rk3528_usb2phy_tuning()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rk322x.dtsi | 236 "linestate"; 243 interrupt-names = "linestate"; 260 interrupt-names = "linestate"; 267 interrupt-names = "linestate";
|
| H A D | rk3128x.dtsi | 379 "linestate"; 386 interrupt-names = "linestate"; 403 interrupt-names = "linestate"; 410 interrupt-names = "linestate";
|
| H A D | rk3036.dtsi | 575 "linestate"; 582 interrupt-names = "linestate";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | snps,dwc3.yaml | 185 description: When set, disable u2mac linestate check during HS transmit
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399pro-npu.dtsi | 198 interrupt-names = "linestate"; 208 "linestate";
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | net2272.h | 115 #define LINESTATE 6 macro
|