Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_filtered_logging.c137 static bool wmi_id_in_list(uint32_t *id_list, uint32_t id) in wmi_id_in_list() argument
141 if (!id_list) in wmi_id_in_list()
145 if (id == id_list[i]) { in wmi_id_in_list()