Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/most/i2c/
Di2c.c83 if (channel_config->direction == MOST_CH_RX) { in configure_channel()
305 dev->capabilities[CH_RX].direction = MOST_CH_RX; in i2c_probe()
/Linux-v5.10/drivers/most/
Dcore.c176 if (c->iface->channel_vector[i].direction & MOST_CH_RX) in available_directions_show()
283 else if (c->cfg.direction & MOST_CH_RX) in set_direction_show()
642 c->cfg.direction = MOST_CH_RX; in most_set_cfg_direction()
644 c->cfg.direction = MOST_CH_RX; in most_set_cfg_direction()
794 if (c->cfg.direction == MOST_CH_RX) in hdm_enqueue_thread()
902 if (dir == MOST_CH_RX) { in arm_mbo_chain()
1119 if (c->cfg.direction == MOST_CH_RX) in most_start_channel()
Dmost_cdev.c124 if (((c->cfg->direction == MOST_CH_RX) && in comp_open()
289 if (c->cfg->direction == MOST_CH_RX) { in comp_poll()
Dmost_usb.c751 mdev->conf[channel].direction == MOST_CH_RX) { in wq_clear_halt()
1035 tmp_cap->direction = MOST_CH_RX; in hdm_probe()
/Linux-v5.10/include/linux/
Dmost.h36 MOST_CH_RX = 1 << 0, enumerator
/Linux-v5.10/drivers/staging/most/dim2/
Ddim2.c293 hdm_ch->direction == MOST_CH_RX && in service_done_flag()
823 cap->direction = MOST_CH_RX | MOST_CH_TX; in dim2_probe()
/Linux-v5.10/drivers/staging/most/video/
Dvideo.c462 if (ccfg->direction != MOST_CH_RX) { in comp_probe_channel()
/Linux-v5.10/drivers/staging/most/sound/
Dsound.c195 if (channel->cfg->direction & MOST_CH_RX) in copy_data()