Home
last modified time | relevance | path

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

/linux/drivers/staging/most/i2c/
H A Di2c.c86 if (channel_config->direction == MOST_CH_RX) { in configure_channel()
308 dev->capabilities[CH_RX].direction = MOST_CH_RX; in i2c_probe()
/linux/drivers/most/
H A 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()
H A Dmost_cdev.c124 if (((c->cfg->direction == MOST_CH_RX) && in comp_open()
289 if (c->cfg->direction == MOST_CH_RX) { in comp_poll()
H A Dmost_usb.c752 mdev->conf[channel].direction == MOST_CH_RX) { in wq_clear_halt()
1036 tmp_cap->direction = MOST_CH_RX; in hdm_probe()
H A Dmost_snd.c189 if (channel->cfg->direction & MOST_CH_RX) in copy_data()
/linux/include/linux/
H A Dmost.h36 MOST_CH_RX = 1 << 0, enumerator
/linux/drivers/staging/most/dim2/
H A Ddim2.c306 hdm_ch->direction == MOST_CH_RX && in service_done_flag()
854 cap->direction = MOST_CH_RX | MOST_CH_TX; in dim2_probe()
/linux/drivers/staging/most/video/
H A Dvideo.c461 if (ccfg->direction != MOST_CH_RX) { in comp_probe_channel()