Searched refs:switch_mode (Results 1 – 12 of 12) sorted by relevance
| /sound/soc/codecs/ |
| A D | adau17x1.h | 42 void (*switch_mode)(struct device *dev); member 60 enum adau17x1_type type, void (*switch_mode)(struct device *dev),
|
| A D | adau1977.c | 125 void (*switch_mode)(struct device *dev); member 424 if (adau1977->switch_mode) in adau1977_power_enable() 425 adau1977->switch_mode(adau1977->dev); in adau1977_power_enable() 899 enum adau1977_type type, void (*switch_mode)(struct device *dev)) in adau1977_probe() 915 adau1977->switch_mode = switch_mode; in adau1977_probe()
|
| A D | adau17x1.c | 989 if (adau->switch_mode) in adau17x1_resume() 990 adau->switch_mode(component->dev); in adau17x1_resume() 1049 enum adau17x1_type type, void (*switch_mode)(struct device *dev), in adau17x1_probe() 1086 adau->switch_mode = switch_mode; in adau17x1_probe() 1106 if (switch_mode) in adau17x1_probe() 1107 switch_mode(dev); in adau17x1_probe()
|
| A D | adau1372.c | 29 void (*switch_mode)(struct device *dev); member 797 if (adau1372->switch_mode) in adau1372_set_power() 798 adau1372->switch_mode(adau1372->dev); in adau1372_set_power() 917 void (*switch_mode)(struct device *dev)) in adau1372_probe() 940 adau1372->switch_mode = switch_mode; in adau1372_probe()
|
| A D | adau1372.h | 18 void (*switch_mode)(struct device *dev));
|
| A D | adau1761.h | 18 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
|
| A D | adau1781.h | 18 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
|
| A D | adau1977.h | 23 enum adau1977_type type, void (*switch_mode)(struct device *dev));
|
| A D | src4xxx.h | 110 void (*switch_mode)(struct device *dev));
|
| A D | adau1781.c | 480 enum adau17x1_type type, void (*switch_mode)(struct device *dev)) in adau1781_probe() 496 ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name); in adau1781_probe()
|
| A D | adau1761.c | 977 enum adau17x1_type type, void (*switch_mode)(struct device *dev)) in adau1761_probe() 991 ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name); in adau1761_probe()
|
| A D | src4xxx.c | 416 void (*switch_mode)(struct device *dev)) in src4xxx_probe()
|
Completed in 16 milliseconds