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()
361 schedule_work(&hw->usb_work); in submit_rx_urb()411 schedule_work(&hw->usb_work); in submit_tx_urb()440 struct hfa384x *hw = container_of(data, struct hfa384x, usb_work); in hfa384x_usb_defer()560 INIT_WORK(&hw->usb_work, hfa384x_usb_defer); in hfa384x_create()2709 schedule_work(&hw->usb_work); in hfa384x_tx_timeout()2997 schedule_work(&hw->usb_work); in hfa384x_usbctlxq_run()3081 schedule_work(&hw->usb_work); in hfa384x_usbin_callback()3617 schedule_work(&hw->usb_work); in hfa384x_usbout_callback()3753 schedule_work(&hw->usb_work); in hfa384x_ctlxout_callback()3919 schedule_work(&hw->usb_work); in hfa384x_usb_throttlefn()
1248 struct work_struct usb_work; member