Searched refs:nct6775_show_beep (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/hwmon/ |
D | nct6775.h | 208 ssize_t nct6775_show_beep(struct device *dev, struct device_attribute *attr, char *buf);
|
D | nct6775-platform.c | 793 static SENSOR_DEVICE_ATTR(intrusion0_beep, 0644, nct6775_show_beep, 795 static SENSOR_DEVICE_ATTR(intrusion1_beep, 0644, nct6775_show_beep, 797 static SENSOR_DEVICE_ATTR(beep_enable, 0644, nct6775_show_beep,
|
D | nct6775-core.c | 1807 nct6775_show_beep(struct device *dev, struct device_attribute *attr, char *buf) in nct6775_show_beep() function 1821 EXPORT_SYMBOL_GPL(nct6775_show_beep); 1930 SENSOR_TEMPLATE(in_beep, "in%d_beep", 0644, nct6775_show_beep, nct6775_store_beep, 0); 2163 SENSOR_TEMPLATE(fan_beep, "fan%d_beep", 0644, nct6775_show_beep,
|