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