Searched refs:dbsize (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dmacmodes.c349 unsigned int dbsize = 0; local
354 dbsize = ARRAY_SIZE(mac_modedb);
356 return fb_find_mode(var, info, mode_option, db, dbsize,
H A Dmodedb.c456 * @dbsize: size of @db
494 const struct fb_videomode *db, unsigned int dbsize,
503 dbsize = ARRAY_SIZE(modedb);
611 for (i = 0; i < dbsize; i++) {
634 for (i = 0; i < dbsize; i++) {
656 for (i = 0; i < dbsize; i++)
492 fb_find_mode(struct fb_var_screeninfo *var, struct fb_info *info, const char *mode_option, const struct fb_videomode *db, unsigned int dbsize, const struct fb_videomode *default_mode, unsigned int default_bpp) argument
H A Dfbmon.c582 * @dbsize: database size
584 * RETURNS: struct fb_videomode, @dbsize contains length of database
590 static struct fb_videomode *fb_create_modedb(unsigned char *edid, int *dbsize) argument
606 *dbsize = 0;
644 *dbsize = num;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pnx4008/
H A Ddma.c259 int i = 0, dbsize, sbsize, err = 0; local
391 dbsize = ch_ctrl->dbsize;
392 while (!(dbsize & 1)) {
394 dbsize >>= 1;
396 if (ch_ctrl->dbsize != 1 || i > 8 || i == 1) {
448 ch_ctrl->dbsize = 1 << (ctrl & 7);
449 if (ch_ctrl->dbsize > 1)
450 ch_ctrl->dbsize <<= 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-pnx4008/
H A Ddma.h95 int dbsize; member in struct:pnx4008_dma_ch_ctrl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dradeon_monitor.c818 int dbsize; local
836 dbsize = rinfo->mon1_dbsize;
839 modedb, dbsize, NULL, 8) == 0) {
935 int i, dbsize = 34; local
946 dbsize = rinfo->mon1_dbsize;
972 for (i = 0; i < dbsize; i++) {
992 dbsize = 34;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfb.h1066 unsigned int dbsize,

Completed in 96 milliseconds