Lines Matching refs:attributes
120 struct attribute **attributes;
149 * A single status register covers multiple attributes,
823 data->attributes[data->num_attributes] = &a->dev_attr.attr; \
969 * Search for attributes. Allocate sensors, booleans, and labels as needed.
988 * description includes a reference to the associated limit attributes.
1006 * Add a set of limit attributes and, if supported, the associated
1007 * alarm attributes.
1068 * alarm attributes, if there is a global alarm bit, and if
1212 /* Current attributes */
1301 /* Power attributes */
1761 data->attributes = devm_kzalloc(&client->dev, sizeof(struct attribute *)
1763 if (!data->attributes) {
1771 * If there are no attributes, something is wrong.
1775 dev_err(&client->dev, "No attributes found\n");
1780 data->group.attrs = data->attributes;