Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c332 schedule_work(&hw->usb_work); in submit_rx_urb()
382 schedule_work(&hw->usb_work); in submit_tx_urb()
411 struct hfa384x *hw = container_of(data, struct hfa384x, usb_work); in hfa384x_usb_defer()
524 INIT_WORK(&hw->usb_work, hfa384x_usb_defer); in hfa384x_create()
2558 schedule_work(&hw->usb_work); in hfa384x_tx_timeout()
2846 schedule_work(&hw->usb_work); in hfa384x_usbctlxq_run()
2930 schedule_work(&hw->usb_work); in hfa384x_usbin_callback()
3471 schedule_work(&hw->usb_work); in hfa384x_usbout_callback()
3605 schedule_work(&hw->usb_work); in hfa384x_ctlxout_callback()
3771 schedule_work(&hw->usb_work); in hfa384x_usb_throttlefn()
H A Dprism2usb.c189 cancel_work_sync(&hw->usb_work); in prism2sta_disconnect_usb()
H A Dhfa384x.h1041 struct work_struct usb_work; member
/openbmc/linux/drivers/power/supply/
H A Dbq25890_charger.c118 struct work_struct usb_work; member
1122 container_of(data, struct bq25890_device, usb_work); in bq25890_usb_work()
1146 queue_work(system_power_efficient_wq, &bq->usb_work); in bq25890_usb_notifier()
1530 INIT_WORK(&bq->usb_work, bq25890_usb_work); in bq25890_probe()
1544 cancel_work_sync(&bq->usb_work); in bq25890_remove()
H A Dbq256xx_charger.c241 struct work_struct usb_work; member
376 queue_work(system_power_efficient_wq, &bq->usb_work); in bq256xx_usb_notifier()
384 container_of(data, struct bq256xx_device, usb_work); in bq256xx_usb_work()
1737 INIT_WORK(&bq->usb_work, bq256xx_usb_work); in bq256xx_probe()
1744 INIT_WORK(&bq->usb_work, bq256xx_usb_work); in bq256xx_probe()