Lines Matching refs:counter_device
31 struct counter_device counter;
42 struct counter_device *const counter = in counter_device_release()
43 container_of(dev, struct counter_device, dev); in counter_device_release()
69 void *counter_priv(const struct counter_device *const counter) in counter_priv()
87 struct counter_device *counter_alloc(size_t sizeof_priv) in counter_alloc()
90 struct counter_device *counter; in counter_alloc()
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()
211 struct counter_device *devm_counter_alloc(struct device *dev, size_t sizeof_priv) in devm_counter_alloc()
213 struct counter_device *counter; in devm_counter_alloc()
237 struct counter_device *const counter) in devm_counter_add()