Home
last modified time | relevance | path

Searched refs:gpio_detection (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/misc/
H A Dgpio-detection.c33 struct gpio_detection *parent;
45 struct gpio_detection { struct
102 struct gpio_detection *gpio_det = gpiod->parent; in gpio_det_report_event()
154 static int gpio_det_init_status_check(struct gpio_detection *gpio_det) in gpio_det_init_status_check()
173 struct gpio_detection *gpio_det; in gpio_det_fb_notifier_callback()
180 gpio_det = container_of(self, struct gpio_detection, fb_notifier); in gpio_det_fb_notifier_callback()
190 static int gpio_det_fb_notifier_register(struct gpio_detection *gpio) in gpio_det_fb_notifier_register()
201 struct gpio_detection *gpio_det; in gpio_detection_info_show()
203 gpio_det = container_of(attr, struct gpio_detection, cls_attr); in gpio_detection_info_show()
246 ATTRIBUTE_GROUPS(gpio_detection);
[all …]