Home
last modified time | relevance | path

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

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