Home
last modified time | relevance | path

Searched defs:cursor (Results 1 – 13 of 13) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_slist.h56 #define __qdf_slist_item(node, cursor, node_field) ({ \ argument
60 #define __qdf_slist_next_item(slist, cursor, node_field) \ argument
70 #define qdf_slist_for_each(slist, cursor, node_field) \ argument
84 #define qdf_slist_for_each_del(slist, prev, cursor, node_field) \ argument
134 #define qdf_slist_push(slist, cursor, node_field) \ argument
152 #define qdf_slist_pop(slist, cursor, node_field) \ argument
H A Dqdf_hashtable.h97 #define qdf_ht_for_each(table, i, cursor, entry_field) \ argument
109 #define qdf_ht_for_each_safe(table, i, tmp, cursor, entry_field) \ argument
119 #define qdf_ht_for_each_in_bucket(table, cursor, entry_field, key) \ argument
130 #define qdf_ht_for_each_match(table, cursor, entry_field, key, key_field) \ argument
141 #define qdf_ht_get(table, cursor, entry_field, key, key_field) \ argument
H A Dqdf_ptr_hash.h260 #define qdf_ptr_hash_remove(ht, key, cursor, entry_field) ({ \ argument
287 #define __qdf_ptr_hash_for_each_in_bucket(bucket, cursor, entry_field) \ argument
297 #define qdf_ptr_hash_for_each(ht, bucket, cursor, entry_field) \ argument
309 #define qdf_ptr_hash_for_each_by_hash(ht, key, cursor, entry_field) \ argument
322 #define qdf_ptr_hash_for_each_by_key(ht, _key, cursor, entry_field) \ argument
335 #define qdf_ptr_hash_get(ht, key, cursor, entry_field) ({ \ argument
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
H A Dqdf_talloc.h57 #define qdf_talloc_type(parent, cursor) \ argument
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_hashtable.h33 #define __qdf_ht_for_each(table, i, cursor, entry_field) \ argument
36 #define __qdf_ht_for_each_in_bucket(table, cursor, entry_field, key) \ argument
39 #define __qdf_ht_for_each_match(table, cursor, entry_field, key, key_field) \ argument
43 #define __qdf_ht_get(table, cursor, entry_field, key, key_field) \ argument
50 #define __qdf_ht_for_each_safe(table, i, tmp, cursor, entry_field) \ argument
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
/wlan-driver/qca-wifi-host-cmn/qdf/src/
H A Dqdf_parse.c38 char *cursor = *main_cursor; in qdf_ini_read_values() local
144 char *cursor; in qdf_ini_parse() local
211 char *cursor; in qdf_ini_section_parse() local
324 char *cursor = *main_cursor; in qdf_check_ini_validity() local
391 char *cursor; in qdf_valid_ini_check() local
/wlan-driver/qca-wifi-host-cmn/qdf/test/
H A Dqdf_hashtable_test.c35 struct qdf_ht_test_item *cursor; in qdf_ht_test_single() local
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_unit_test.c59 #define hdd_for_each_ut_entry(cursor) \ argument
H A Dwlan_hdd_ocb.c281 void *cursor; in hdd_ocb_config_new() local
/wlan-driver/qcacld-3.0/components/pmo/core/inc/
H A Dwlan_pmo_objmgr.h144 #define pmo_psoc_with_ctx(psoc, cursor) \ argument
/wlan-driver/qcacld-3.0/components/ocb/core/src/
H A Dwlan_ocb_main.c474 uint8_t *cursor; in ocb_copy_config() local