Searched defs:dcon_priv (Results 1 – 1 of 1) sorted by relevance
59 struct dcon_priv { struct60 struct i2c_client *client;61 struct fb_info *fbinfo;62 struct backlight_device *bl_dev;64 wait_queue_head_t waitq;65 struct work_struct switch_source;66 struct notifier_block reboot_nb;69 u8 disp_mode;93 int (*init)(struct dcon_priv *); argument