Lines Matching refs:counter_device
60 struct counter_device *const counter = filp->private_data; in counter_chrdev_read()
98 struct counter_device *const counter = filp->private_data; in counter_chrdev_poll()
130 static int counter_set_event_node(struct counter_device *const counter, in counter_set_event_node()
187 static int counter_enable_events(struct counter_device *const counter) in counter_enable_events()
208 static int counter_disable_events(struct counter_device *const counter) in counter_disable_events()
231 static int counter_add_watch(struct counter_device *const counter, in counter_add_watch()
351 struct counter_device *const counter = filp->private_data; in counter_chrdev_ioctl()
382 struct counter_device *const counter = container_of(inode->i_cdev, in counter_chrdev_open()
394 struct counter_device *const counter = filp->private_data; in counter_chrdev_release()
431 int counter_chrdev_add(struct counter_device *const counter) in counter_chrdev_add()
449 void counter_chrdev_remove(struct counter_device *const counter) in counter_chrdev_remove()
454 static int counter_get_data(struct counter_device *const counter, in counter_get_data()
532 void counter_push_event(struct counter_device *const counter, const u8 event, in counter_push_event()