Lines Matching defs:cs35l35_private
276 struct cs35l35_private { struct
277 struct device *dev;
278 struct cs35l35_platform_data pdata;
279 struct regmap *regmap;
280 struct regulator_bulk_data supplies[2];
281 int num_supplies;
282 int sysclk;
283 int sclk;
284 bool pdm_mode;
285 bool i2s_mode;
286 bool clock_consumer;
288 struct gpio_desc *reset_gpio;
289 struct completion pdn_done;