Lines Matching defs:counter
68 struct counter_device *const counter = filp->private_data; in counter_chrdev_read() local
106 struct counter_device *const counter = filp->private_data; in counter_chrdev_poll() local
138 static int counter_set_event_node(struct counter_device *const counter, in counter_set_event_node()
195 static int counter_enable_events(struct counter_device *const counter) in counter_enable_events()
216 static int counter_disable_events(struct counter_device *const counter) in counter_disable_events()
264 static int counter_add_watch(struct counter_device *const counter, in counter_add_watch()
385 struct counter_device *const counter = filp->private_data; in counter_chrdev_ioctl() local
416 struct counter_device *const counter = container_of(inode->i_cdev, in counter_chrdev_open() local
428 struct counter_device *const counter = filp->private_data; in counter_chrdev_release() local
465 int counter_chrdev_add(struct counter_device *const counter) in counter_chrdev_add()
483 void counter_chrdev_remove(struct counter_device *const counter) in counter_chrdev_remove()
488 static int counter_get_array_data(struct counter_device *const counter, in counter_get_array_data()
524 static int counter_get_data(struct counter_device *const counter, in counter_get_data()
635 void counter_push_event(struct counter_device *const counter, const u8 event, in counter_push_event()