/third_party/alsa-lib/src/ucm/ |
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() 408 list_for_each_safe(pos, npos, base) { in uc_mgr_free_value() 422 list_for_each_safe(pos, npos, &dev_list->list) { in uc_mgr_free_dev_list() 529 list_for_each_safe(pos, npos, base) { in uc_mgr_free_sequence() 548 list_for_each_safe(pos, npos, base) { in uc_mgr_free_transition() 560 list_for_each_safe(pos, npos, base) { in uc_mgr_free_dev_name_list() 574 list_for_each_safe(pos, npos, base) { in uc_mgr_free_modifier() 606 list_for_each_safe(pos, npos, base) { in uc_mgr_free_device_list() 620 list_for_each_safe(pos, npos, &verb->device_list) { in uc_mgr_rename_device() [all …]
|
D | main.c | 1482 list_for_each_safe(pos, npos, &uc_mgr->active_modifiers) { in dismantle_use_case() 1491 list_for_each_safe(pos, npos, &uc_mgr->active_devices) { in dismantle_use_case() 1713 list_for_each_safe(pos, npos, list) { in myvalue_list_free()
|
/third_party/libinput/src/ |
D | path-seat.c | 57 list_for_each_safe(dev, in path_disable_device() 74 list_for_each_safe(seat, &input->base.seat_list, base.link) { in path_input_disable() 76 list_for_each_safe(device, in path_input_disable() 248 list_for_each_safe(dev, &path_input->path_list, link) in path_input_destroy() 417 list_for_each_safe(dev, &input->path_list, link) { in libinput_path_remove_device()
|
D | udev-seat.c | 158 list_for_each_safe(device, in device_removed() 249 list_for_each_safe(seat, &input->base.seat_list, base.link) { in udev_input_remove_devices() 251 list_for_each_safe(device, in udev_input_remove_devices()
|
D | evdev-tablet-pad-leds.c | 157 list_for_each_safe(button, &group->toggle_button_list, link) in pad_led_group_destroy() 160 list_for_each_safe(led, &group->led_list, link) in pad_led_group_destroy() 582 list_for_each_safe(group, &pad->modes.mode_group_list, link) in pad_destroy_leds()
|
D | util-list.h | 191 #define list_for_each_safe(pos, head, member) \ macro
|
D | timer.c | 139 list_for_each_safe(timer, &libinput->timer.list, link) { in libinput_timer_handler()
|
D | libinput.c | 1932 list_for_each_safe(source, &libinput->source_destroy_list, link) in libinput_drop_destroyed_sources() 1970 list_for_each_safe(seat, &libinput->seat_list, link) { in libinput_unref() 1971 list_for_each_safe(device, in libinput_unref() 1979 list_for_each_safe(group, in libinput_unref() 1985 list_for_each_safe(tool, &libinput->tool_list, link) { in libinput_unref() 2325 list_for_each_safe(listener, &device->event_listeners, link) in post_device_event()
|
D | quirks.c | 516 list_for_each_safe(p, &s->properties, link) in section_destroy() 1188 list_for_each_safe(s, &ctx->sections, link) { in quirks_context_unref()
|
D | evdev-fallback.c | 1252 list_for_each_safe(kbd, in fallback_interface_remove() 1520 list_for_each_safe(kbd, in fallback_interface_device_removed()
|
/third_party/alsa-lib/src/topology/ |
D | elem.c | 283 list_for_each_safe(pos, npos, base) { in tplg_ref_free_list() 326 list_for_each_safe(pos, npos, base) { in tplg_elem_free_list() 506 list_for_each_safe(pos, npos, heap) { in tplg_free()
|
/third_party/alsa-lib/src/mixer/ |
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/pcm/ |
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()
|
D | pcm_meter.c | 280 list_for_each_safe(pos, npos, &meter->scopes) { in snd_pcm_meter_close()
|
/third_party/alsa-lib/include/ |
D | list.h | 58 #define list_for_each_safe(p, s, list) \ macro
|
/third_party/alsa-lib/modules/mixer/simple/ |
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-utils/alsactl/ |
D | list.h | 250 #define list_for_each_safe(pos, n, head) \ macro
|
/third_party/ltp/testcases/realtime/include/ |
D | list.h | 290 #define list_for_each_safe(pos, n, head) \ macro
|
/third_party/exfatprogs/include/ |
D | list.h | 243 #define list_for_each_safe(pos, n, head) \ macro
|
/third_party/alsa-lib/src/ |
D | dlmisc.c | 431 list_for_each_safe(p, npos, &pcm_dlobj_list) { in snd_dlobj_cache_cleanup()
|
/third_party/libinput/test/ |
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() 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() 1725 list_for_each_safe(p, &ctx->paths, link) { in litest_destroy_context()
|
D | test-utils.c | 1383 list_for_each_safe(t, &head, node) { in START_TEST()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | list.h | 163 #define list_for_each_safe(p, n, head) \ macro
|
/third_party/libinput/tools/ |
D | libinput-record.c | 2361 list_for_each_safe(source, &ctx->sources, link) { in mainloop() 2801 list_for_each_safe(d, &ctx.devices, link) { in main() 2804 list_for_each_safe(hidraw, &d->hidraw_devices, link) { in main()
|
/third_party/alsa-lib/src/alisp/ |
D | alisp.c | 266 list_for_each_safe(pos, pos1, &instance->setobjs_list[i]) { in free_objects() 276 list_for_each_safe(pos, pos1, &instance->used_objs_list[i][j]) { in free_objects() 289 list_for_each_safe(pos, pos1, &instance->free_objs_list) { in free_objects()
|