Searched refs:gtk_rekey_done_work (Results 1 – 2 of 2) sorted by relevance
42 INIT_WORK(&wusbhc->gtk_rekey_done_work, wusbhc_gtk_rekey_done_work); in wusbhc_sec_create()130 cancel_work_sync(&wusbhc->gtk_rekey_done_work); in wusbhc_sec_stop()523 struct wusbhc *wusbhc = container_of(work, struct wusbhc, gtk_rekey_done_work); in wusbhc_gtk_rekey_done_work()538 queue_work(wusbd, &wusbhc->gtk_rekey_done_work); in wusbhc_set_gtk_callback()
295 struct work_struct gtk_rekey_done_work; member