Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dcounter.h217 int (*count_array_u64_write)(struct counter_device *counter, member
565 .count_array_u64_write = (_write), \
/Linux-v6.1/drivers/counter/
Dcounter-sysfs.c461 err = a->comp.count_array_u64_write(counter, a->parent, in counter_comp_array_u64_store()