Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dwmi.c1479 } wmi_evt_handlers[] = { variable
2775 for (i = 0; i < ARRAY_SIZE(wmi_evt_handlers); i++) { in wmi_evt_call_handler()
2776 if (wmi_evt_handlers[i].eventid == id) { in wmi_evt_call_handler()
2777 wmi_evt_handlers[i].handler(vif, id, d, len); in wmi_evt_call_handler()