Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/driver-api/
Dgeneric-counter.rst281 passing it to the counter_register function, and unregistered by passing
303 Counter devices are registered to the system via the counter_register
305 counter_register function establishes a unique ID for the Counter
331 to the system as well by the counter_register function. The
/Linux-v5.4/include/linux/
Dcounter.h503 int counter_register(struct counter_device *const counter);
/Linux-v5.4/drivers/counter/
Dcounter.c1408 int counter_register(struct counter_device *const counter) in counter_register() function
1465 EXPORT_SYMBOL_GPL(counter_register);
1510 ret = counter_register(counter); in devm_counter_register()