Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 35) sorted by relevance

12

/sound/soc/hisilicon/
Dhi3660-i2s.c56 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/
Dpsc724.c244 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()
Dwm8766.h125 void (*set)(struct snd_wm8766 *wm, u16 ch1, u16 ch2); member
Dwm8776.c276 .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()
Dwm8766.c250 if (wm->ctl[n].set) in snd_wm8766_ctl_put()
251 wm->ctl[n].set(wm, regval1, regval2); in snd_wm8766_ctl_put()
Dwm8776.h181 void (*set)(struct snd_wm8776 *wm, u16 ch1, u16 ch2); member
/sound/soc/ti/
Ddavinci-vcif.c28 #define MOD_REG_BIT(val, mask, set) do { \ argument
29 if (set) { \
Ddavinci-mcasp.c1078 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/
Dbebob_yamaha_terratec.c58 .set = &snd_bebob_stream_set_rate,
Dbebob_terratec.c40 .set = &snd_bebob_stream_set_rate,
Dbebob_focusrite.c267 .set = &saffirepro_both_clk_freq_set,
294 .set = &snd_bebob_stream_set_rate,
Dbebob.h65 int (*set)(struct snd_bebob *bebob, unsigned int rate); member
Dbebob_maudio.c717 .set = &special_set_rate,
738 .set = &snd_bebob_stream_set_rate,
Dbebob_stream.c591 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()
Dbebob.c366 .set = &snd_bebob_stream_set_rate
/sound/pci/emu10k1/
Dio.c123 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/
DKconfig29 This is a driver set for the AC97 unit and the
/sound/usb/
Dmixer_us16x08.c686 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/
Dintel_hdmi_lpe_audio.h111 u32 set:1; member
/sound/soc/intel/
DKconfig37 # Haswell/Broadwell/Baytrail legacy and will be set
47 # Haswell/Broadwell/Baytrail legacy and will be set
/sound/hda/
Dhdac_stream.c624 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/
DKconfig217 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/
Dsoc-ac97.c125 .set = snd_soc_ac97_gpio_set,
/sound/soc/intel/atom/sst/
Dsst.h423 void (*set_bypass)(bool set);
/sound/pci/ca0106/
Dca0106_main.c367 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()

12