Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/wusbcore/
Dsecurity.c43 INIT_WORK(&wusbhc->gtk_rekey_work, wusbhc_gtk_rekey_work); in wusbhc_sec_create()
132 cancel_work_sync(&wusbhc->gtk_rekey_work); in wusbhc_sec_stop()
528 struct wusbhc, gtk_rekey_work); in wusbhc_gtk_rekey_work()
598 queue_work(wusbhc->wq_security, &wusbhc->gtk_rekey_work); in wusbhc_gtk_rekey()
Dwusbhc.h287 struct work_struct gtk_rekey_work; member