Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/most/
Dcore.h46 MOST_CH_ISOC = 1 << 2, enumerator
Dcore.c90 { MOST_CH_ISOC, "isoc\n"},
91 { MOST_CH_ISOC, "isoc_avp\n"},
207 if (c->iface->channel_vector[i].data_type & MOST_CH_ISOC) in available_datatypes_show()
/Linux-v4.19/drivers/staging/most/usb/
Dusb.c197 case MOST_CH_ISOC: in get_stream_frame_size()
598 if (conf->data_type != MOST_CH_ISOC && in hdm_enqueue()
689 !(conf->data_type == MOST_CH_ISOC && in hdm_configure_channel()
1109 MOST_CH_ISOC | MOST_CH_SYNC; in hdm_probe()
/Linux-v4.19/drivers/staging/most/dim2/
Ddim2.c511 case MOST_CH_ISOC: in configure_channel()
847 MOST_CH_ISOC | MOST_CH_SYNC; in dim2_probe()
/Linux-v4.19/drivers/staging/most/video/
Dvideo.c472 ccfg->data_type != MOST_CH_ISOC) { in comp_probe_channel()