Home
last modified time | relevance | path

Searched refs:to_channel (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/most/
H A Dcore.c65 #define to_channel(d) container_of(d, struct most_channel, dev) macro
172 struct most_channel *c = to_channel(dev); in available_directions_show()
188 struct most_channel *c = to_channel(dev); in available_datatypes_show()
208 struct most_channel *c = to_channel(dev); in number_of_packet_buffers_show()
219 struct most_channel *c = to_channel(dev); in number_of_stream_buffers_show()
230 struct most_channel *c = to_channel(dev); in size_of_packet_buffer_show()
241 struct most_channel *c = to_channel(dev); in size_of_stream_buffer_show()
252 struct most_channel *c = to_channel(dev); in channel_starving_show()
261 struct most_channel *c = to_channel(dev); in set_number_of_buffers_show()
270 struct most_channel *c = to_channel(dev); in set_buffer_size_show()
[all …]
H A Dmost_cdev.c49 #define to_channel(d) container_of(d, struct comp_channel, cdev) macro
124 c = to_channel(inode->i_cdev); in comp_open()
162 struct comp_channel *c = to_channel(inode->i_cdev); in comp_close()