Searched refs:fb_notif (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | tp_suspend.h | 19 struct notifier_block fb_notif; member 35 tp = container_of(self, struct tp_device, fb_notif); in fb_notifier_callback() 92 memset(&tp->fb_notif, 0, sizeof(tp->fb_notif)); in tp_register_fb() 93 tp->fb_notif.notifier_call = fb_notifier_callback; in tp_register_fb() 99 fb_register_client(&tp->fb_notif); in tp_register_fb() 107 fb_unregister_client(&tp->fb_notif); in tp_unregister_fb()
|
| /OK3568_Linux_fs/kernel/drivers/video/backlight/ |
| H A D | lcd.c | 33 ld = container_of(self, struct lcd_device, fb_notif); in fb_notifier_callback() 53 memset(&ld->fb_notif, 0, sizeof(ld->fb_notif)); in lcd_register_fb() 54 ld->fb_notif.notifier_call = fb_notifier_callback; in lcd_register_fb() 55 return fb_register_client(&ld->fb_notif); in lcd_register_fb() 60 fb_unregister_client(&ld->fb_notif); in lcd_unregister_fb()
|
| H A D | backlight.c | 108 bd = container_of(self, struct backlight_device, fb_notif); in fb_notifier_callback() 139 memset(&bd->fb_notif, 0, sizeof(bd->fb_notif)); in backlight_register_fb() 140 bd->fb_notif.notifier_call = fb_notifier_callback; in backlight_register_fb() 142 return fb_register_client(&bd->fb_notif); in backlight_register_fb() 147 fb_unregister_client(&bd->fb_notif); in backlight_unregister_fb()
|
| /OK3568_Linux_fs/kernel/drivers/input/sensors/hall/ |
| H A D | mh248.c | 31 struct notifier_block fb_notif; member 46 mh248 = container_of(self, struct mh248_para, fb_notif); in hall_fb_notifier_callback() 148 mh248->fb_notif.notifier_call = hall_fb_notifier_callback; in hall_mh248_probe() 149 fb_register_client(&mh248->fb_notif); in hall_mh248_probe()
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | lt7911d-fb-notifier.c | 27 struct notifier_block fb_notif; member 464 struct lt7911d *lt7911d = container_of(self, struct lt7911d, fb_notif); in lt7911d_fb_notifier_callback() 520 lt7911d->fb_notif.notifier_call = lt7911d_fb_notifier_callback; in lt7911d_i2c_probe() 521 ret = fb_register_client(<7911d->fb_notif); in lt7911d_i2c_probe() 547 fb_unregister_client(<7911d->fb_notif); in lt7911d_i2c_remove()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | lcd.h | 68 struct notifier_block fb_notif; member
|
| H A D | backlight.h | 317 struct notifier_block fb_notif; member
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/ |
| H A D | focaltech_core.h | 172 struct notifier_block fb_notif; member
|
| H A D | focaltech_core.c | 1273 container_of(self, struct fts_ts_data, fb_notif); in fb_notifier_callback() 1486 ts_data->fb_notif.notifier_call = fb_notifier_callback; in fts_ts_probe() 1487 ret = fb_register_client(&ts_data->fb_notif); in fts_ts_probe() 1572 if (fb_unregister_client(&ts_data->fb_notif)) in fts_ts_remove()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/ |
| H A D | elan_ts.h | 180 struct notifier_block fb_notif; /*FB callback*/ member
|
| H A D | elan_ts.c | 2017 ts->fb_notif.notifier_call = fb_notifier_callback; in elan_ts_probe() 2018 err = fb_register_client(&ts->fb_notif); in elan_ts_probe() 2084 fb_unregister_client(&ts->fb_notif); in elan_ts_remove() 2259 container_of(self, struct elan_ts_data, fb_notif); in fb_notifier_callback()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/ |
| H A D | focaltech_core.c | 1295 fb_notif);
|