Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/devicetree/bindings/phy/
H A 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";
/openbmc/qemu/hw/gpio/
H A Dpcf8574.c67 uint8_t linestate = pcf8574_line_state(s); in pcf8574_rx() local
68 if (s->lastrq != linestate) { in pcf8574_rx()
69 s->lastrq = linestate; in pcf8574_rx()
74 return linestate; in pcf8574_rx()
/openbmc/linux/scripts/
H A 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 …]
/openbmc/linux/Documentation/devicetree/bindings/soc/rockchip/
H A Dgrf.yaml281 interrupt-names = "linestate";
290 "linestate";
/openbmc/linux/drivers/phy/rockchip/
H A 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 …]
/openbmc/linux/drivers/usb/dwc2/
H A Dcore_intr.c750 int linestate; in dwc2_handle_gpwrdn_intr() local
756 linestate = (gpwrdn & GPWRDN_LINESTATE_MASK) >> GPWRDN_LINESTATE_SHIFT; in dwc2_handle_gpwrdn_intr()
762 (gpwrdn & GPWRDN_DISCONN_DET_MSK) && !linestate) { in dwc2_handle_gpwrdn_intr()
770 (gpwrdn & GPWRDN_LNSTSCHG_MSK) && linestate) { in dwc2_handle_gpwrdn_intr()
790 if (!linestate) { in dwc2_handle_gpwrdn_intr()
H A Dhcd.c2140 * introduced by the PHY in generating the linestate condition in dwc2_core_host_init()
/openbmc/linux/arch/arm/boot/dts/rockchip/
H A Drk322x.dtsi266 "linestate";
273 interrupt-names = "linestate";
290 interrupt-names = "linestate";
297 interrupt-names = "linestate";
H A Drk3128.dtsi216 interrupt-names = "linestate";
226 "linestate";
H A Drv1108.dtsi281 interrupt-names = "linestate";
/openbmc/u-boot/arch/arm/dts/
H A Drk3128.dtsi397 "linestate";
404 interrupt-names = "linestate";
H A Drk3399.dtsi1336 interrupt-names = "linestate";
1346 "linestate";
1363 interrupt-names = "linestate";
1373 "linestate";
H A Drv1108.dtsi148 interrupt-names = "linestate";
/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-am62.c309 * Enable LINESTATE wake up only if connected to bus in dwc3_ti_suspend_common()
H A Dcore.h1115 * @dis_tx_ipgap_linecheck_quirk: set if we disable u2mac linestate
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dsnps,dwc3.yaml231 description: When set, disable u2mac linestate check during HS transmit
/openbmc/linux/drivers/usb/gadget/udc/
H A Dnet2272.h115 #define LINESTATE 6 macro
/openbmc/linux/drivers/staging/emxx_udc/
H A Demxx_udc.h363 #define LINESTATE (BIT(9) | BIT(8)) /* R */ macro
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3399.dtsi1564 interrupt-names = "linestate";
1574 "linestate";
1591 interrupt-names = "linestate";
1601 "linestate";
H A Drk3308.dtsi204 "linestate";
211 interrupt-names = "linestate";
H A Drk3328.dtsi863 "linestate";
870 interrupt-names = "linestate";
H A Dpx30.dtsi888 interrupt-names = "linestate";
898 "linestate";
/openbmc/linux/drivers/usb/phy/
H A Dphy-mxs-usb.c384 /* Delay some time, and let Linestate be SE0 for controller */ in __mxs_phy_disconnect_line()
/openbmc/linux/drivers/usb/host/
H A Docteon-hcd.h882 * introduced by the PHY in generating the linestate condition may