Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dadau7118.c42 bool hw_mode; member
354 if (st->hw_mode) in adau7118_set_bias_level()
372 if (st->hw_mode) in adau7118_set_bias_level()
392 if (st->hw_mode) { in adau7118_component_probe()
464 if (!st->hw_mode) { in adau7118_regulator_setup()
479 if (st->hw_mode) in adau7118_parset_dt()
526 int adau7118_probe(struct device *dev, struct regmap *map, bool hw_mode) in adau7118_probe() argument
536 st->hw_mode = hw_mode; in adau7118_probe()
539 if (!hw_mode) { in adau7118_probe()
Dadau7118.h22 int adau7118_probe(struct device *dev, struct regmap *map, bool hw_mode);