Lines Matching defs:read
33 * @read: read callback for this attribute; may be NULL
39 ssize_t (*read)(struct counter_device *counter,
103 .read = counter_signal_enum_read, \
113 * Creates a read only attribute that lists all the available enum items in a
120 .read = counter_signal_enum_available_read, \
151 * @read: read callback for this attribute; may be NULL
157 ssize_t (*read)(struct counter_device *counter,
244 .read = counter_count_enum_read, \
254 * Creates a read only attribute that lists all the available enum items in a
261 .read = counter_count_enum_available_read, \
300 * @signal_read: optional read callback for Signal attribute. The read
303 * @count_read: optional read callback for Count attribute. The read
347 * @read: read callback for this attribute; may be NULL
353 ssize_t (*read)(struct counter_device *counter, void *priv, char *buf);
394 .read = counter_device_enum_read, \
404 * Creates a read only attribute that lists all the available enum items in a
411 .read = counter_device_enum_available_read, \