Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/misc/
H A Dgpio-detection.c52 struct notifier_block fb_notifier; member
180 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()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_regs.h1010 struct notifier_block fb_notifier; member
H A Dcyttsp5_core.c5906 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);