Searched refs:usb_flags (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/ |
| H A D | hfa384x_usb.c | 344 !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 D | hfa384x.h | 1248 unsigned long usb_flags; member
|
| /OK3568_Linux_fs/u-boot/include/usb/ |
| H A D | dwc2_udc.h | 22 unsigned int usb_flags; member
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | dwc2_udc_otg_phy.c | 54 if (dev->pdata->usb_flags == PHY0_SLEEP) /* C210 Universal */ in otg_phy_init()
|
| /OK3568_Linux_fs/u-boot/board/samsung/trats2/ |
| H A D | trats2.c | 262 .usb_flags = PHY0_SLEEP,
|
| /OK3568_Linux_fs/u-boot/board/samsung/universal_c210/ |
| H A D | universal.c | 197 .usb_flags = PHY0_SLEEP,
|
| /OK3568_Linux_fs/u-boot/board/samsung/odroid/ |
| H A D | odroid.c | 460 .usb_flags = PHY0_SLEEP,
|
| /OK3568_Linux_fs/u-boot/board/samsung/trats/ |
| H A D | trats.c | 285 .usb_flags = PHY0_SLEEP,
|