Home
last modified time | relevance | path

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

/linux/include/linux/
A Dcounter.h118 int (*count_u32_read)(struct counter_device *counter, member
437 .count_u32_read = (_get), \
457 .count_u32_read = (_read), \
466 .count_u32_read = (_read), \
/linux/drivers/counter/
A Dcounter-chrdev.c39 a.count_u32_read == b.count_u32_read || \
51 comp.count_u32_read || \
303 comp_node.comp.count_u32_read = counter->ops->function_read; in counter_add_watch()
497 ret = comp->count_u32_read(counter, parent, &value_u32); in counter_get_data()
A Dcounter-sysfs.c178 err = a->comp.count_u32_read(counter, a->parent, &data); in counter_comp_u32_show()
723 comp.count_u32_read = counter->ops->function_read; in counter_count_attrs_create()

Completed in 9 milliseconds