Searched refs:show_beep (Results 1 - 6 of 6) sorted by relevance

/drivers/hwmon/
H A Dw83791d.c445 static ssize_t show_beep(struct device *dev, struct device_attribute *attr, function
507 SENSOR_ATTR(in0_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 0),
508 SENSOR_ATTR(in1_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 13),
509 SENSOR_ATTR(in2_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 2),
510 SENSOR_ATTR(in3_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 3),
511 SENSOR_ATTR(in4_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 8),
512 SENSOR_ATTR(in5_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 9),
513 SENSOR_ATTR(in6_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 10),
514 SENSOR_ATTR(in7_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 16),
515 SENSOR_ATTR(in8_beep, S_IWUSR | S_IRUGO, show_beep, store_bee
[all...]
H A Dgl518sm.c478 static ssize_t show_beep(struct device *dev, struct device_attribute *attr, function
513 static SENSOR_DEVICE_ATTR(in0_beep, S_IRUGO|S_IWUSR, show_beep, set_beep, 0);
514 static SENSOR_DEVICE_ATTR(in1_beep, S_IRUGO|S_IWUSR, show_beep, set_beep, 1);
515 static SENSOR_DEVICE_ATTR(in2_beep, S_IRUGO|S_IWUSR, show_beep, set_beep, 2);
516 static SENSOR_DEVICE_ATTR(in3_beep, S_IRUGO|S_IWUSR, show_beep, set_beep, 3);
517 static SENSOR_DEVICE_ATTR(temp1_beep, S_IRUGO|S_IWUSR, show_beep, set_beep, 4);
518 static SENSOR_DEVICE_ATTR(fan1_beep, S_IRUGO|S_IWUSR, show_beep, set_beep, 5);
519 static SENSOR_DEVICE_ATTR(fan2_beep, S_IRUGO|S_IWUSR, show_beep, set_beep, 6);
H A Dit87.c1336 static ssize_t show_beep(struct device *dev, struct device_attribute *attr, function
1366 show_beep, set_beep, 1);
1367 static SENSOR_DEVICE_ATTR(in1_beep, S_IRUGO, show_beep, NULL, 1);
1368 static SENSOR_DEVICE_ATTR(in2_beep, S_IRUGO, show_beep, NULL, 1);
1369 static SENSOR_DEVICE_ATTR(in3_beep, S_IRUGO, show_beep, NULL, 1);
1370 static SENSOR_DEVICE_ATTR(in4_beep, S_IRUGO, show_beep, NULL, 1);
1371 static SENSOR_DEVICE_ATTR(in5_beep, S_IRUGO, show_beep, NULL, 1);
1372 static SENSOR_DEVICE_ATTR(in6_beep, S_IRUGO, show_beep, NULL, 1);
1373 static SENSOR_DEVICE_ATTR(in7_beep, S_IRUGO, show_beep, NULL, 1);
1375 static SENSOR_DEVICE_ATTR(fan1_beep, S_IRUGO, show_beep, set_bee
[all...]
H A Dw83627hf.c903 show_beep(struct device *dev, struct device_attribute *attr, char *buf) function
961 show_beep, store_beep, 0);
963 show_beep, store_beep, 1);
965 show_beep, store_beep, 2);
967 show_beep, store_beep, 3);
969 show_beep, store_beep, 8);
971 show_beep, store_beep, 9);
973 show_beep, store_beep, 10);
975 show_beep, store_beep, 16);
977 show_beep, store_bee
[all...]
H A Dw83781d.c533 static ssize_t show_beep(struct device *dev, struct device_attribute *attr, function
601 show_beep, store_beep, 0);
603 show_beep, store_beep, 1);
605 show_beep, store_beep, 2);
607 show_beep, store_beep, 3);
609 show_beep, store_beep, 8);
611 show_beep, store_beep, 9);
613 show_beep, store_beep, 10);
615 show_beep, store_beep, 16);
617 show_beep, store_bee
[all...]
H A Dnct6775.c1579 show_beep(struct device *dev, struct device_attribute *attr, char *buf) function
1686 SENSOR_TEMPLATE(in_beep, "in%d_beep", S_IWUSR | S_IRUGO, show_beep, store_beep,
1900 SENSOR_TEMPLATE(fan_beep, "fan%d_beep", S_IWUSR | S_IRUGO, show_beep,
3051 static SENSOR_DEVICE_ATTR(intrusion0_beep, S_IWUSR | S_IRUGO, show_beep,
3053 static SENSOR_DEVICE_ATTR(intrusion1_beep, S_IWUSR | S_IRUGO, show_beep,
3055 static SENSOR_DEVICE_ATTR(beep_enable, S_IWUSR | S_IRUGO, show_beep,

Completed in 302 milliseconds