Searched refs:list_head (Results 1 – 8 of 8) 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 | 124 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()
|
/hardware/qcom/audio/hal/msm8974/ |
D | platform.c | 2030 node = list_head(operator_specific_device_table[dev]); in platform_deinit() 2042 node = list_head(external_specific_device_table[dev]); in platform_deinit() 2056 node = list_head(&operator_info_list); in platform_deinit() 2065 node = list_head(&app_type_entry_list); in platform_deinit()
|
/hardware/qcom/audio/hal/msm8916/ |
D | platform.c | 1275 node = list_head(operator_specific_device_table[dev]); in platform_deinit() 1287 node = list_head(&operator_info_list); in platform_deinit()
|
/hardware/libhardware/modules/usbaudio/ |
D | audio_hal.c | 475 return node_to_item(list_head(alsa_devices), struct alsa_device_info, list_node); in stream_get_first_alsa_device()
|