Searched refs:function_regmap (Results 1 – 3 of 3) sorted by relevance
| /linux/sound/soc/sdca/ |
| H A D | sdca_jack.c | 67 ret = regmap_read(interrupt->function_regmap, reg, &val); in sdca_jack_process() 85 regcache_drop_region(interrupt->function_regmap, reg, reg); in sdca_jack_process() 87 ret = regmap_read(interrupt->function_regmap, reg, &val); in sdca_jack_process() 116 ret = regmap_write(interrupt->function_regmap, reg, val); in sdca_jack_process() 201 ret = regmap_read(interrupt->function_regmap, reg, &val); in sdca_jack_report()
|
| H A D | sdca_interrupts.c | 110 ret = regmap_read(interrupt->function_regmap, reg, &val); in function_status_handler() 151 ret = regmap_write(interrupt->function_regmap, reg, val & 0x7F); in function_status_handler() 386 interrupt->function_regmap = component->regmap; in sdca_irq_data_populate() 388 interrupt->function_regmap = regmap; in sdca_irq_data_populate()
|
| /linux/include/sound/ |
| H A D | sdca_interrupts.h | 42 struct regmap *function_regmap; member 74 int sdca_irq_data_populate(struct device *dev, struct regmap *function_regmap, 80 int sdca_irq_populate_early(struct device *dev, struct regmap *function_regmap,
|