Lines Matching defs:counter
31 struct counter_device counter; member
42 struct counter_device *const counter = in counter_device_release() local
69 void *counter_priv(const struct counter_device *const counter) in counter_priv()
90 struct counter_device *counter; in counter_alloc() local
138 void counter_put(struct counter_device *counter) in counter_put()
152 int counter_add(struct counter_device *counter) in counter_add()
177 void counter_unregister(struct counter_device *const counter) in counter_unregister()
193 static void devm_counter_release(void *counter) in devm_counter_release()
198 static void devm_counter_put(void *counter) in devm_counter_put()
213 struct counter_device *counter; in devm_counter_alloc() local
237 struct counter_device *const counter) in devm_counter_add()