Home
last modified time | relevance | path

Searched refs:channel_vector (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/most/
Dcore.c176 if (c->iface->channel_vector[i].direction & MOST_CH_RX) in available_directions_show()
178 if (c->iface->channel_vector[i].direction & MOST_CH_TX) in available_directions_show()
192 if (c->iface->channel_vector[i].data_type & MOST_CH_CONTROL) in available_datatypes_show()
194 if (c->iface->channel_vector[i].data_type & MOST_CH_ASYNC) in available_datatypes_show()
196 if (c->iface->channel_vector[i].data_type & MOST_CH_SYNC) in available_datatypes_show()
198 if (c->iface->channel_vector[i].data_type & MOST_CH_ISOC) in available_datatypes_show()
212 c->iface->channel_vector[i].num_buffers_packet); in number_of_packet_buffers_show()
223 c->iface->channel_vector[i].num_buffers_streaming); in number_of_stream_buffers_show()
234 c->iface->channel_vector[i].buffer_size_packet); in size_of_packet_buffer_show()
245 c->iface->channel_vector[i].buffer_size_streaming); in size_of_stream_buffer_show()
[all …]
Dmost_usb.c1006 mdev->iface.channel_vector = mdev->cap; in hdm_probe()
/Linux-v5.10/include/linux/
Dmost.h238 struct most_channel_capability *channel_vector; member
/Linux-v5.10/drivers/staging/most/i2c/
Di2c.c313 dev->most_iface.channel_vector = dev->capabilities; in i2c_probe()
/Linux-v5.10/drivers/staging/most/dim2/
Ddim2.c848 dev->most_iface.channel_vector = dev->capabilities; in dim2_probe()