Searched refs:nct6775_store_beep (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/hwmon/ |
D | nct6775.h | 209 ssize_t nct6775_store_beep(struct device *dev, struct device_attribute *attr, const char *buf,
|
D | nct6775-platform.c | 794 nct6775_store_beep, INTRUSION_ALARM_BASE); 796 nct6775_store_beep, INTRUSION_ALARM_BASE + 1); 798 nct6775_store_beep, BEEP_ENABLE_BASE);
|
D | nct6775-core.c | 1820 nct6775_store_beep(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in nct6775_store_beep() function 1845 EXPORT_SYMBOL_GPL(nct6775_store_beep); 1926 SENSOR_TEMPLATE(in_beep, "in%d_beep", 0644, nct6775_show_beep, nct6775_store_beep, 0); 2160 nct6775_store_beep, FAN_ALARM_BASE);
|