Home
last modified time | relevance | path

Searched refs:channel_config (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/most/hdm-i2c/
Dhdm_i2c.c78 struct most_channel_config *channel_config) in configure_channel() argument
85 if (channel_config->data_type != MOST_CH_CONTROL) { in configure_channel()
90 if (channel_config->direction != dev->capabilities[ch_idx].direction) { in configure_channel()
95 if ((channel_config->direction == MOST_CH_RX) && (dev->polling_mode)) { in configure_channel()
/linux-4.4.14/drivers/staging/most/mostcore/
Dmostcore.h246 struct most_channel_config *channel_config);