Searched refs:startup_work (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/sound/usb/line6/
H A Dvariax.c51 struct work_struct startup_work; member in struct:usb_line6_variax
159 schedule_work(&variax->startup_work); variax_startup5()
165 container_of(work, struct usb_line6_variax, startup_work); variax_startup6()
208 cancel_work_sync(&variax->startup_work); line6_variax_disconnect()
227 INIT_WORK(&variax->startup_work, variax_startup6); variax_init()
H A Dpod.c70 struct work_struct startup_work; member in struct:usb_line6_pod
310 schedule_work(&pod->startup_work); pod_startup3()
316 container_of(work, struct usb_line6_pod, startup_work); pod_startup4()
402 cancel_work_sync(&pod->startup_work); line6_pod_disconnect()
418 INIT_WORK(&pod->startup_work, pod_startup4); pod_init()
/linux-4.4.14/drivers/input/touchscreen/
H A Dcyttsp4_core.c711 schedule_work(&cd->startup_work); cyttsp4_queue_startup_()
1688 struct cyttsp4 *cd = container_of(work, struct cyttsp4, startup_work); cyttsp4_startup_work_function()
2038 INIT_WORK(&cd->startup_work, cyttsp4_startup_work_function); cyttsp4_probe()
2104 cancel_work_sync(&cd->startup_work); cyttsp4_probe()
2136 * Suspend the device before freeing the startup_work and stopping cyttsp4_remove()
2142 cancel_work_sync(&cd->startup_work); cyttsp4_remove()
H A Dcyttsp4_core.h352 struct work_struct startup_work; member in struct:cyttsp4

Completed in 262 milliseconds