Searched defs:dcon_priv (Results 1 – 1 of 1) sorted by relevance
50 struct dcon_priv { struct51 struct i2c_client *client;52 struct fb_info *fbinfo;53 struct backlight_device *bl_dev;55 struct work_struct switch_source;56 struct notifier_block reboot_nb;57 struct notifier_block fbevent_nb;60 u8 disp_mode;84 int (*init)(struct dcon_priv *); argument