Lines Matching refs:open_dev
24 struct open_dev { struct
30 struct open_dev *prev, *next; argument
37 void dev_io_playback_fetch(struct open_dev *odev_list);
44 int dev_io_playback_write(struct open_dev **odevs,
48 int write_output_samples(struct open_dev **odevs,
49 struct open_dev *adev,
57 int dev_io_capture(struct open_dev **list);
62 int dev_io_send_captured_samples(struct open_dev *idev_list);
65 void dev_io_run(struct open_dev **odevs, struct open_dev **idevs,
72 int dev_io_next_input_wake(struct open_dev **idevs, struct timespec *min_ts);
79 void dev_io_rm_open_dev(struct open_dev **odev_list,
80 struct open_dev *dev_to_rm);
83 struct open_dev *dev_io_find_open_dev(struct open_dev *odev_list,
87 int dev_io_remove_stream(struct open_dev **dev_list,