Searched defs:tas5720_data (Results 1 – 1 of 1) sorted by relevance
44 struct tas5720_data { struct45 struct snd_soc_component *component;46 struct regmap *regmap;47 struct i2c_client *tas5720_client;48 enum tas572x_type devtype;49 struct regulator_bulk_data supplies[TAS5720_NUM_SUPPLIES];50 struct delayed_work fault_check_work;51 unsigned int last_fault;
Completed in 9 milliseconds