Searched defs:tas5805m_priv (Results 1 – 1 of 1) sorted by relevance
156 struct tas5805m_priv { struct157 struct i2c_client *i2c;158 struct regulator *pvdd;159 struct gpio_desc *gpio_pdn_n;161 uint8_t *dsp_cfg_data;162 int dsp_cfg_len;164 struct regmap *regmap;188 static void tas5805m_refresh(struct tas5805m_priv *tas5805m) in tas5805m_refresh() argument