Lines Matching defs:device
2 * linux/drivers/video/skeletonfb.c -- Skeleton for a frame buffer device
19 * struct vc_data to data in a device independent way in struct fb_info. Then
20 * various functions in struct fb_ops will be called to store the device
25 * for each framebuffer device when used as a tty/console device is allocated
27 * per framebuffer device. We already have all the data we need in struct
102 * represented by a separate framebuffer device thus a separate
115 * fb_info. Their you would want to have *par point to a array of device
156 * device is closed.
667 struct device *device = &dev->dev; /* or &pdev->dev */
680 info = framebuffer_alloc(sizeof(struct xxx_par), device);
804 * is the only device in the system, a call to fb_set_par() is safe.
816 fb_info(info, "%s frame buffer device\n", info->fix.id);
841 * xxxfb_suspend - Optional but recommended function. Suspend the device.
842 * @dev: PCI device
847 static int xxxfb_suspend(struct device *dev)
857 * xxxfb_resume - Optional but recommended function. Resume the device.
858 * @dev: PCI device
862 static int xxxfb_resume(struct device *dev)
921 * xxxfb_suspend - Optional but recommended function. Suspend the device.
922 * @dev: platform device
937 * xxxfb_resume - Optional but recommended function. Resume the device.
938 * @dev: platform device