Searched refs:counter_register (Results 1 – 3 of 3) sorted by relevance
281 passing it to the counter_register function, and unregistered by passing303 Counter devices are registered to the system via the counter_register305 counter_register function establishes a unique ID for the Counter331 to the system as well by the counter_register function. The
503 int counter_register(struct counter_device *const counter);
1408 int counter_register(struct counter_device *const counter) in counter_register() function1465 EXPORT_SYMBOL_GPL(counter_register);1510 ret = counter_register(counter); in devm_counter_register()