Lines Matching refs:gpio_detection
33 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);
260 static int gpio_detection_class_register(struct gpio_detection *gpio_det, in gpio_detection_class_register()
274 static int gpio_det_parse_dt(struct gpio_detection *gpio_det, in gpio_det_parse_dt()
322 struct gpio_detection *gpio_det; in gpio_det_probe()