Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/most/mostcore/
Dcore.c259 if (c->iface->channel_vector[i].direction & MOST_CH_RX) in show_available_directions()
261 if (c->iface->channel_vector[i].direction & MOST_CH_TX) in show_available_directions()
274 if (c->iface->channel_vector[i].data_type & MOST_CH_CONTROL) in show_available_datatypes()
276 if (c->iface->channel_vector[i].data_type & MOST_CH_ASYNC) in show_available_datatypes()
278 if (c->iface->channel_vector[i].data_type & MOST_CH_SYNC) in show_available_datatypes()
280 if (c->iface->channel_vector[i].data_type & MOST_CH_ISOC_AVP) in show_available_datatypes()
294 c->iface->channel_vector[i].num_buffers_packet); in show_number_of_packet_buffers()
305 c->iface->channel_vector[i].num_buffers_streaming); in show_number_of_stream_buffers()
316 c->iface->channel_vector[i].buffer_size_packet); in show_size_of_packet_buffer()
327 c->iface->channel_vector[i].buffer_size_streaming); in show_size_of_stream_buffer()
[all …]
Dmostcore.h244 struct most_channel_capability *channel_vector; member
/linux-4.4.14/drivers/staging/most/hdm-i2c/
Dhdm_i2c.c342 dev->most_iface.channel_vector = dev->capabilities; in i2c_probe()
/linux-4.4.14/drivers/staging/most/hdm-dim2/
Ddim2_hdm.c829 dev->most_iface.channel_vector = dev->capabilities; in dim2_probe()
/linux-4.4.14/drivers/staging/most/hdm-usb/
Dhdm_usb.c1272 mdev->iface.channel_vector = mdev->cap; in hdm_probe()