Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A 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
/OK3568_Linux_fs/kernel/include/linux/
H A Dcounter.h447 int counter_register(struct counter_device *const counter);
/OK3568_Linux_fs/kernel/drivers/counter/
H A Dti-eqep.c391 err = counter_register(&priv->counter); in ti_eqep_probe()
H A 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()