Searched refs:channel_vector (Results 1 – 5 of 5) sorted by relevance
259 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 …]
244 struct most_channel_capability *channel_vector; member
342 dev->most_iface.channel_vector = dev->capabilities; in i2c_probe()
829 dev->most_iface.channel_vector = dev->capabilities; in dim2_probe()
1272 mdev->iface.channel_vector = mdev->cap; in hdm_probe()