Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dmost.h46 MOST_CH_ISOC = 1 << 2, enumerator
/Linux-v5.10/drivers/most/
Dmost_usb.c203 case MOST_CH_ISOC: in get_stream_frame_size()
501 if (conf->data_type != MOST_CH_ISOC && in hdm_enqueue()
593 !(conf->data_type == MOST_CH_ISOC && in hdm_configure_channel()
1033 MOST_CH_ISOC | MOST_CH_SYNC; in hdm_probe()
Dcore.c81 { MOST_CH_ISOC, "isoc"},
82 { MOST_CH_ISOC, "isoc_avp"},
198 if (c->iface->channel_vector[i].data_type & MOST_CH_ISOC) in available_datatypes_show()
/Linux-v5.10/drivers/staging/most/dim2/
Ddim2.c491 case MOST_CH_ISOC: in configure_channel()
825 MOST_CH_ISOC | MOST_CH_SYNC; in dim2_probe()
/Linux-v5.10/drivers/staging/most/video/
Dvideo.c468 ccfg->data_type != MOST_CH_ISOC) { in comp_probe_channel()