Searched refs:usb_work (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 353 schedule_work(&hw->usb_work); in submit_rx_urb() 403 schedule_work(&hw->usb_work); in submit_tx_urb() 432 struct hfa384x *hw = container_of(data, struct hfa384x, usb_work); in hfa384x_usb_defer() 545 INIT_WORK(&hw->usb_work, hfa384x_usb_defer); in hfa384x_create() 2579 schedule_work(&hw->usb_work); in hfa384x_tx_timeout() 2867 schedule_work(&hw->usb_work); in hfa384x_usbctlxq_run() 2951 schedule_work(&hw->usb_work); in hfa384x_usbin_callback() 3492 schedule_work(&hw->usb_work); in hfa384x_usbout_callback() 3626 schedule_work(&hw->usb_work); in hfa384x_ctlxout_callback() 3792 schedule_work(&hw->usb_work); in hfa384x_usb_throttlefn()
|
D | prism2usb.c | 189 cancel_work_sync(&hw->usb_work); in prism2sta_disconnect_usb()
|
D | hfa384x.h | 1233 struct work_struct usb_work; member
|
/drivers/power/supply/ |
D | bq256xx_charger.c | 233 struct work_struct usb_work; member 364 queue_work(system_power_efficient_wq, &bq->usb_work); in bq256xx_usb_notifier() 372 container_of(data, struct bq256xx_device, usb_work); in bq256xx_usb_work() 1669 INIT_WORK(&bq->usb_work, bq256xx_usb_work); in bq256xx_probe() 1676 INIT_WORK(&bq->usb_work, bq256xx_usb_work); in bq256xx_probe()
|
D | bq25890_charger.c | 113 struct work_struct usb_work; member 989 container_of(data, struct bq25890_device, usb_work); in bq25890_usb_work() 1013 queue_work(system_power_efficient_wq, &bq->usb_work); in bq25890_usb_notifier() 1300 INIT_WORK(&bq->usb_work, bq25890_usb_work); in bq25890_probe()
|