static ssize_t
trip_point_temp_store(struct device *dev, struct device_attribute *attr,
- const char *buf, size_t count)
+ const char *buf, size_t count)
{
struct thermal_zone_device *tz = to_thermal_zone(dev);
int trip, ret;
static ssize_t
trip_point_hyst_store(struct device *dev, struct device_attribute *attr,
- const char *buf, size_t count)
+ const char *buf, size_t count)
{
struct thermal_zone_device *tz = to_thermal_zone(dev);
int trip, ret;
static ssize_t
trip_point_hyst_show(struct device *dev, struct device_attribute *attr,
- char *buf)
+ char *buf)
{
struct thermal_zone_device *tz = to_thermal_zone(dev);
int trip, ret;
static ssize_t
passive_store(struct device *dev, struct device_attribute *attr,
- const char *buf, size_t count)
+ const char *buf, size_t count)
{
struct thermal_zone_device *tz = to_thermal_zone(dev);
int state;
static ssize_t
passive_show(struct device *dev, struct device_attribute *attr,
- char *buf)
+ char *buf)
{
struct thermal_zone_device *tz = to_thermal_zone(dev);
static ssize_t
policy_store(struct device *dev, struct device_attribute *attr,
- const char *buf, size_t count)
+ const char *buf, size_t count)
{
struct thermal_zone_device *tz = to_thermal_zone(dev);
char name[THERMAL_NAME_LENGTH];
static ssize_t
emul_temp_store(struct device *dev, struct device_attribute *attr,
- const char *buf, size_t count)
+ const char *buf, size_t count)
{
struct thermal_zone_device *tz = to_thermal_zone(dev);
int ret = 0;