Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.c1878 } wmi_evt_handlers[] = { variable
3306 for (i = 0; i < ARRAY_SIZE(wmi_evt_handlers); i++) { in wmi_evt_call_handler()
3307 if (wmi_evt_handlers[i].eventid == id) { in wmi_evt_call_handler()
3308 wmi_evt_handlers[i].handler(vif, id, d, len); in wmi_evt_call_handler()