Home
last modified time | relevance | path

Searched refs:usb_work (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/staging/wlan-ng/
A Dhfa384x_usb.c353 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 Dprism2usb.c189 cancel_work_sync(&hw->usb_work); in prism2sta_disconnect_usb()
A Dhfa384x.h1062 struct work_struct usb_work; member
/linux-6.3-rc2/drivers/power/supply/
A Dbq25890_charger.c118 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 Dbq256xx_charger.c233 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