Home
last modified time | relevance | path

Searched refs:count_u64_write (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dcounter.h208 int (*count_u64_write)(struct counter_device *counter, member
449 .count_u64_write = (_write), \
/openbmc/linux/drivers/counter/
H A Dcounter-sysfs.c350 err = a->comp.count_u64_write(counter, a->parent, data); in counter_comp_u64_store()
952 comp.count_u64_write = counter->ops->count_write; in counter_count_attrs_create()