Searched refs:list_head (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | list.cpp | 32 void INITIALISE_LIST(struct list_head *list) in INITIALISE_LIST() 38 void list_add(struct list_head *latest, in list_add() 39 struct list_head *prev, struct list_head *next) in list_add() 47 void add_to_list(struct list_head *latest, struct list_head *head) in add_to_list() 52 void list_add_tail(struct list_head *latest, struct list_head *head) in list_add_tail() 57 void list_del(struct list_head *prev, struct list_head *next) in list_del() 63 void del_from_list(struct list_head *record) in del_from_list() 70 void replace_in_list(struct list_head *old, struct list_head *latest) in replace_in_list()
|
D | list.h | 32 struct list_head { struct 33 struct list_head *next, *prev; argument 36 void INITIALISE_LIST(struct list_head *list); 37 void list_add(struct list_head *latest, struct list_head *prev, 38 struct list_head *next); 39 void add_to_list(struct list_head *latest, struct list_head *head); 40 void list_add_tail(struct list_head *latest, struct list_head *head); 41 void list_del(struct list_head *prev, struct list_head *next); 42 void del_from_list(struct list_head *record); 43 void replace_in_list(struct list_head *old, struct list_head *latest);
|
D | wifihal_internal.h | 52 struct list_head list;
|
D | common.h | 122 struct list_head monitor_sockets; // list of monitor sockets
|
/hardware/qcom/audio/hal/audio_extn/ |
D | sndmonitor.c | 287 struct listnode * n = list_head(&sndmonitor.cards); in free_sndcards() 347 struct listnode * n = list_head(&sndmonitor.dev_events); in free_dev_events()
|
D | usb.c | 1316 card_info = node_to_item(list_head(&usbmod->usb_card_conf_list),\ in audio_extn_usb_usbid()
|
/hardware/qcom/audio/hal/msm8974/ |
D | platform.c | 2011 node = list_head(operator_specific_device_table[dev]); in platform_deinit() 2023 node = list_head(external_specific_device_table[dev]); in platform_deinit() 2037 node = list_head(&operator_info_list); in platform_deinit() 2046 node = list_head(&app_type_entry_list); in platform_deinit()
|
/hardware/qcom/audio/hal/msm8916/ |
D | platform.c | 1257 node = list_head(operator_specific_device_table[dev]); in platform_deinit() 1269 node = list_head(&operator_info_list); in platform_deinit()
|
/hardware/qcom/audio/hal/ |
D | audio_hw.c | 2103 item = list_head(&out->offload_cmd_list); in offload_thread_loop() 2163 item = list_head(&out->offload_cmd_list); in offload_thread_loop()
|