Lines Matching refs:comp_channel
30 struct comp_channel { struct
46 #define to_channel(d) container_of(d, struct comp_channel, cdev) argument
50 static inline bool ch_has_mbo(struct comp_channel *c) in ch_has_mbo()
55 static inline struct mbo *ch_get_mbo(struct comp_channel *c, struct mbo **mbo) in ch_get_mbo()
65 static struct comp_channel *get_channel(struct most_interface *iface, int id) in get_channel()
67 struct comp_channel *c, *tmp; in get_channel()
81 static void stop_channel(struct comp_channel *c) in stop_channel()
90 static void destroy_cdev(struct comp_channel *c) in destroy_cdev()
101 static void destroy_channel(struct comp_channel *c) in destroy_channel()
118 struct comp_channel *c; in comp_open()
159 struct comp_channel *c = to_channel(inode->i_cdev); in comp_close()
188 struct comp_channel *c = filp->private_data; in comp_write()
241 struct comp_channel *c = filp->private_data; in comp_read()
283 struct comp_channel *c = filp->private_data; in comp_poll()
322 struct comp_channel *c; in comp_disconnect_channel()
353 struct comp_channel *c; in comp_rx_completion()
386 struct comp_channel *c; in comp_tx_completion()
415 struct comp_channel *c; in comp_probe()
523 struct comp_channel *c, *tmp; in most_cdev_exit()