Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dcounter.h208 int (*count_u64_write)(struct counter_device *counter, member
450 .count_u64_write = (_write), \
/linux-6.6.21/drivers/counter/
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()