Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/isdn/gigaset/
Dbas-gigaset.c110 struct work_struct int_in_wq; /* for usb_clear_halt() */ member
607 container_of(work, struct bas_cardstate, int_in_wq); in int_in_work()
685 schedule_work(&ucs->int_in_wq); in read_int_callback()
2222 INIT_WORK(&ucs->int_in_wq, int_in_work); in gigaset_initcshw()
2434 cancel_work_sync(&ucs->int_in_wq); in gigaset_disconnect()
2511 cancel_work_sync(&ucs->int_in_wq); in gigaset_suspend()