Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/wil6210/
Dwmi.c1879 } wmi_evt_handlers[] = { variable
3307 for (i = 0; i < ARRAY_SIZE(wmi_evt_handlers); i++) { in wmi_evt_call_handler()
3308 if (wmi_evt_handlers[i].eventid == id) { in wmi_evt_call_handler()
3309 wmi_evt_handlers[i].handler(vif, id, d, len); in wmi_evt_call_handler()