Lines Matching defs:label
1333 return snprintf(buf, PAGE_SIZE, "%s\n", indio_dev->label);
1336 static DEVICE_ATTR(label, S_IRUGO, iio_show_dev_label, NULL);
1455 if (indio_dev->label)
1480 if (indio_dev->label)
1723 const char *label;
1734 label = of_get_property(indio_dev->dev.of_node, "label", NULL);
1735 if (label)
1736 indio_dev->label = label;