Lines Matching defs:counter
31 struct counter_device counter; member
43 struct counter_device *const counter = in counter_device_release() local
70 void *counter_priv(const struct counter_device *const counter) in counter_priv()
91 struct counter_device *counter; in counter_alloc() local
139 void counter_put(struct counter_device *counter) in counter_put()
153 int counter_add(struct counter_device *counter) in counter_add()
178 void counter_unregister(struct counter_device *const counter) in counter_unregister()
194 static void devm_counter_release(void *counter) in devm_counter_release()
199 static void devm_counter_put(void *counter) in devm_counter_put()
214 struct counter_device *counter; in devm_counter_alloc() local
238 struct counter_device *const counter) in devm_counter_add()