Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dcounter.h447 int counter_register(struct counter_device *const counter);
/Linux-v5.15/Documentation/driver-api/
Dgeneric-counter.rst277 passing it to the counter_register function, and unregistered by passing
325 Counter devices are registered to the system via the counter_register
327 counter_register function establishes a unique ID for the Counter
353 to the system as well by the counter_register function. The
/Linux-v5.15/drivers/counter/
Dti-eqep.c396 err = counter_register(&priv->counter); in ti_eqep_probe()
Dcounter.c1337 int counter_register(struct counter_device *const counter) in counter_register() function
1394 EXPORT_SYMBOL_GPL(counter_register);
1439 ret = counter_register(counter); in devm_counter_register()