Searched refs:counter_register (Results 1 – 4 of 4) sorted by relevance
277 passing it to the counter_register function, and unregistered by passing325 Counter devices are registered to the system via the counter_register327 counter_register function establishes a unique ID for the Counter353 to the system as well by the counter_register function. The
447 int counter_register(struct counter_device *const counter);
391 err = counter_register(&priv->counter); in ti_eqep_probe()
1337 int counter_register(struct counter_device *const counter) in counter_register() function1394 EXPORT_SYMBOL_GPL(counter_register);1439 ret = counter_register(counter); in devm_counter_register()