Searched defs:pcm512x_priv (Results 1 – 1 of 1) sorted by relevance
32 struct pcm512x_priv { struct33 struct regmap *regmap;34 struct clk *sclk;35 struct regulator_bulk_data supplies[PCM512x_NUM_SUPPLIES];36 struct notifier_block supply_nb[PCM512x_NUM_SUPPLIES];37 int fmt;38 int pll_in;62 struct pcm512x_priv *pcm512x = container_of(nb, struct pcm512x_priv, \ argument