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

/linux-master/include/linux/
H A Dcounter.h58 * @count_u32_read: Count u32 component read callback. The read value of the
168 int (*count_u32_read)(struct counter_device *counter, member in union:counter_comp::__anon586
514 .count_u32_read = (_get), \
587 .count_u32_read = (_read), \
596 .count_u32_read = (_read), \
/linux-master/drivers/counter/
H A Dcounter-chrdev.c39 a.count_u32_read == b.count_u32_read || \
55 comp.count_u32_read || \
337 comp_node.comp.count_u32_read = counter->ops->function_read;
576 ret = comp->count_u32_read(counter, count, &value_u32);
H A Dcounter-sysfs.c194 err = a->comp.count_u32_read(counter, a->parent, &data);
964 comp.count_u32_read = counter->ops->function_read;

Completed in 136 milliseconds