Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dmost.h46 MOST_CH_ISOC = 1 << 2, enumerator
/linux-6.12.1/drivers/most/
Dmost_usb.c204 case MOST_CH_ISOC: in get_stream_frame_size()
502 if (conf->data_type != MOST_CH_ISOC && in hdm_enqueue()
594 !(conf->data_type == MOST_CH_ISOC && in hdm_configure_channel()
1034 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-6.12.1/drivers/staging/most/dim2/
Ddim2.c498 case MOST_CH_ISOC: in configure_channel()
856 MOST_CH_ISOC | MOST_CH_SYNC; in dim2_probe()
/linux-6.12.1/drivers/staging/most/video/
Dvideo.c467 ccfg->data_type != MOST_CH_ISOC) { in comp_probe_channel()