Symbol: cs35l41_hw_cfg
include/sound/cs35l41.h
913
int cs35l41_gpio_config(struct regmap *regmap, struct cs35l41_hw_cfg *hw_cfg);
include/sound/cs35l41.h
922
struct cs35l41_hw_cfg *hw_cfg);
sound/hda/codecs/side-codecs/cs35l41_hda.c
1668
struct cs35l41_hw_cfg *hw_cfg = &cs35l41->hw_cfg;
sound/hda/codecs/side-codecs/cs35l41_hda.c
1776
struct cs35l41_hw_cfg *hw_cfg = &cs35l41->hw_cfg;
sound/hda/codecs/side-codecs/cs35l41_hda.h
65
struct cs35l41_hw_cfg hw_cfg;
sound/hda/codecs/side-codecs/cs35l41_hda_property.c
240
struct cs35l41_hw_cfg *hw_cfg = &cs35l41->hw_cfg;
sound/hda/codecs/side-codecs/cs35l41_hda_property.c
374
struct cs35l41_hw_cfg *hw_cfg = &cs35l41->hw_cfg;
sound/hda/codecs/side-codecs/cs35l41_hda_property.c
413
struct cs35l41_hw_cfg *hw_cfg = &cs35l41->hw_cfg;
sound/soc/codecs/cs35l41-i2c.c
36
struct cs35l41_hw_cfg *hw_cfg = dev_get_platdata(dev);
sound/soc/codecs/cs35l41-lib.c
1141
struct cs35l41_hw_cfg *hw_cfg)
sound/soc/codecs/cs35l41-lib.c
1368
int cs35l41_gpio_config(struct regmap *regmap, struct cs35l41_hw_cfg *hw_cfg)
sound/soc/codecs/cs35l41-spi.c
33
struct cs35l41_hw_cfg *hw_cfg = dev_get_platdata(&spi->dev);
sound/soc/codecs/cs35l41.c
1012
static int cs35l41_handle_pdata(struct device *dev, struct cs35l41_hw_cfg *hw_cfg)
sound/soc/codecs/cs35l41.c
1202
int cs35l41_probe(struct cs35l41_private *cs35l41, const struct cs35l41_hw_cfg *hw_cfg)
sound/soc/codecs/cs35l41.c
898
struct cs35l41_hw_cfg *hw_cfg = &cs35l41->hw_cfg;
sound/soc/codecs/cs35l41.h
29
struct cs35l41_hw_cfg hw_cfg;
sound/soc/codecs/cs35l41.h
38
int cs35l41_probe(struct cs35l41_private *cs35l41, const struct cs35l41_hw_cfg *hw_cfg);