Home
last modified time | relevance | path

Searched refs:aic32x4_setup (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/codecs/
H A Dtlv320aic32x4.c1224 struct aic32x4_setup_data *aic32x4_setup; in aic32x4_parse_dt()
1227 aic32x4_setup = devm_kzalloc(aic32x4->dev, sizeof(*aic32x4_setup), in aic32x4_parse_dt()
1229 if (!aic32x4_setup) in aic32x4_parse_dt()
1242 aic32x4_setup->gpio_func, 5) >= 0) in aic32x4_disable_regulators()
1243 aic32x4->setup = aic32x4_setup; in aic32x4_disable_regulators()
1215 struct aic32x4_setup_data *aic32x4_setup; aic32x4_parse_dt() local