Lines Matching defs:max98396_priv
308 struct max98396_priv { struct
309 struct regmap *regmap;
310 struct gpio_desc *reset_gpio;
311 struct regulator_bulk_data core_supplies[MAX98396_NUM_CORE_SUPPLIES];
312 struct regulator *pvdd, *vbat;
313 unsigned int v_slot;
314 unsigned int i_slot;
315 unsigned int spkfb_slot;
316 unsigned int bypass_slot;
317 bool dmon_stuck_enable;
318 unsigned int dmon_stuck_threshold;
319 bool dmon_mag_enable;
320 unsigned int dmon_mag_threshold;
321 unsigned int dmon_duration;
322 bool interleave_mode;
323 bool tdm_mode;
324 int tdm_max_samplerate;
325 int device_id;