Home
last modified time | relevance | path

Searched refs:list_for_each_safe (Results 1 – 25 of 33) sorted by relevance

12

/third_party/alsa-lib/src/ucm/
Dutils.c150 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 …]
Dmain.c1482 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/
Dpath-seat.c57 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()
Dudev-seat.c158 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()
Devdev-tablet-pad-leds.c157 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()
Dutil-list.h191 #define list_for_each_safe(pos, head, member) \ macro
Dtimer.c139 list_for_each_safe(timer, &libinput->timer.list, link) { in libinput_timer_handler()
Dlibinput.c1932 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()
Dquirks.c516 list_for_each_safe(p, &s->properties, link) in section_destroy()
1188 list_for_each_safe(s, &ctx->sections, link) { in quirks_context_unref()
Devdev-fallback.c1252 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/
Delem.c283 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/
Dmixer_local.h43 #define bag_for_each_safe(pos, next, bag) list_for_each_safe(pos, next, bag)
/third_party/alsa-lib/src/pcm/
Dpcm_hooks.c86 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()
Dpcm_meter.c280 list_for_each_safe(pos, npos, &meter->scopes) { in snd_pcm_meter_close()
/third_party/alsa-lib/include/
Dlist.h58 #define list_for_each_safe(p, s, list) \ macro
/third_party/alsa-lib/modules/mixer/simple/
Dsbase.c309 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/
Dlist.h250 #define list_for_each_safe(pos, n, head) \ macro
/third_party/ltp/testcases/realtime/include/
Dlist.h290 #define list_for_each_safe(pos, n, head) \ macro
/third_party/exfatprogs/include/
Dlist.h243 #define list_for_each_safe(pos, n, head) \ macro
/third_party/alsa-lib/src/
Ddlmisc.c431 list_for_each_safe(p, npos, &pcm_dlobj_list) { in snd_dlobj_cache_cleanup()
/third_party/libinput/test/
Dlitest.c846 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()
Dtest-utils.c1383 list_for_each_safe(t, &head, node) { in START_TEST()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dlist.h163 #define list_for_each_safe(p, n, head) \ macro
/third_party/libinput/tools/
Dlibinput-record.c2361 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/
Dalisp.c266 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()

12