Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/most/
Dmost_snd.c272 if (cfg->direction == MOST_CH_TX) { in pcm_open()
284 if (cfg->direction == MOST_CH_TX) in pcm_open()
307 if (channel->cfg->direction == MOST_CH_TX) in pcm_close()
331 if (cfg->direction == MOST_CH_TX) { in pcm_prepare()
568 if (cfg->direction == MOST_CH_TX) { in audio_probe_channel()
Dcore.c178 if (c->iface->channel_vector[i].direction & MOST_CH_TX) in available_directions_show()
281 if (c->cfg.direction & MOST_CH_TX) in set_direction_show()
646 c->cfg.direction = MOST_CH_TX; in most_set_cfg_direction()
648 c->cfg.direction = MOST_CH_TX; in most_set_cfg_direction()
1031 if (c->cfg.direction == MOST_CH_TX) { in most_put_mbo()
Dmost_usb.c484 if ((conf->direction & MOST_CH_TX) && mdev->padding_active[channel] && in hdm_enqueue()
494 if (conf->direction & MOST_CH_TX) { in hdm_enqueue()
1038 tmp_cap->direction = MOST_CH_TX; in hdm_probe()
Dmost_cdev.c126 ((c->cfg->direction == MOST_CH_TX) && in comp_open()
/linux-6.1.9/include/linux/
Dmost.h37 MOST_CH_TX = 1 << 1, enumerator
/linux-6.1.9/drivers/staging/most/net/
Dnet.c339 ch = ccfg->direction == MOST_CH_TX ? &nd->tx : &nd->rx; in comp_probe_channel()
341 ch = ccfg->direction == MOST_CH_TX ? &nd->tx : &nd->rx; in comp_probe_channel()
/linux-6.1.9/drivers/staging/most/dim2/
Ddim2.c446 bool const is_tx = ccfg->direction == MOST_CH_TX; in configure_channel()
541 hdm_ch->direction == MOST_CH_TX && in configure_channel()
852 cap->direction = MOST_CH_RX | MOST_CH_TX; in dim2_probe()
/linux-6.1.9/drivers/staging/most/i2c/
Di2c.c307 dev->capabilities[CH_TX].direction = MOST_CH_TX; in i2c_probe()