Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/most/mostcore/
Dmostcore.h59 MOST_CH_ISOC_AVP = 1 << 2, enumerator
Dcore.c280 if (c->iface->channel_vector[i].data_type & MOST_CH_ISOC_AVP) in show_available_datatypes()
423 else if (c->cfg.data_type & MOST_CH_ISOC_AVP) in show_set_datatype()
440 c->cfg.data_type = MOST_CH_ISOC_AVP; in store_set_datatype()
/linux-4.4.14/drivers/staging/most/hdm-usb/
Dhdm_usb.c245 case MOST_CH_ISOC_AVP: in get_stream_frame_size()
692 if (conf->data_type != MOST_CH_ISOC_AVP) in hdm_enqueue()
756 !((conf->data_type == MOST_CH_ISOC_AVP) && in hdm_configure_channel()
1301 MOST_CH_ISOC_AVP | MOST_CH_SYNC; in hdm_probe()
/linux-4.4.14/drivers/staging/most/hdm-dim2/
Ddim2_hdm.c565 case MOST_CH_ISOC_AVP: in configure_channel()
806 MOST_CH_ISOC_AVP | MOST_CH_SYNC; in dim2_probe()
/linux-4.4.14/drivers/staging/most/aim-v4l2/
Dvideo.c501 ccfg->data_type != MOST_CH_ISOC_AVP) { in aim_probe_channel()