Searched refs:show_power (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/hwmon/ |
D | fam15h_power.c | 62 static ssize_t show_power(struct device *dev, in show_power() function 107 static DEVICE_ATTR(power1_input, S_IRUGO, show_power, NULL);
|
D | acpi_power_meter.c | 348 static ssize_t show_power(struct device *dev, in show_power() function 483 RO_SENSOR_TEMPLATE(POWER_AVERAGE_NAME, show_power, 0),
|
/linux-4.4.14/Documentation/driver-model/ |
D | device.txt | 64 static DEVICE_ATTR(power, 0644, show_power, store_power);
|