Lines Matching refs:device
207 static int ina2xx_read_reg(struct device *dev, int reg, unsigned int *regval)
301 static ssize_t ina2xx_value_show(struct device *dev,
368 static ssize_t ina226_alert_show(struct device *dev,
395 static ssize_t ina226_alert_store(struct device *dev,
438 static ssize_t ina226_alarm_show(struct device *dev,
479 static ssize_t ina2xx_shunt_show(struct device *dev,
487 static ssize_t ina2xx_shunt_store(struct device *dev,
505 static ssize_t ina226_interval_store(struct device *dev,
529 static ssize_t ina226_interval_show(struct device *dev,
584 /* pointers to created device attributes */
621 struct device *dev = &client->dev;
623 struct device *hwmon_dev;
637 /* set the device type */
662 dev_err(dev, "error configuring the device: %d\n", ret);