Searched refs:channel_mode (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/soc/fsl/dpio/ |
D | dpio.h | 40 enum dpio_channel_mode channel_mode; member 68 enum dpio_channel_mode channel_mode; member
|
D | dpio.c | 159 attr->channel_mode = dpio_rsp->channel_mode & DPIO_CHANNEL_MODE_MASK; in dpio_get_attributes()
|
D | dpio-cmd.h | 40 u8 channel_mode; member
|
/Linux-v4.19/sound/soc/qcom/qdsp6/ |
D | q6afe.c | 426 u16 channel_mode; member 1184 pcfg->i2s_cfg.channel_mode = AFE_PORT_I2S_SD0; in q6afe_i2s_port_prepare() 1187 pcfg->i2s_cfg.channel_mode = AFE_PORT_I2S_SD1; in q6afe_i2s_port_prepare() 1190 pcfg->i2s_cfg.channel_mode = AFE_PORT_I2S_SD2; in q6afe_i2s_port_prepare() 1193 pcfg->i2s_cfg.channel_mode = AFE_PORT_I2S_SD3; in q6afe_i2s_port_prepare() 1203 pcfg->i2s_cfg.channel_mode = AFE_PORT_I2S_QUAD01; in q6afe_i2s_port_prepare() 1206 pcfg->i2s_cfg.channel_mode = AFE_PORT_I2S_QUAD23; in q6afe_i2s_port_prepare() 1216 pcfg->i2s_cfg.channel_mode = AFE_PORT_I2S_6CHS; in q6afe_i2s_port_prepare() 1226 pcfg->i2s_cfg.channel_mode = AFE_PORT_I2S_8CHS; in q6afe_i2s_port_prepare() 1242 switch (pcfg->i2s_cfg.channel_mode) { in q6afe_i2s_port_prepare() [all …]
|
D | q6adm.c | 300 int channel_mode, int bit_width, in q6adm_find_matching_copp() argument 324 int channel_mode, int bit_width, int rate) in q6adm_device_open() argument 351 open->dev_num_channel = channel_mode & 0x00FF; in q6adm_device_open() 356 channel_mode); in q6adm_device_open() 385 int channel_mode, int topology, int perf_mode, in q6adm_open() argument 399 rate, channel_mode, bit_width, app_type); in q6adm_open() 419 copp->channels = channel_mode; in q6adm_open() 425 channel_mode, bit_width, rate); in q6adm_open()
|
D | q6adm.h | 20 int channel_mode, int topology, int perf_mode,
|
/Linux-v4.19/include/sound/ |
D | ac97_codec.h | 275 unsigned char channel_mode; member
|
/Linux-v4.19/sound/pci/ac97/ |
D | ac97_patch.c | 125 ucontrol->value.enumerated.item[0] = ac97->channel_mode; in ac97_channel_mode_get() 137 if (mode != ac97->channel_mode) { in ac97_channel_mode_put() 138 ac97->channel_mode = mode; in ac97_channel_mode_put() 187 return ac97->channel_mode >= 1; in is_surround_on() 192 return ac97->channel_mode >= 2; in is_clfe_on()
|