Searched refs:usb_work (Results 1 – 3 of 3) sorted by relevance
96 struct work_struct usb_work; member684 container_of(data, struct bq25890_device, usb_work); in bq25890_usb_work()717 queue_work(system_power_efficient_wq, &bq->usb_work); in bq25890_usb_notifier()875 INIT_WORK(&bq->usb_work, bq25890_usb_work); in bq25890_probe()
362 schedule_work(&hw->usb_work); in submit_rx_urb()411 schedule_work(&hw->usb_work); in submit_tx_urb()439 hfa384x_t *hw = container_of(data, struct hfa384x, usb_work); in hfa384x_usb_defer()558 INIT_WORK(&hw->usb_work, hfa384x_usb_defer); in hfa384x_create()2794 schedule_work(&hw->usb_work); in hfa384x_tx_timeout()3085 schedule_work(&hw->usb_work); in hfa384x_usbctlxq_run()3165 schedule_work(&hw->usb_work); in hfa384x_usbin_callback()3698 schedule_work(&hw->usb_work); in hfa384x_usbout_callback()3833 schedule_work(&hw->usb_work); in hfa384x_ctlxout_callback()3997 schedule_work(&hw->usb_work); in hfa384x_usb_throttlefn()
1238 struct work_struct usb_work; member