Searched defs:adv7393fb_device (Results 1 – 1 of 1) sorted by relevance
267 struct adv7393fb_device { struct268 struct fb_info info; /* FB driver info record */293 #define to_adv7393fb_device(_info) \ argument294 (_info ? container_of(_info, struct adv7393fb_device, info) : NULL); argument