Home
last modified time | relevance | path

Searched refs:MOST_CH_TX (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/staging/most/sound/
Dsound.c271 if (cfg->direction == MOST_CH_TX) { in pcm_open()
282 if (cfg->direction == MOST_CH_TX) in pcm_open()
305 if (channel->cfg->direction == MOST_CH_TX) in pcm_close()
370 if (cfg->direction == MOST_CH_TX) { in pcm_prepare()
580 if (cfg->direction == MOST_CH_TX) { in audio_probe_channel()
/Linux-v4.19/drivers/staging/most/
Dcore.h37 MOST_CH_TX = 1 << 1, enumerator
Dcore.c187 if (c->iface->channel_vector[i].direction & MOST_CH_TX) in available_directions_show()
316 if (c->cfg.direction & MOST_CH_TX) in set_direction_show()
335 c->cfg.direction = MOST_CH_TX; in set_direction_store()
337 c->cfg.direction = MOST_CH_TX; in set_direction_store()
1136 if (c->cfg.direction == MOST_CH_TX) { in most_put_mbo()
/Linux-v4.19/drivers/staging/most/net/
Dnet.c328 ch = ccfg->direction == MOST_CH_TX ? &nd->tx : &nd->rx; in comp_probe_channel()
330 ch = ccfg->direction == MOST_CH_TX ? &nd->tx : &nd->rx; in comp_probe_channel()
/Linux-v4.19/drivers/staging/most/dim2/
Ddim2.c462 bool const is_tx = ccfg->direction == MOST_CH_TX; in configure_channel()
557 hdm_ch->direction == MOST_CH_TX && in configure_channel()
845 cap->direction = MOST_CH_RX | MOST_CH_TX; in dim2_probe()
/Linux-v4.19/drivers/staging/most/usb/
Dusb.c580 if ((conf->direction & MOST_CH_TX) && mdev->padding_active[channel] && in hdm_enqueue()
590 if (conf->direction & MOST_CH_TX) { in hdm_enqueue()
1113 tmp_cap->direction = MOST_CH_TX; in hdm_probe()
/Linux-v4.19/drivers/staging/most/i2c/
Di2c.c308 dev->capabilities[CH_TX].direction = MOST_CH_TX; in i2c_probe()
/Linux-v4.19/drivers/staging/most/cdev/
Dcdev.c130 ((c->cfg->direction == MOST_CH_TX) && in comp_open()