Searched refs:drv_type (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Ds3c2410fb.h29 enum s3c_drv_type drv_type; member in struct:s3c2410fb_info
H A Dnuc900fb.h40 int drv_type; member in struct:nuc900fb_info
H A Ds3c2410fb.c56 return (fbi->drv_type == DRV_S3C2412);
818 enum s3c_drv_type drv_type)
860 info->drv_type = drv_type;
884 info->irq_base = info->io + ((drv_type == DRV_S3C2412) ? S3C2412_LCDINTBASE : S3C2410_LCDINTBASE);
817 s3c24xxfb_probe(struct platform_device *pdev, enum s3c_drv_type drv_type) argument
H A Dnuc900fb.c548 fbi->drv_type = LCDDRV_NUC950;

Completed in 58 milliseconds