Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcounter.h122 * @count_u64_write: Count u64 component write callback. The write value of
209 int (*count_u64_write)(struct counter_device *counter, member
450 .count_u64_write = (_write), \
/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()