Lines Matching +defs:dev +defs:attrs
49 struct attribute *attrs[LUT_SIZE + 2]; member
54 static bool max31760_volatile_reg(struct device *dev, unsigned int reg) in max31760_volatile_reg()
77 static int max31760_read(struct device *dev, enum hwmon_sensor_types type, in max31760_read()
236 static int max31760_write(struct device *dev, enum hwmon_sensor_types type, in max31760_write()
382 static int max31760_read_string(struct device *dev, in max31760_read_string()
411 static ssize_t lut_show(struct device *dev, in lut_show()
426 static ssize_t lut_store(struct device *dev, in lut_store()
446 static ssize_t pwm1_auto_point_temp_hyst_show(struct device *dev, in pwm1_auto_point_temp_hyst_show()
461 static ssize_t pwm1_auto_point_temp_hyst_store(struct device *dev, in pwm1_auto_point_temp_hyst_store()
519 struct device *dev = &client->dev; in max31760_probe() local
563 static int max31760_suspend(struct device *dev) in max31760_suspend()
570 static int max31760_resume(struct device *dev) in max31760_resume()