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