Home
last modified time | relevance | path

Searched defs:list_ptr (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_list.h102 #define qdf_list_for_each(list_ptr, cursor, node_field) \ argument
105 #define qdf_list_for_each_del(list_ptr, cursor, next, node_field) \ argument
108 #define qdf_list_for_each_from(list_ptr, cursor, node_field) \ argument
111 #define qdf_list_for_each_continue(list_ptr, cursor, node_field) \ argument
114 #define qdf_list_first_entry_or_null(list_ptr, type, node_field) \ argument
117 #define qdf_list_last_entry(list_ptr, type, node_field) \ argument
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_list.h92 #define __qdf_list_for_each(list_ptr, cursor, node_field) \ argument
95 #define __qdf_list_for_each_del(list_ptr, cursor, next, node_field) \ argument
98 #define __qdf_list_for_each_from(list_ptr, cursor, node_field) \ argument
101 #define __qdf_list_for_each_continue(list_ptr, cursor, node_field) \ argument
104 #define __qdf_list_first_entry_or_null(list_ptr, type, node_field) \ argument
107 #define __qdf_list_last_entry(list_ptr, type, node_field) \ argument
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg80211.c18044 struct hdd_vendor_chan_info **list_ptr, in hdd_extract_external_acs_frequencies()
18140 struct hdd_vendor_chan_info **list_ptr, in hdd_extract_external_acs_channels()