Searched defs:nau8825 (Results 1 – 2 of 2) sorted by relevance
311 static void nau8825_hpvol_ramp(struct nau8825 *nau8825, in nau8825_hpvol_ramp()454 static void nau8825_xtalk_backup(struct nau8825 *nau8825) in nau8825_xtalk_backup()546 static void nau8825_xtalk_clock(struct nau8825 *nau8825) in nau8825_xtalk_clock()805 struct nau8825 *nau8825 = container_of( in nau8825_xtalk_work() local1250 static int nau8825_clock_check(struct nau8825 *nau8825, in nau8825_clock_check()1529 static void nau8825_eject_jack(struct nau8825 *nau8825) in nau8825_eject_jack()1711 struct nau8825 *nau8825 = (struct nau8825 *)data; in nau8825_interrupt() local1877 static void nau8825_init_regs(struct nau8825 *nau8825) in nau8825_init_regs()2079 static void nau8825_fll_apply(struct nau8825 *nau8825, in nau8825_fll_apply()2521 struct nau8825 *nau8825) { in nau8825_read_device_properties()[all …]
446 struct nau8825 { struct447 struct device *dev;448 struct regmap *regmap;450 struct snd_soc_jack *jack;451 struct clk *mclk;453 struct semaphore xtalk_sem;454 int irq;456 int button_pressed;457 int micbias_voltage;458 int vref_impedance;[all …]
Completed in 13 milliseconds