/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A 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";
|
/openbmc/qemu/hw/gpio/ |
H A D | pcf8574.c | 67 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 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 …]
|
/openbmc/linux/Documentation/devicetree/bindings/soc/rockchip/ |
H A D | grf.yaml | 281 interrupt-names = "linestate"; 290 "linestate";
|
/openbmc/linux/drivers/phy/rockchip/ |
H A 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 …]
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | core_intr.c | 750 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 D | hcd.c | 2140 * introduced by the PHY in generating the linestate condition in dwc2_core_host_init()
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk322x.dtsi | 266 "linestate"; 273 interrupt-names = "linestate"; 290 interrupt-names = "linestate"; 297 interrupt-names = "linestate";
|
H A D | rk3128.dtsi | 216 interrupt-names = "linestate"; 226 "linestate";
|
H A D | rv1108.dtsi | 281 interrupt-names = "linestate";
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3128.dtsi | 397 "linestate"; 404 interrupt-names = "linestate";
|
H A D | rk3399.dtsi | 1336 interrupt-names = "linestate"; 1346 "linestate"; 1363 interrupt-names = "linestate"; 1373 "linestate";
|
H A D | rv1108.dtsi | 148 interrupt-names = "linestate";
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | dwc3-am62.c | 309 * Enable LINESTATE wake up only if connected to bus in dwc3_ti_suspend_common()
|
H A D | core.h | 1115 * @dis_tx_ipgap_linecheck_quirk: set if we disable u2mac linestate
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | snps,dwc3.yaml | 231 description: When set, disable u2mac linestate check during HS transmit
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | net2272.h | 115 #define LINESTATE 6 macro
|
/openbmc/linux/drivers/staging/emxx_udc/ |
H A D | emxx_udc.h | 363 #define LINESTATE (BIT(9) | BIT(8)) /* R */ macro
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399.dtsi | 1564 interrupt-names = "linestate"; 1574 "linestate"; 1591 interrupt-names = "linestate"; 1601 "linestate";
|
H A D | rk3308.dtsi | 204 "linestate"; 211 interrupt-names = "linestate";
|
H A D | rk3328.dtsi | 863 "linestate"; 870 interrupt-names = "linestate";
|
H A D | px30.dtsi | 888 interrupt-names = "linestate"; 898 "linestate";
|
/openbmc/linux/drivers/usb/phy/ |
H A D | phy-mxs-usb.c | 384 /* Delay some time, and let Linestate be SE0 for controller */ in __mxs_phy_disconnect_line()
|
/openbmc/linux/drivers/usb/host/ |
H A D | octeon-hcd.h | 882 * introduced by the PHY in generating the linestate condition may
|