Home
last modified time | relevance | path

Searched refs:MOST_CH_SYNC (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/include/linux/
Dmost.h47 MOST_CH_SYNC = 1 << 5, enumerator
/linux-5.19.10/drivers/most/
Dmost_usb.c207 case MOST_CH_SYNC: in get_stream_frame_size()
503 conf->data_type != MOST_CH_SYNC) in hdm_enqueue()
593 if (conf->data_type != MOST_CH_SYNC && in hdm_configure_channel()
1034 MOST_CH_ISOC | MOST_CH_SYNC; in hdm_probe()
Dmost_snd.c526 if (cfg->data_type != MOST_CH_SYNC) { in audio_probe_channel()
Dcore.c80 { MOST_CH_SYNC, "sync" },
196 if (c->iface->channel_vector[i].data_type & MOST_CH_SYNC) in available_datatypes_show()
/linux-5.19.10/drivers/staging/most/dim2/
Ddim2.c509 case MOST_CH_SYNC: in configure_channel()
854 MOST_CH_ISOC | MOST_CH_SYNC; in dim2_probe()
/linux-5.19.10/drivers/staging/most/video/
Dvideo.c467 if (ccfg->data_type != MOST_CH_SYNC && in comp_probe_channel()