Searched defs:dcon_priv (Results 1 – 1 of 1) sorted by relevance
60 struct dcon_priv { struct61 struct i2c_client *client;62 struct fb_info *fbinfo;63 struct backlight_device *bl_dev;65 wait_queue_head_t waitq;66 struct work_struct switch_source;67 struct notifier_block reboot_nb;70 u8 disp_mode;94 int (*init)(struct dcon_priv *dcon); argument