/sound/soc/uniphier/ |
D | aio-core.c | 86 struct regmap *r = chip->regmap_sg; in aio_iecout_set_enable() local 109 struct regmap *r = chip->regmap; in aio_chip_set_pll() local 167 struct regmap *r = chip->regmap; in aio_chip_init() local 203 struct regmap *r = sub->aio->chip->regmap; in aio_init() local 252 struct regmap *r = sub->aio->chip->regmap; in aio_port_reset() local 279 struct regmap *r = sub->aio->chip->regmap; in aio_port_set_ch() local 331 struct regmap *r = sub->aio->chip->regmap; in aio_port_set_rate() local 450 struct regmap *r = sub->aio->chip->regmap; in aio_port_set_fmt() local 517 struct regmap *r = sub->aio->chip->regmap; in aio_port_set_clk() local 615 struct regmap *r = sub->aio->chip->regmap; in aio_port_set_param() local [all …]
|
/sound/pci/ice1712/ |
D | hoontech.h | 30 #define ICE1712_STDSP24_0_BOX(r, x) r[0] = ((r[0] & ~3) | ((x)&3)) argument 31 #define ICE1712_STDSP24_0_DAREAR(r, x) r[0] = ((r[0] & ~4) | (((x)&1)<<2)) argument 32 #define ICE1712_STDSP24_1_CHN1(r, x) r[1] = ((r[1] & ~1) | ((x)&1)) argument 33 #define ICE1712_STDSP24_1_CHN2(r, x) r[1] = ((r[1] & ~2) | (((x)&1)<<1)) argument 34 #define ICE1712_STDSP24_1_CHN3(r, x) r[1] = ((r[1] & ~4) | (((x)&1)<<2)) argument 35 #define ICE1712_STDSP24_2_CHN4(r, x) r[2] = ((r[2] & ~1) | ((x)&1)) argument 36 #define ICE1712_STDSP24_2_MIDIIN(r, x) r[2] = ((r[2] & ~2) | (((x)&1)<<1)) argument 37 #define ICE1712_STDSP24_2_MIDI1(r, x) r[2] = ((r[2] & ~4) | (((x)&1)<<2)) argument 38 #define ICE1712_STDSP24_3_MIDI2(r, x) r[3] = ((r[3] & ~1) | ((x)&1)) argument 39 #define ICE1712_STDSP24_3_MUTE(r, x) r[3] = ((r[3] & ~2) | (((x)&1)<<1)) argument [all …]
|
/sound/soc/dwc/ |
D | local.h | 60 #define COMP1_TX_WORDSIZE_3(r) (((r) & GENMASK(27, 25)) >> 25) argument 61 #define COMP1_TX_WORDSIZE_2(r) (((r) & GENMASK(24, 22)) >> 22) argument 62 #define COMP1_TX_WORDSIZE_1(r) (((r) & GENMASK(21, 19)) >> 19) argument 63 #define COMP1_TX_WORDSIZE_0(r) (((r) & GENMASK(18, 16)) >> 16) argument 64 #define COMP1_TX_CHANNELS(r) (((r) & GENMASK(10, 9)) >> 9) argument 65 #define COMP1_RX_CHANNELS(r) (((r) & GENMASK(8, 7)) >> 7) argument 66 #define COMP1_RX_ENABLED(r) (((r) & BIT(6)) >> 6) argument 67 #define COMP1_TX_ENABLED(r) (((r) & BIT(5)) >> 5) argument 68 #define COMP1_MODE_EN(r) (((r) & BIT(4)) >> 4) argument 69 #define COMP1_FIFO_DEPTH_GLOBAL(r) (((r) & GENMASK(3, 2)) >> 2) argument [all …]
|
/sound/soc/intel/keembay/ |
D | kmb_platform.h | 71 #define COMP1_TX_WORDSIZE_3(r) FIELD_GET(GENMASK(27, 25), (r)) argument 72 #define COMP1_TX_WORDSIZE_2(r) FIELD_GET(GENMASK(24, 22), (r)) argument 73 #define COMP1_TX_WORDSIZE_1(r) FIELD_GET(GENMASK(21, 19), (r)) argument 74 #define COMP1_TX_WORDSIZE_0(r) FIELD_GET(GENMASK(18, 16), (r)) argument 75 #define COMP1_RX_ENABLED(r) FIELD_GET(BIT(6), (r)) argument 76 #define COMP1_TX_ENABLED(r) FIELD_GET(BIT(5), (r)) argument 77 #define COMP1_MODE_EN(r) FIELD_GET(BIT(4), (r)) argument 78 #define COMP1_APB_DATA_WIDTH(r) FIELD_GET(GENMASK(1, 0), (r)) argument 79 #define COMP2_RX_WORDSIZE_3(r) FIELD_GET(GENMASK(12, 10), (r)) argument 80 #define COMP2_RX_WORDSIZE_2(r) FIELD_GET(GENMASK(9, 7), (r)) argument [all …]
|
/sound/firewire/ |
D | iso-resources.c | 26 int fw_iso_resources_init(struct fw_iso_resources *r, struct fw_unit *unit) in fw_iso_resources_init() 41 void fw_iso_resources_destroy(struct fw_iso_resources *r) in fw_iso_resources_destroy() 105 int fw_iso_resources_allocate(struct fw_iso_resources *r, in fw_iso_resources_allocate() 164 int fw_iso_resources_update(struct fw_iso_resources *r) in fw_iso_resources_update() 211 void fw_iso_resources_free(struct fw_iso_resources *r) in fw_iso_resources_free()
|
/sound/soc/codecs/ |
D | wl1273.c | 33 int r = 0; in snd_wl1273_fm_set_i2s_mode() local 133 int r = 0; in snd_wl1273_fm_set_channel_number() local 217 int val, r = 0; in snd_wl1273_fm_audio_put() local 254 int r; in snd_wl1273_fm_volume_put() local 325 unsigned int rate, width, r; in wl1273_hw_params() local
|
D | cros_ec_codec.c | 114 struct ec_response_ec_codec_dmic_get_gain_idx r; in dmic_get_gain() local 193 struct ec_response_ec_codec_dmic_get_max_gain r; in dmic_probe() local 396 struct ec_response_ec_codec_get_shm_addr r; in wov_map_shm() local 553 struct ec_response_ec_codec_wov_read_audio_shm r; in wov_read_audio_shm() local 576 struct ec_response_ec_codec_wov_read_audio r; in wov_read_audio() local 748 struct ec_response_ec_codec_wov_get_lang r; in wov_hotword_model_put() local 959 struct ec_response_ec_codec_get_capabilities r; in cros_ec_codec_platform_probe() local
|
D | cx2072x.h | 204 } r; member 226 } r; member 248 } r; member 268 } r; member 281 } r; member 293 } r; member 310 } r; member
|
D | adau-utils.c | 18 unsigned int r, n, m, i, j; in adau_calc_pll_cfg() local
|
/sound/core/ |
D | pcm_lib.c | 514 unsigned int *r) in div32() 533 unsigned int r; in div_up() local 553 unsigned int c, unsigned int *r) in muldiv32() 682 unsigned int r; in snd_interval_div() local 718 unsigned int r; in snd_interval_muldivk() local 749 unsigned int r; in snd_interval_mulkdiv() local 811 unsigned int r; in snd_interval_ratnum() local 852 unsigned int r; in snd_interval_ratnum() local 925 unsigned int r; in snd_interval_ratden() local 957 unsigned int r; in snd_interval_ratden() local [all …]
|
D | pcm_drm_eld.c | 28 struct snd_interval *r = hw_param_interval(params, rule->var); in eld_limit_rates() local 57 const struct snd_interval *r; in eld_limit_channels() local
|
/sound/aoa/soundbus/i2sbus/ |
D | core.c | 41 struct dbdma_command_mem *r, in alloc_dbdma_descriptor_ring() 62 struct dbdma_command_mem *r) in free_dbdma_descriptor_ring() 158 struct resource *r; in i2sbus_add_dev() local
|
/sound/soc/sof/ |
D | topology.c | 1515 struct sof_ipc_comp_reply *r, in sof_widget_load_dai() 1581 struct sof_ipc_comp_reply *r) in sof_widget_load_buffer() 1653 struct sof_ipc_comp_reply *r) in sof_widget_load_pcm() 1708 struct sof_ipc_comp_reply *r) in sof_load_pipeline_ipc() 1727 struct sof_ipc_comp_reply *r) in sof_widget_load_pipeline() 1789 struct sof_ipc_comp_reply *r) in sof_widget_load_mixer() 1834 struct sof_ipc_comp_reply *r) in sof_widget_load_mux() 1880 struct sof_ipc_comp_reply *r) in sof_widget_load_pga() 1956 struct sof_ipc_comp_reply *r) in sof_widget_load_src() 2013 struct sof_ipc_comp_reply *r) in sof_widget_load_asrc() [all …]
|
/sound/firewire/digi00x/ |
D | digi00x-pcm.c | 13 struct snd_interval *r = in hw_rule_rate() local 39 const struct snd_interval *r = in hw_rule_channels() local
|
/sound/pci/asihpi/ |
D | hpi_version.h | 24 #define HPI_VERSION_CONSTRUCTOR(maj, min, r) ((maj << 16) + (min << 8) + r) argument
|
/sound/firewire/bebob/ |
D | bebob_pcm.c | 14 struct snd_interval *r = in hw_rule_rate() local 44 const struct snd_interval *r = in hw_rule_channels() local
|
/sound/pci/ac97/ |
D | ac97_pcm.c | 559 int i, cidx, r, ok_flag; in snd_ac97_pcm_open() local 653 int r = pcm->cur_dbl; in snd_ac97_pcm_close() local
|
/sound/soc/au1x/ |
D | ac97c.c | 84 unsigned short r) in au1xac97c_ac97_read() 125 static void au1xac97c_ac97_write(struct snd_ac97 *ac97, unsigned short r, in au1xac97c_ac97_write()
|
/sound/firewire/fireface/ |
D | ff-pcm.c | 14 struct snd_interval *r = in hw_rule_rate() local 47 const struct snd_interval *r = in hw_rule_channels() local
|
/sound/firewire/fireworks/ |
D | fireworks_pcm.c | 67 struct snd_interval *r = in hw_rule_rate() local 94 const struct snd_interval *r = in hw_rule_channels() local
|
/sound/firewire/motu/ |
D | motu-pcm.c | 18 struct snd_interval *r = in motu_rate_constraint() local 45 const struct snd_interval *r = in motu_channels_constraint() local
|
/sound/firewire/dice/ |
D | dice-pcm.c | 20 struct snd_interval *r = in dice_rate_constraint() local 56 const struct snd_interval *r = in dice_channels_constraint() local
|
/sound/firewire/oxfw/ |
D | oxfw-pcm.c | 14 struct snd_interval *r = in hw_rule_rate() local 47 const struct snd_interval *r = in hw_rule_channels() local
|
/sound/isa/wavefront/ |
D | wavefront_fx.c | 159 wavefront_fx_info r; in snd_wavefront_fx_ioctl() local
|
/sound/core/seq/ |
D | seq_ports.c | 448 static inline int addr_match(struct snd_seq_addr *r, struct snd_seq_addr *s) in addr_match() 455 static int match_subs_info(struct snd_seq_port_subscribe *r, in match_subs_info()
|