Home
last modified time | relevance | path

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

/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()
1040 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.c308 hdm_ch->direction == MOST_CH_RX && in service_done_flag()
856 cap->direction = MOST_CH_RX | MOST_CH_TX; in dim2_probe()
/linux/drivers/staging/most/video/
H A Dvideo.c466 if (ccfg->direction != MOST_CH_RX) { in comp_probe_channel()