Lines Matching defs:cs42l43
72 struct cs42l43 { struct
73 struct device *dev;
74 struct regmap *regmap;
75 struct sdw_slave *sdw;
77 struct regulator *vdd_p;
78 struct regulator *vdd_d;
79 struct regulator_bulk_data core_supplies[CS42L43_N_SUPPLIES];
81 struct gpio_desc *reset;
83 int irq;
84 struct regmap_irq_chip irq_chip;
85 struct regmap_irq_chip_data *irq_data;
87 struct work_struct boot_work;
88 struct completion device_attach;
89 struct completion device_detach;
90 struct completion firmware_download;
91 int firmware_error;
93 unsigned int sdw_freq;
95 struct mutex pll_lock;
97 bool sdw_pll_active;
98 bool attached;
99 bool hw_lock;