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 struct gpio_desc *reset;
99 struct regulator_bulk_data core_supplies[2];
100 struct regulator *dbvdd;
102 int sysclk;
104 enum wm0010_state state;
105 bool boot_failed;
106 bool ready;
107 bool pll_running;
108 int max_spi_freq;
109 int board_max_spi_speed;
110 u32 pll_clkctrl1;
112 spinlock_t irq_lock;
113 int irq;
115 struct completion boot_completion;