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

/linux-master/drivers/counter/
H A Dcounter-chrdev.c42 a.count_u64_read == b.count_u64_read || \
58 comp.count_u64_read || \
330 comp_node.comp.count_u64_read = counter->ops->count_read;
590 return comp->count_u64_read(counter, count, value);
H A Dcounter-sysfs.c318 err = a->comp.count_u64_read(counter, a->parent, &data);
951 comp.count_u64_read = counter->ops->count_read;
/linux-master/include/linux/
H A Dcounter.h67 * @count_u64_read: Count u64 component read callback. The read value of the
174 int (*count_u64_read)(struct counter_device *counter, member in union:counter_comp::__anon586
449 .count_u64_read = (_read), \

Completed in 142 milliseconds