Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/most/sound/
Dsound.c284 if (cfg->direction == MOST_CH_TX) { in pcm_open()
295 if (cfg->direction == MOST_CH_TX) in pcm_open()
318 if (channel->cfg->direction == MOST_CH_TX) in pcm_close()
383 if (cfg->direction == MOST_CH_TX) { in pcm_prepare()
633 if (cfg->direction == MOST_CH_TX) { in audio_probe_channel()
/Linux-v5.4/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()
290 if (c->cfg.direction & MOST_CH_TX) in set_direction_show()
683 c->cfg.direction = MOST_CH_TX; in most_set_cfg_direction()
685 c->cfg.direction = MOST_CH_TX; in most_set_cfg_direction()
1116 if (c->cfg.direction == MOST_CH_TX) { in most_put_mbo()
/Linux-v5.4/drivers/staging/most/net/
Dnet.c329 ch = ccfg->direction == MOST_CH_TX ? &nd->tx : &nd->rx; in comp_probe_channel()
331 ch = ccfg->direction == MOST_CH_TX ? &nd->tx : &nd->rx; in comp_probe_channel()
/Linux-v5.4/drivers/staging/most/dim2/
Ddim2.c443 bool const is_tx = ccfg->direction == MOST_CH_TX; in configure_channel()
538 hdm_ch->direction == MOST_CH_TX && in configure_channel()
824 cap->direction = MOST_CH_RX | MOST_CH_TX; in dim2_probe()
/Linux-v5.4/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()
1120 tmp_cap->direction = MOST_CH_TX; in hdm_probe()
/Linux-v5.4/drivers/staging/most/i2c/
Di2c.c308 dev->capabilities[CH_TX].direction = MOST_CH_TX; in i2c_probe()
/Linux-v5.4/drivers/staging/most/cdev/
Dcdev.c130 ((c->cfg->direction == MOST_CH_TX) && in comp_open()