Home
last modified time | relevance | path

Searched refs:dev_attr_label (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
Dscpi-hwmon.c22 struct device_attribute dev_attr_label; member
119 sensor = container_of(attr, struct sensor_data, dev_attr_label); in scpi_show_label()
234 sensor->dev_attr_label.attr.mode = 0444; in scpi_hwmon_probe()
235 sensor->dev_attr_label.show = scpi_show_label; in scpi_hwmon_probe()
236 sensor->dev_attr_label.attr.name = sensor->label; in scpi_hwmon_probe()
239 scpi_sensors->attrs[(idx << 1) + 1] = &sensor->dev_attr_label.attr; in scpi_hwmon_probe()
/kernel/linux/linux-5.10/drivers/gpio/
Dgpiolib-sysfs.c442 &dev_attr_label.attr,
/kernel/linux/linux-5.10/drivers/iio/
Dindustrialio-core.c1481 iio_dev_opaque->chan_attr_group.attrs[attrn++] = &dev_attr_label.attr; in iio_device_register_sysfs()