Lines Matching defs:iodev
89 static int update_supported_formats(struct cras_iodev* iodev) { in update_supported_formats()
108 static int frames_queued(const cras_iodev* iodev, struct timespec* tstamp) { in frames_queued()
112 static int delay_frames(const cras_iodev* iodev) { in delay_frames()
116 static int get_buffer(cras_iodev* iodev, in get_buffer()
122 static int put_buffer(cras_iodev* iodev, unsigned int num) { in put_buffer()
126 static int configure_dev(cras_iodev* iodev) { in configure_dev()
130 static int close_dev(cras_iodev* iodev) { in close_dev()
348 void cras_iodev_add_node(struct cras_iodev* iodev, struct cras_ionode* node) { in cras_iodev_add_node()
353 void cras_iodev_rm_node(struct cras_iodev* iodev, struct cras_ionode* node) { in cras_iodev_rm_node()
358 void cras_iodev_free_format(struct cras_iodev* iodev) { in cras_iodev_free_format()
362 void cras_iodev_set_active_node(struct cras_iodev* iodev, in cras_iodev_set_active_node()
374 void cras_iodev_free_resources(struct cras_iodev* iodev) { in cras_iodev_free_resources()