Searched refs:fb_notifier (Results 1 – 3 of 3) sorted by relevance
52 struct notifier_block fb_notifier; member180 gpio_det = container_of(self, struct gpio_detection, fb_notifier); in gpio_det_fb_notifier_callback()192 gpio->fb_notifier.notifier_call = gpio_det_fb_notifier_callback; in gpio_det_fb_notifier_register()194 return fb_register_client(&gpio->fb_notifier); in gpio_det_fb_notifier_register()
1010 struct notifier_block fb_notifier; member
5906 container_of(self, struct cyttsp5_core_data, fb_notifier);5938 cd->fb_notifier.notifier_call = fb_notifier_callback;5940 rc = fb_register_client(&cd->fb_notifier);