Lines Matching defs:wm0010_priv
92 struct wm0010_priv { struct
93 struct snd_soc_component *component;
95 struct mutex lock;
96 struct device *dev;
98 struct wm0010_pdata pdata;
100 int gpio_reset;
101 int gpio_reset_value;
103 struct regulator_bulk_data core_supplies[2];
104 struct regulator *dbvdd;
106 int sysclk;
108 enum wm0010_state state;
109 bool boot_failed;
110 bool ready;
111 bool pll_running;
112 int max_spi_freq;
113 int board_max_spi_speed;
114 u32 pll_clkctrl1;
116 spinlock_t irq_lock;
117 int irq;
119 struct completion boot_completion;