Searched refs:usb_flags (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | hfa384x_usb.c | 323 !test_bit(WORK_RX_HALT, &hw->usb_flags)) { in submit_rx_urb() 381 set_bit(WORK_TX_HALT, &hw->usb_flags); in submit_tx_urb() 421 if (test_bit(WORK_RX_HALT, &hw->usb_flags)) { in hfa384x_usb_defer() 434 clear_bit(WORK_RX_HALT, &hw->usb_flags); in hfa384x_usb_defer() 435 set_bit(WORK_RX_RESUME, &hw->usb_flags); in hfa384x_usb_defer() 449 clear_bit(WORK_RX_RESUME, &hw->usb_flags); in hfa384x_usb_defer() 454 if (test_bit(WORK_TX_HALT, &hw->usb_flags)) { in hfa384x_usb_defer() 466 clear_bit(WORK_TX_HALT, &hw->usb_flags); in hfa384x_usb_defer() 467 set_bit(WORK_TX_RESUME, &hw->usb_flags); in hfa384x_usb_defer() 2845 set_bit(WORK_TX_HALT, &hw->usb_flags); in hfa384x_usbctlxq_run() [all …]
|
H A D | hfa384x.h | 1043 unsigned long usb_flags; member
|
/openbmc/u-boot/include/usb/ |
H A D | dwc2_udc.h | 20 unsigned int usb_flags; member
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | dwc2_udc_otg_phy.c | 53 if (dev->pdata->usb_flags == PHY0_SLEEP) /* C210 Universal */ in otg_phy_init()
|
/openbmc/u-boot/board/samsung/trats2/ |
H A D | trats2.c | 259 .usb_flags = PHY0_SLEEP,
|
/openbmc/u-boot/board/samsung/universal_c210/ |
H A D | universal.c | 196 .usb_flags = PHY0_SLEEP,
|
/openbmc/u-boot/board/samsung/odroid/ |
H A D | odroid.c | 467 .usb_flags = PHY0_SLEEP,
|
/openbmc/u-boot/board/samsung/trats/ |
H A D | trats.c | 282 .usb_flags = PHY0_SLEEP,
|