Searched refs:usb_work (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/staging/wlan-ng/ |
A 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()
|
A D | prism2usb.c | 189 cancel_work_sync(&hw->usb_work); in prism2sta_disconnect_usb()
|
A D | hfa384x.h | 1062 struct work_struct usb_work; member
|
/linux-6.3-rc2/drivers/power/supply/ |
A D | bq25890_charger.c | 118 struct work_struct usb_work; member 1119 container_of(data, struct bq25890_device, usb_work); in bq25890_usb_work() 1143 queue_work(system_power_efficient_wq, &bq->usb_work); in bq25890_usb_notifier() 1527 INIT_WORK(&bq->usb_work, bq25890_usb_work); in bq25890_probe() 1541 cancel_work_sync(&bq->usb_work); in bq25890_remove()
|
A 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() 1666 INIT_WORK(&bq->usb_work, bq256xx_usb_work); in bq256xx_probe() 1673 INIT_WORK(&bq->usb_work, bq256xx_usb_work); in bq256xx_probe()
|
Completed in 21 milliseconds