/sound/soc/hisilicon/ |
D | hi3660-i2s.c | 56 static void update_bits(struct hi3660_i2s *i2s, u32 ofs, u32 reset, u32 set) in update_bits() argument 60 writel(val | set, i2s->base + ofs); in update_bits() 64 u32 ofs, u32 reset, u32 set) in update_bits_syscon() argument 68 writel(val | set, i2s->base_syscon + ofs); in update_bits_syscon()
|
/sound/pci/ice1712/ |
D | psc724.c | 244 void (*set)(struct snd_ice1712 *ice, bool on); member 251 .set = psc724_set_master_switch, 256 .set = psc724_set_jack_detection, 278 psc724_cont[n].set(ice, ucontrol->value.integer.value[0]); in psc724_ctl_put()
|
D | wm8766.h | 125 void (*set)(struct snd_wm8766 *wm, u16 ch1, u16 ch2); member
|
D | wm8776.c | 276 .set = snd_wm8776_set_agc, 524 if (wm->ctl[n].set) in snd_wm8776_ctl_put() 525 wm->ctl[n].set(wm, regval1, regval2); in snd_wm8776_ctl_put()
|
D | wm8766.c | 250 if (wm->ctl[n].set) in snd_wm8766_ctl_put() 251 wm->ctl[n].set(wm, regval1, regval2); in snd_wm8766_ctl_put()
|
D | wm8776.h | 181 void (*set)(struct snd_wm8776 *wm, u16 ch1, u16 ch2); member
|
/sound/soc/ti/ |
D | davinci-vcif.c | 28 #define MOD_REG_BIT(val, mask, set) do { \ argument 29 if (set) { \
|
D | davinci-mcasp.c | 1078 unsigned int bclk_freq, bool set) in davinci_mcasp_calc_clk_div() argument 1095 } else if (set) { in davinci_mcasp_calc_clk_div() 1112 if (set) { in davinci_mcasp_calc_clk_div() 2057 .set = davinci_mcasp_gpio_set,
|
/sound/firewire/bebob/ |
D | bebob_yamaha_terratec.c | 58 .set = &snd_bebob_stream_set_rate,
|
D | bebob_terratec.c | 40 .set = &snd_bebob_stream_set_rate,
|
D | bebob_focusrite.c | 267 .set = &saffirepro_both_clk_freq_set, 294 .set = &snd_bebob_stream_set_rate,
|
D | bebob.h | 65 int (*set)(struct snd_bebob *bebob, unsigned int rate); member
|
D | bebob_maudio.c | 717 .set = &special_set_rate, 738 .set = &snd_bebob_stream_set_rate,
|
D | bebob_stream.c | 591 err = bebob->spec->rate->set(bebob, rate); in snd_bebob_stream_reserve_duplex() 661 err = bebob->spec->rate->set(bebob, curr_rate); in snd_bebob_stream_start_duplex()
|
D | bebob.c | 366 .set = &snd_bebob_stream_set_rate
|
/sound/pci/emu10k1/ |
D | io.c | 123 unsigned int reset, set; in snd_emu10k1_spi_write() local 146 set = reset | 0x10000; /* Set xxx1xxxx */ in snd_emu10k1_spi_write() 149 snd_emu10k1_ptr20_write(emu, reg, 0, set | data); in snd_emu10k1_spi_write()
|
/sound/soc/au1x/ |
D | Kconfig | 29 This is a driver set for the AC97 unit and the
|
/sound/usb/ |
D | mixer_us16x08.c | 686 int i, set; in snd_us16x08_meter_get() local 726 for (set = 0; set < 6; set++) in snd_us16x08_meter_get() 727 get_meter_levels_from_urb(set, store, meter_urb); in snd_us16x08_meter_get()
|
/sound/x86/ |
D | intel_hdmi_lpe_audio.h | 111 u32 set:1; member
|
/sound/soc/intel/ |
D | Kconfig | 37 # Haswell/Broadwell/Baytrail legacy and will be set 47 # Haswell/Broadwell/Baytrail legacy and will be set
|
/sound/hda/ |
D | hdac_stream.c | 624 void snd_hdac_stream_sync_trigger(struct hdac_stream *azx_dev, bool set, in snd_hdac_stream_sync_trigger() argument 633 if (set) in snd_hdac_stream_sync_trigger()
|
/sound/drivers/ |
D | Kconfig | 217 the 'power_save' parameter can be set via sysfs as follows: 221 In this case, the time-out is set to 10 seconds; setting
|
/sound/soc/ |
D | soc-ac97.c | 125 .set = snd_soc_ac97_gpio_set,
|
/sound/soc/intel/atom/sst/ |
D | sst.h | 423 void (*set_bypass)(bool set);
|
/sound/pci/ca0106/ |
D | ca0106_main.c | 367 unsigned int reset, set; in snd_ca0106_spi_write() local 375 set = reset | 0x10000; /* Set xxx1xxxx */ in snd_ca0106_spi_write() 378 snd_ca0106_ptr_write(emu, reg, 0, set | data); in snd_ca0106_spi_write()
|