Home
last modified time | relevance | path

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

/openbmc/linux/drivers/most/
H A Dmost_snd.c274 if (cfg->direction == MOST_CH_TX) { in pcm_open()
286 if (cfg->direction == MOST_CH_TX) in pcm_open()
309 if (channel->cfg->direction == MOST_CH_TX) in pcm_close()
333 if (cfg->direction == MOST_CH_TX) { in pcm_prepare()
570 if (cfg->direction == MOST_CH_TX) { in audio_probe_channel()
H A 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()
H A 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()
H A Dmost_cdev.c126 ((c->cfg->direction == MOST_CH_TX) && in comp_open()
/openbmc/linux/include/linux/
H A Dmost.h37 MOST_CH_TX = 1 << 1, enumerator
/openbmc/linux/drivers/staging/most/net/
H A 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()
/openbmc/linux/drivers/staging/most/dim2/
H A Ddim2.c449 bool const is_tx = ccfg->direction == MOST_CH_TX; in configure_channel()
544 hdm_ch->direction == MOST_CH_TX && in configure_channel()
854 cap->direction = MOST_CH_RX | MOST_CH_TX; in dim2_probe()
/openbmc/linux/drivers/staging/most/i2c/
H A Di2c.c310 dev->capabilities[CH_TX].direction = MOST_CH_TX; in i2c_probe()