Searched refs:count_u8_read (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dcounter.h49 * @count_u8_read: Count u8 component read callback. The read value of the
162 int (*count_u8_read)(struct counter_device *counter, member in union:counter_comp::__anon586
427 .count_u8_read = (_read), \
471 .count_u8_read = (_read), \
/linux-master/drivers/counter/
H A Dcounter-chrdev.c36 a.count_u8_read == b.count_u8_read || \
52 comp.count_u8_read || \
554 ret = comp->count_u8_read(counter, count, &value_u8);
H A Dcounter-sysfs.c121 err = a->comp.count_u8_read(counter, a->parent, &data);

Completed in 117 milliseconds