Lines Matching refs:open_devs
270 DL_SEARCH_SCALAR(thread->open_devs[stream->direction], open_dev, in append_stream()
347 DL_FOREACH(thread->open_devs[stream->direction], open_dev) { in append_stream()
367 DL_SEARCH_SCALAR(thread->open_devs[iodev->direction], in thread_add_open_dev()
384 DL_APPEND(thread->open_devs[iodev->direction], adev); in thread_add_open_dev()
394 thread->open_devs[iodev->direction], iodev); in thread_rm_open_dev()
398 dev_io_rm_open_dev(&thread->open_devs[iodev->direction], adev); in thread_rm_open_dev()
410 thread->open_devs[iodev->direction], iodev); in thread_is_dev_open()
421 thread->open_devs[iodev->direction], iodev); in thread_dev_start_ramp()
435 DL_FOREACH(thread->open_devs[rstream->direction], open_dev) { in thread_find_stream()
454 rc = dev_io_remove_stream(&thread->open_devs[stream->direction], in thread_disconnect_stream()
498 dev_io_remove_stream(&thread->open_devs[rstream->direction], in thread_drain_stream()
527 struct open_dev *idev_list = thread->open_devs[CRAS_STREAM_INPUT]; in thread_set_aec_dump()
681 DL_FOREACH(thread->open_devs[CRAS_STREAM_OUTPUT], adev) { in handle_playback_thread_message()
693 DL_FOREACH(thread->open_devs[CRAS_STREAM_INPUT], adev) { in handle_playback_thread_message()
835 ret = get_next_output_wake(&thread->open_devs[CRAS_STREAM_OUTPUT], in fill_next_sleep_interval()
837 ret += dev_io_next_input_wake(&thread->open_devs[CRAS_STREAM_INPUT], in fill_next_sleep_interval()
919 dev_io_run(&thread->open_devs[CRAS_STREAM_OUTPUT], in audio_io_thread()
920 &thread->open_devs[CRAS_STREAM_INPUT], in audio_io_thread()
939 DL_FOREACH(thread->open_devs[CRAS_STREAM_OUTPUT], adev) { in audio_io_thread()
948 DL_FOREACH(thread->open_devs[CRAS_STREAM_INPUT], adev) { in audio_io_thread()