Home
last modified time | relevance | path

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

/drivers/usb/wusbcore/
Dsecurity.c44 INIT_WORK(&wusbhc->gtk_rekey_done_work, wusbhc_gtk_rekey_done_work); in wusbhc_sec_create()
132 cancel_work_sync(&wusbhc->gtk_rekey_done_work); in wusbhc_sec_stop()
525 struct wusbhc *wusbhc = container_of(work, struct wusbhc, gtk_rekey_done_work); in wusbhc_gtk_rekey_done_work()
540 queue_work(wusbd, &wusbhc->gtk_rekey_done_work); in wusbhc_set_gtk_callback()
Dwusbhc.h294 struct work_struct gtk_rekey_done_work; member