Lines Matching defs:aic32x4_priv
36 struct aic32x4_priv { struct
37 struct regmap *regmap;
38 u32 power_cfg;
39 u32 micpga_routing;
40 bool swapdacs;
41 int rstn_gpio;
42 const char *mclk_name;
44 struct regulator *supply_ldo;
45 struct regulator *supply_iov;
46 struct regulator *supply_dv;
47 struct regulator *supply_av;
49 struct aic32x4_setup_data *setup;
50 struct device *dev;
51 enum aic32x4_type type;
53 unsigned int fmt;