Home
last modified time | relevance | path

Searched refs:usb_flags (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c344 !test_bit(WORK_RX_HALT, &hw->usb_flags)) { in submit_rx_urb()
352 if (!test_and_set_bit(WORK_RX_HALT, &hw->usb_flags)) in submit_rx_urb()
394 !test_bit(WORK_TX_HALT, &hw->usb_flags)) { in submit_tx_urb()
402 set_bit(WORK_TX_HALT, &hw->usb_flags); in submit_tx_urb()
442 if (test_bit(WORK_RX_HALT, &hw->usb_flags)) { in hfa384x_usb_defer()
455 clear_bit(WORK_RX_HALT, &hw->usb_flags); in hfa384x_usb_defer()
456 set_bit(WORK_RX_RESUME, &hw->usb_flags); in hfa384x_usb_defer()
461 if (test_bit(WORK_RX_RESUME, &hw->usb_flags)) { in hfa384x_usb_defer()
470 clear_bit(WORK_RX_RESUME, &hw->usb_flags); in hfa384x_usb_defer()
475 if (test_bit(WORK_TX_HALT, &hw->usb_flags)) { in hfa384x_usb_defer()
[all …]
H A Dhfa384x.h1248 unsigned long usb_flags; member
/OK3568_Linux_fs/u-boot/include/usb/
H A Ddwc2_udc.h22 unsigned int usb_flags; member
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_phy.c54 if (dev->pdata->usb_flags == PHY0_SLEEP) /* C210 Universal */ in otg_phy_init()
/OK3568_Linux_fs/u-boot/board/samsung/trats2/
H A Dtrats2.c262 .usb_flags = PHY0_SLEEP,
/OK3568_Linux_fs/u-boot/board/samsung/universal_c210/
H A Duniversal.c197 .usb_flags = PHY0_SLEEP,
/OK3568_Linux_fs/u-boot/board/samsung/odroid/
H A Dodroid.c460 .usb_flags = PHY0_SLEEP,
/OK3568_Linux_fs/u-boot/board/samsung/trats/
H A Dtrats.c285 .usb_flags = PHY0_SLEEP,