Lines Matching defs:wm8996_priv
49 struct wm8996_priv { struct
50 struct device *dev;
51 struct regmap *regmap;
52 struct snd_soc_component *component;
54 int ldo1ena;
56 int sysclk;
57 int sysclk_src;
59 int fll_src;
60 int fll_fref;
61 int fll_fout;
63 struct completion fll_lock;
65 u16 dcs_pending;
66 struct completion dcs_done;
68 u16 hpout_ena;
69 u16 hpout_pending;
71 struct regulator_bulk_data supplies[WM8996_NUM_SUPPLIES];
72 struct notifier_block disable_nb[WM8996_NUM_SUPPLIES];
73 int bg_ena;
75 struct wm8996_pdata pdata;
77 int rx_rate[WM8996_AIFS];
78 int bclk_rate[WM8996_AIFS];
81 int num_retune_mobile_texts;
105 struct wm8996_priv *wm8996 = container_of(nb, struct wm8996_priv, \ argument