Lines Matching defs:wm8996_priv
53 struct wm8996_priv { struct
54 struct device *dev;
55 struct regmap *regmap;
56 struct snd_soc_component *component;
58 int ldo1ena;
60 int sysclk;
61 int sysclk_src;
63 int fll_src;
64 int fll_fref;
65 int fll_fout;
67 struct completion fll_lock;
69 u16 dcs_pending;
70 struct completion dcs_done;
72 u16 hpout_ena;
73 u16 hpout_pending;
75 struct regulator_bulk_data supplies[WM8996_NUM_SUPPLIES];
76 struct notifier_block disable_nb[WM8996_NUM_SUPPLIES];
77 int bg_ena;
79 struct wm8996_pdata pdata;
81 int rx_rate[WM8996_AIFS];
82 int bclk_rate[WM8996_AIFS];
85 int num_retune_mobile_texts;
109 struct wm8996_priv *wm8996 = container_of(nb, struct wm8996_priv, \ argument