Home
last modified time | relevance | path

Searched defs:r (Results 1 – 25 of 78) sorted by relevance

1234

/sound/soc/uniphier/
Daio-core.c86 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
280 struct regmap *r = sub->aio->chip->regmap; in aio_port_set_ch() local
332 struct regmap *r = sub->aio->chip->regmap; in aio_port_set_rate() local
451 struct regmap *r = sub->aio->chip->regmap; in aio_port_set_fmt() local
518 struct regmap *r = sub->aio->chip->regmap; in aio_port_set_clk() local
616 struct regmap *r = sub->aio->chip->regmap; in aio_port_set_param() local
[all …]
/sound/pci/ice1712/
Dhoontech.h30 #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/
Dlocal.h60 #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/firewire/
Diso-resources.c26 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/
Dwl1273.c33 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
326 unsigned int rate, width, r; in wl1273_hw_params() local
Dcx2072x.h204 } r; member
226 } r; member
248 } r; member
268 } r; member
281 } r; member
293 } r; member
310 } r; member
Dadau-utils.c18 unsigned int r, n, m, i, j; in adau_calc_pll_cfg() local
/sound/core/
Dpcm_lib.c503 unsigned int *r) in div32()
522 unsigned int r; in div_up() local
542 unsigned int c, unsigned int *r) in muldiv32()
671 unsigned int r; in snd_interval_div() local
707 unsigned int r; in snd_interval_muldivk() local
738 unsigned int r; in snd_interval_mulkdiv() local
800 unsigned int r; in snd_interval_ratnum() local
841 unsigned int r; in snd_interval_ratnum() local
914 unsigned int r; in snd_interval_ratden() local
946 unsigned int r; in snd_interval_ratden() local
[all …]
Dpcm_drm_eld.c28 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/
Dcore.c41 struct dbdma_command_mem *r, in alloc_dbdma_descriptor_ring()
62 struct dbdma_command_mem *r) in free_dbdma_descriptor_ring()
157 struct resource *r; in i2sbus_add_dev() local
/sound/pci/ymfpci/
Dymfpci.c71 struct resource *r = NULL; in snd_ymfpci_create_gameport() local
146 struct resource *r = gameport_get_port_data(chip->gameport); in snd_ymfpci_free_gameport() local
/sound/soc/sof/
Dtopology.c1180 struct sof_ipc_comp_reply *r, in sof_widget_load_dai()
1237 struct sof_ipc_comp_reply *r) in sof_widget_load_buffer()
1308 struct sof_ipc_comp_reply *r) in sof_widget_load_pcm()
1365 struct sof_ipc_comp_reply *r) in sof_load_pipeline_ipc()
1412 struct sof_ipc_comp_reply *r) in sof_widget_load_pipeline()
1475 struct sof_ipc_comp_reply *r) in sof_widget_load_mixer()
1522 struct sof_ipc_comp_reply *r) in sof_widget_load_mux()
1570 struct sof_ipc_comp_reply *r) in sof_widget_load_pga()
1647 struct sof_ipc_comp_reply *r) in sof_widget_load_src()
1706 struct sof_ipc_comp_reply *r) in sof_widget_load_siggen()
[all …]
/sound/firewire/digi00x/
Ddigi00x-pcm.c13 struct snd_interval *r = in hw_rule_rate() local
39 const struct snd_interval *r = in hw_rule_channels() local
/sound/pci/asihpi/
Dhpi_version.h24 #define HPI_VERSION_CONSTRUCTOR(maj, min, r) ((maj << 16) + (min << 8) + r) argument
/sound/firewire/bebob/
Dbebob_pcm.c14 struct snd_interval *r = in hw_rule_rate() local
44 const struct snd_interval *r = in hw_rule_channels() local
/sound/firewire/fireface/
Dff-pcm.c14 struct snd_interval *r = in hw_rule_rate() local
47 const struct snd_interval *r = in hw_rule_channels() local
/sound/firewire/fireworks/
Dfireworks_pcm.c67 struct snd_interval *r = in hw_rule_rate() local
94 const struct snd_interval *r = in hw_rule_channels() local
/sound/pci/ac97/
Dac97_pcm.c559 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/
Dac97c.c84 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/motu/
Dmotu-pcm.c18 struct snd_interval *r = in motu_rate_constraint() local
46 const struct snd_interval *r = in motu_channels_constraint() local
/sound/firewire/oxfw/
Doxfw-pcm.c14 struct snd_interval *r = in hw_rule_rate() local
47 const struct snd_interval *r = in hw_rule_channels() local
/sound/firewire/dice/
Ddice-pcm.c20 struct snd_interval *r = in dice_rate_constraint() local
56 const struct snd_interval *r = in dice_channels_constraint() local
/sound/core/seq/
Dseq_ports.c448 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()
/sound/isa/wavefront/
Dwavefront_fx.c159 wavefront_fx_info r; in snd_wavefront_fx_ioctl() local
/sound/soc/txx9/
Dtxx9aclc-ac97.c175 struct resource *r; in txx9aclc_ac97_dev_probe() local

1234