Home
last modified time | relevance | path

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

/openbmc/linux/drivers/most/
H A 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 …]
H A Dmost_usb.c1007 mdev->iface.channel_vector = mdev->cap; in hdm_probe()
/openbmc/linux/include/linux/
H A Dmost.h238 struct most_channel_capability *channel_vector; member
/openbmc/linux/drivers/staging/most/i2c/
H A Di2c.c316 dev->most_iface.channel_vector = dev->capabilities; in i2c_probe()
/openbmc/linux/drivers/staging/most/dim2/
H A Ddim2.c879 dev->most_iface.channel_vector = dev->capabilities; in dim2_probe()