Lines Matching refs:open_dev
260 struct open_dev *open_dev; in append_stream() local
270 DL_SEARCH_SCALAR(thread->open_devs[stream->direction], open_dev, in append_stream()
272 if (!open_dev) in append_stream()
347 DL_FOREACH(thread->open_devs[stream->direction], open_dev) { in append_stream()
348 dev = open_dev->dev; in append_stream()
365 struct open_dev *adev; in thread_add_open_dev()
372 adev = (struct open_dev *)calloc(1, sizeof(*adev)); in thread_add_open_dev()
393 struct open_dev *adev = dev_io_find_open_dev( in thread_rm_open_dev()
409 struct open_dev *adev = dev_io_find_open_dev( in thread_is_dev_open()
420 struct open_dev *adev = dev_io_find_open_dev( in thread_dev_start_ramp()
432 struct open_dev *open_dev; in thread_find_stream() local
435 DL_FOREACH(thread->open_devs[rstream->direction], open_dev) { in thread_find_stream()
436 DL_FOREACH(open_dev->dev->streams, s) { in thread_find_stream()
527 struct open_dev *idev_list = thread->open_devs[CRAS_STREAM_INPUT]; in thread_set_aec_dump()
528 struct open_dev *adev; in thread_set_aec_dump()
554 struct open_dev *adev) in append_dev_dump_info()
670 struct open_dev *adev; in handle_playback_thread_message()
796 static int get_next_output_wake(struct open_dev **odevs, in get_next_output_wake()
800 struct open_dev *adev; in get_next_output_wake()
892 struct open_dev *adev; in audio_io_thread()