/third_party/alsa-lib/src/ucm/ |
H A D | utils.c | 150 list_for_each_safe(pos, npos, &ctl_list->dev_list) { in uc_mgr_free_ctl() 164 list_for_each_safe(pos, npos, &uc_mgr->ctl_list) { in uc_mgr_free_ctl_list() 416 list_for_each_safe(pos, npos, base) { in uc_mgr_free_value() function 427 list_for_each_safe(pos, npos, &dev_list->list) { in uc_mgr_free_dev_list() 538 list_for_each_safe(pos, npos, base) { in uc_mgr_free_sequence() function 557 list_for_each_safe(pos, npos, base) { in uc_mgr_free_transition() function 569 list_for_each_safe(pos, npos, base) { in uc_mgr_free_dev_name_list() function 583 list_for_each_safe(pos, npos, base) { in uc_mgr_free_modifier() function 615 list_for_each_safe(pos, npos, base) { in uc_mgr_free_device_list() function 629 list_for_each_safe(po in uc_mgr_rename_device() [all...] |
/third_party/libinput/src/ |
H A D | path-seat.c | 56 list_for_each_safe(dev, in path_disable_device() 73 list_for_each_safe(seat, &input->base.seat_list, base.link) { in path_input_disable() 75 list_for_each_safe(device, in path_input_disable() 247 list_for_each_safe(dev, &path_input->path_list, link) in path_input_destroy() 416 list_for_each_safe(dev, &input->path_list, link) { in libinput_path_remove_device()
|
H A D | udev-seat.c | 157 list_for_each_safe(device, in device_removed() 248 list_for_each_safe(seat, &input->base.seat_list, base.link) { in udev_input_remove_devices() 250 list_for_each_safe(device, in udev_input_remove_devices()
|
H A D | util-list.h | 171 * list_for_each_safe(). 190 #define list_for_each_safe(pos, head, member) \ macro
|
H A D | evdev-tablet-pad-leds.c | 161 list_for_each_safe(button, &group->toggle_button_list, link) in pad_led_group_destroy() 164 list_for_each_safe(led, &group->led_list, link) in pad_led_group_destroy() 586 list_for_each_safe(group, &pad->modes.mode_group_list, link) in pad_destroy_leds()
|
H A D | timer.c | 146 list_for_each_safe(timer, &libinput->timer.list, link) { in libinput_timer_handler() 158 * list_for_each_safe() here because that only in libinput_timer_handler()
|
H A D | quirks.c | 518 list_for_each_safe(p, &s->properties, link) in section_destroy() 1187 list_for_each_safe(s, &ctx->sections, link) { in quirks_context_unref() 1229 list_for_each_safe(p, &q->floating_properties, link) { in quirks_unref()
|
H A D | libinput.c | 1933 list_for_each_safe(source, &libinput->source_destroy_list, link) in libinput_drop_destroyed_sources() 1971 list_for_each_safe(seat, &libinput->seat_list, link) { in libinput_unref() 1972 list_for_each_safe(device, in libinput_unref() 1980 list_for_each_safe(group, in libinput_unref() 1986 list_for_each_safe(tool, &libinput->tool_list, link) { in libinput_unref() 2326 list_for_each_safe(listener, &device->event_listeners, link) in post_device_event()
|
H A D | evdev-fallback.c | 1129 list_for_each_safe(kbd, in fallback_interface_remove() 1404 list_for_each_safe(kbd, in fallback_interface_device_removed()
|
/third_party/alsa-lib/src/mixer/ |
H A D | mixer_local.h | 43 #define bag_for_each_safe(pos, next, bag) list_for_each_safe(pos, next, bag)
|
/third_party/alsa-lib/src/topology/ |
H A D | elem.c | 282 list_for_each_safe(pos, npos, base) { in tplg_ref_free_list() function 325 list_for_each_safe(pos, npos, base) { in tplg_elem_free_list() function 507 list_for_each_safe(pos, npos, heap) { in tplg_free() function
|
/third_party/alsa-lib/modules/mixer/simple/ |
H A D | sbase.c | 309 list_for_each_safe(pos, npos, &simple->helems) { in selem_free() 520 list_for_each_safe(pos, pos1, &priv->selectors) { in sbasic_cpriv_free() 524 list_for_each_safe(pos, pos1, &priv->sids) { in sbasic_cpriv_free()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_hooks.c | 86 list_for_each_safe(pos, next, &h->hooks[SND_PCM_HOOK_TYPE_CLOSE]) { in snd_pcm_hooks_close() 118 list_for_each_safe(pos, next, &h->hooks[SND_PCM_HOOK_TYPE_HW_PARAMS]) { in snd_pcm_hooks_hw_params() 134 list_for_each_safe(pos, next, &h->hooks[SND_PCM_HOOK_TYPE_HW_FREE]) { in snd_pcm_hooks_hw_free()
|
H A D | pcm_meter.c | 282 list_for_each_safe(pos, npos, &meter->scopes) { in snd_pcm_meter_close()
|
/third_party/alsa-lib/include/ |
H A D | list.h | 53 /* list_for_each_safe - iterate over the linked list, safe to delete 58 #define list_for_each_safe(p, s, list) \ macro
|
/third_party/alsa-utils/alsactl/ |
H A D | list.h | 245 * list_for_each_safe - iterate over a list safe against removal of list entry 250 #define list_for_each_safe(pos, n, head) \ macro
|
/third_party/exfatprogs/include/ |
H A D | list.h | 238 * list_for_each_safe - iterate over a list safe against removal of list entry 243 #define list_for_each_safe(pos, n, head) \ macro
|
/third_party/ltp/testcases/realtime/include/ |
H A D | list.h | 285 * list_for_each_safe - iterate over a list safe against removal of list entry 290 #define list_for_each_safe(pos, n, head) \ macro
|
/third_party/alsa-lib/src/ |
H A D | dlmisc.c | 433 list_for_each_safe(p, npos, &pcm_dlobj_list) { in snd_dlobj_cache_cleanup()
|
H A D | conf.c | 578 list_for_each_safe(pos, npos, base) { in free_include_paths() function
|
/third_party/libinput/test/ |
H A D | litest.c | 846 list_for_each_safe(p, &ctx->paths, link) { in close_restricted() 867 list_for_each_safe(f, &created_files_list, link) { in litest_signal() 902 list_for_each_safe(s, tests, node) { in litest_free_test_list() function 905 list_for_each_safe(t, &s->tests, node) { in litest_free_test_list() 1121 list_for_each_safe(n, &testnames, node) { in litest_run_suite() 1602 list_for_each_safe(f, created_files_list, link) { in litest_remove_udev_rules() function 1725 list_for_each_safe(p, &ctx->paths, link) { in litest_destroy_context()
|
H A D | test-utils.c | 1490 list_for_each_safe(t, &head, node) { in START_TEST()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | list.h | 161 #define list_for_each_safe(p, n, head) \ macro
|
/third_party/alsa-lib/src/alisp/ |
H A D | alisp.c | 267 list_for_each_safe(pos, pos1, &instance->setobjs_list[i]) { in free_objects() 277 list_for_each_safe(pos, pos1, &instance->used_objs_list[i][j]) { in free_objects() 290 list_for_each_safe(pos, pos1, &instance->free_objs_list) { in free_objects()
|
/third_party/libinput/tools/ |
H A D | libinput-record.c | 2391 list_for_each_safe(source, &ctx->sources, link) { in mainloop() 2831 list_for_each_safe(d, &ctx.devices, link) { in main() 2834 list_for_each_safe(hidraw, &d->hidraw_devices, link) { in main()
|