Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/most/mostcore/
Dmostcore.h60 MOST_CH_SYNC = 1 << 5, enumerator
Dcore.c278 if (c->iface->channel_vector[i].data_type & MOST_CH_SYNC) in show_available_datatypes()
421 else if (c->cfg.data_type & MOST_CH_SYNC) in show_set_datatype()
438 c->cfg.data_type = MOST_CH_SYNC; in store_set_datatype()
/linux-4.4.14/drivers/staging/most/hdm-dim2/
Ddim2_hdm.c579 case MOST_CH_SYNC: in configure_channel()
806 MOST_CH_ISOC_AVP | MOST_CH_SYNC; in dim2_probe()
/linux-4.4.14/drivers/staging/most/hdm-usb/
Dhdm_usb.c248 case MOST_CH_SYNC: in get_stream_frame_size()
755 if (!(conf->data_type == MOST_CH_SYNC) && in hdm_configure_channel()
1301 MOST_CH_ISOC_AVP | MOST_CH_SYNC; in hdm_probe()
/linux-4.4.14/drivers/staging/most/aim-v4l2/
Dvideo.c500 if (ccfg->data_type != MOST_CH_SYNC && in aim_probe_channel()
/linux-4.4.14/drivers/staging/most/aim-sound/
Dsound.c577 if (cfg->data_type != MOST_CH_SYNC) { in audio_probe_channel()