Home
last modified time | relevance | path

Searched refs:switch_mode (Results 1 – 12 of 12) sorted by relevance

/sound/soc/codecs/
A Dadau17x1.h42 void (*switch_mode)(struct device *dev); member
60 enum adau17x1_type type, void (*switch_mode)(struct device *dev),
A Dadau1977.c125 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 Dadau17x1.c989 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 Dadau1372.c29 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 Dadau1372.h18 void (*switch_mode)(struct device *dev));
A Dadau1761.h18 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
A Dadau1781.h18 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
A Dadau1977.h23 enum adau1977_type type, void (*switch_mode)(struct device *dev));
A Dsrc4xxx.h110 void (*switch_mode)(struct device *dev));
A Dadau1781.c480 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 Dadau1761.c977 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 Dsrc4xxx.c416 void (*switch_mode)(struct device *dev)) in src4xxx_probe()

Completed in 23 milliseconds