Lines Matching refs:cras_iodev
31 struct cras_iodev base;
41 static int frames_queued(const struct cras_iodev *iodev, in frames_queued()
54 static int delay_frames(const struct cras_iodev *iodev) in delay_frames()
59 static int close_dev(struct cras_iodev *iodev) in close_dev()
69 static int configure_dev(struct cras_iodev *iodev) in configure_dev()
84 static int get_buffer(struct cras_iodev *iodev, struct cras_audio_area **area, in get_buffer()
100 static int put_buffer(struct cras_iodev *iodev, unsigned frames) in put_buffer()
111 static int get_buffer_fd_read(struct cras_iodev *iodev, in get_buffer_fd_read()
143 static void update_active_node(struct cras_iodev *iodev, unsigned node_idx, in update_active_node()
165 struct cras_iodev *test_iodev_create(enum CRAS_STREAM_DIRECTION direction, in test_iodev_create()
169 struct cras_iodev *iodev; in test_iodev_create()
227 void test_iodev_destroy(struct cras_iodev *iodev) in test_iodev_destroy()
251 void test_iodev_command(struct cras_iodev *iodev, in test_iodev_command()