Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmost.h45 MOST_CH_ASYNC = 1 << 1, enumerator
/linux/drivers/most/
H A Dmost_usb.c259 if (mdev->conf[channel].data_type == MOST_CH_ASYNC) { in hdm_poison_channel()
628 if (conf->data_type == MOST_CH_ASYNC) { in hdm_configure_channel()
751 if (mdev->conf[channel].data_type == MOST_CH_ASYNC && in wq_clear_halt()
1033 tmp_cap->data_type = MOST_CH_CONTROL | MOST_CH_ASYNC | in hdm_probe()
H A Dmost_cdev.c216 c->cfg->data_type == MOST_CH_ASYNC) { in comp_write()
H A Dcore.c79 { MOST_CH_ASYNC, "async" },
194 if (c->iface->channel_vector[i].data_type & MOST_CH_ASYNC) in available_datatypes_show()
/linux/drivers/staging/most/net/
H A Dnet.c318 if (ccfg->data_type != MOST_CH_ASYNC) in comp_probe_channel()