Searched refs:num_iodevs (Results 1 – 2 of 2) sorted by relevance
643 unsigned int num_iodevs) in add_stream_to_open_devs() argument647 for (i = 0; i < num_iodevs; i++) in add_stream_to_open_devs()653 stream, iodevs, num_iodevs); in add_stream_to_open_devs()805 unsigned int num_iodevs; in stream_added_cb() local816 num_iodevs = 0; in stream_added_cb()818 if (num_iodevs >= ARRAY_SIZE(iodevs)) { in stream_added_cb()834 iodevs[num_iodevs++] = edev->dev; in stream_added_cb()836 if (num_iodevs) { in stream_added_cb()837 rc = add_stream_to_open_devs(rstream, iodevs, num_iodevs); in stream_added_cb()
258 unsigned int num_iodevs) in append_stream() argument269 for (i = 0; i < num_iodevs; i++) { in append_stream()508 unsigned int num_iodevs) in thread_add_stream() argument512 rc = append_stream(thread, stream, iodevs, num_iodevs); in thread_add_stream()517 num_iodevs ? iodevs[0]->info.idx : 0, num_iodevs); in thread_add_stream()