Lines Matching defs:cs35l41_hda
59 struct cs35l41_hda { struct
60 struct device *dev;
61 struct regmap *regmap;
62 struct gpio_desc *reset_gpio;
63 struct gpio_desc *cs_gpio;
64 struct cs35l41_hw_cfg hw_cfg;
65 struct hda_codec *codec;
67 int irq;
68 int index;
69 int channel_index;
70 unsigned volatile long irq_errors;
71 const char *amp_name;
72 const char *acpi_subsystem_id;
73 int firmware_type;
74 int speaker_id;
75 struct mutex fw_mutex;
76 struct work_struct fw_load_work;
101 extern const struct dev_pm_ops cs35l41_hda_pm_ops; argument
107 int cs35l41_hda_parse_acpi(struct cs35l41_hda *cs35l41, struct device *physdev, int id); argument