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

/linux-4.4.14/drivers/isdn/gigaset/
H A Dbas-gigaset.c112 struct work_struct int_in_wq; /* for usb_clear_halt() */ member in struct:bas_cardstate
609 container_of(work, struct bas_cardstate, int_in_wq); int_in_work()
687 schedule_work(&ucs->int_in_wq); read_int_callback()
2229 INIT_WORK(&ucs->int_in_wq, int_in_work); gigaset_initcshw()
2438 cancel_work_sync(&ucs->int_in_wq); gigaset_disconnect()
2511 /* don't try to cancel int_in_wq from within reset as it gigaset_suspend()
2515 cancel_work_sync(&ucs->int_in_wq); gigaset_suspend()

Completed in 104 milliseconds