Home
last modified time | relevance | path

Searched defs:dcon_priv (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/staging/olpc_dcon/
Dolpc_dcon.h50 struct dcon_priv { struct
51 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