Lines Matching defs:wm0010_priv
93 struct wm0010_priv { struct
94 struct snd_soc_codec *codec;
96 struct mutex lock;
97 struct device *dev;
99 struct wm0010_pdata pdata;
101 int gpio_reset;
102 int gpio_reset_value;
104 struct regulator_bulk_data core_supplies[2];
105 struct regulator *dbvdd;
107 int sysclk;
109 enum wm0010_state state;
110 bool boot_failed;
111 bool ready;
112 bool pll_running;
113 int max_spi_freq;
114 int board_max_spi_speed;
115 u32 pll_clkctrl1;
117 spinlock_t irq_lock;
118 int irq;
120 struct completion boot_completion;