Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/most/i2c/
Di2c.c84 if (channel_config->direction == MOST_CH_RX) { in configure_channel()
306 dev->capabilities[CH_RX].direction = MOST_CH_RX; in i2c_probe()
/Linux-v5.4/drivers/staging/most/
Dcore.c185 if (c->iface->channel_vector[i].direction & MOST_CH_RX) in available_directions_show()
292 else if (c->cfg.direction & MOST_CH_RX) in set_direction_show()
679 c->cfg.direction = MOST_CH_RX; in most_set_cfg_direction()
681 c->cfg.direction = MOST_CH_RX; in most_set_cfg_direction()
877 if (c->cfg.direction == MOST_CH_RX) in hdm_enqueue_thread()
985 if (dir == MOST_CH_RX) { in arm_mbo_chain()
1204 if (c->cfg.direction == MOST_CH_RX) in most_start_channel()
Dcore.h36 MOST_CH_RX = 1 << 0, enumerator
/Linux-v5.4/drivers/staging/most/cdev/
Dcdev.c128 if (((c->cfg->direction == MOST_CH_RX) && in comp_open()
296 if (c->cfg->direction == MOST_CH_RX) { in comp_poll()
/Linux-v5.4/drivers/staging/most/dim2/
Ddim2.c294 hdm_ch->direction == MOST_CH_RX && in service_done_flag()
824 cap->direction = MOST_CH_RX | MOST_CH_TX; in dim2_probe()
/Linux-v5.4/drivers/staging/most/usb/
Dusb.c847 mdev->conf[channel].direction == MOST_CH_RX) { in wq_clear_halt()
1118 tmp_cap->direction = MOST_CH_RX; in hdm_probe()
/Linux-v5.4/drivers/staging/most/video/
Dvideo.c463 if (ccfg->direction != MOST_CH_RX) { in comp_probe_channel()
/Linux-v5.4/drivers/staging/most/sound/
Dsound.c198 if (channel->cfg->direction & MOST_CH_RX) in copy_data()