/linux-2.6.39/arch/x86/boot/ |
D | video-mode.c | 46 card->nmodes = card->probe(); in probe_cards() 48 card->nmodes = 0; in probe_cards() 62 for (i = 0; i < card->nmodes; i++, mi++) { in mode_defined() 85 for (i = 0; i < card->nmodes; i++, mi++) { in raw_set_mode()
|
D | video.c | 141 int nmodes; in display_menu() local 145 nmodes = 0; in display_menu() 147 nmodes += card->nmodes; in display_menu() 150 if (nmodes >= 20) in display_menu() 161 for (i = 0; i < card->nmodes; i++, mi++) { in display_menu()
|
D | video-bios.c | 73 int nmodes = 0; in bios_probe() local 112 nmodes++; in bios_probe() 117 return nmodes; in bios_probe()
|
D | video-vesa.c | 38 int nmodes = 0; in vesa_probe() local 82 nmodes++; in vesa_probe() 97 nmodes++; in vesa_probe() 102 return nmodes; in vesa_probe()
|
D | video.h | 77 int nmodes; /* Number of probed modes so far */ member
|
/linux-2.6.39/drivers/media/video/gspca/ |
D | sq905c.c | 234 cam->nmodes = 2; in sd_config() 236 cam->nmodes = 1; in sd_config()
|
D | spca505.c | 631 cam->nmodes = ARRAY_SIZE(vga_mode); in sd_config() 633 cam->nmodes = ARRAY_SIZE(vga_mode) - 1; in sd_config()
|
D | sn9c2028.c | 206 cam->nmodes = ARRAY_SIZE(cif_mode); in sd_config() 210 cam->nmodes = ARRAY_SIZE(vga_mode); in sd_config()
|
D | sq905.c | 353 gspca_dev->cam.nmodes = ARRAY_SIZE(sq905_mode); in sd_init() 355 gspca_dev->cam.nmodes--; in sd_init()
|
D | ov519.c | 3282 cam->nmodes = ARRAY_SIZE(ov511_vga_mode); in sd_config() 3287 cam->nmodes = ARRAY_SIZE(ov518_vga_mode); in sd_config() 3291 cam->nmodes = ARRAY_SIZE(ov519_vga_mode); in sd_config() 3296 cam->nmodes = ARRAY_SIZE(ov519_vga_mode); in sd_config() 3303 cam->nmodes = ARRAY_SIZE(w9968cf_vga_mode); in sd_config() 3375 cam->nmodes = ARRAY_SIZE(ov511_sif_mode); in sd_init() 3382 cam->nmodes = ARRAY_SIZE(ov518_sif_mode); in sd_init() 3388 cam->nmodes = ARRAY_SIZE(ov519_sif_mode); in sd_init() 3396 cam->nmodes = ARRAY_SIZE(ovfx2_ov2610_mode); in sd_init() 3400 cam->nmodes = ARRAY_SIZE(ovfx2_ov3610_mode); in sd_init() [all …]
|
D | nw80x.c | 1820 gspca_dev->cam.nmodes = 1; in sd_config() 1827 gspca_dev->cam.nmodes = ARRAY_SIZE(vga_mode); in sd_config() 1830 gspca_dev->cam.nmodes = 1; /* qvga only */ in sd_config()
|
D | vc032x.c | 3488 cam->nmodes = ARRAY_SIZE(vc0321_mode); in sd_init() 3493 cam->nmodes = ARRAY_SIZE(svga_mode); in sd_init() 3497 cam->nmodes = ARRAY_SIZE(vc0323_mode); in sd_init() 3501 cam->nmodes = ARRAY_SIZE(bi_mode); in sd_init() 3505 cam->nmodes = ARRAY_SIZE(bi_mode) - 1; in sd_init() 3509 cam->nmodes = ARRAY_SIZE(vc0323_mode) - 1; in sd_init()
|
D | sunplus.c | 737 cam->nmodes = ARRAY_SIZE(vga_mode); in sd_config() 742 cam->nmodes = ARRAY_SIZE(custom_mode) - 1; in sd_config() 744 cam->nmodes = ARRAY_SIZE(custom_mode); in sd_config() 748 cam->nmodes = ARRAY_SIZE(vga_mode2); in sd_config()
|
D | finepix.c | 161 cam->nmodes = 1; in sd_config()
|
D | gspca.h | 71 u8 nmodes; /* size of cam_mode */ member
|
D | jeilinj.c | 263 cam->nmodes = 1; in sd_config()
|
D | benq.c | 75 gspca_dev->cam.nmodes = ARRAY_SIZE(vga_mode); in sd_config()
|
D | vicam.c | 253 cam->nmodes = ARRAY_SIZE(vicam_mode); in sd_config()
|
D | spca508.c | 1406 cam->nmodes = ARRAY_SIZE(sif_mode); in sd_config()
|
D | stv0680.c | 230 cam->nmodes = 1; in sd_config()
|
D | xirlink_cit.c | 995 cam->nmodes = ARRAY_SIZE(model0_mode); in sd_config() 1002 cam->nmodes = ARRAY_SIZE(cif_yuv_mode); in sd_config() 1009 cam->nmodes = 3; in sd_config() 1016 cam->nmodes = ARRAY_SIZE(vga_yuv_mode); in sd_config() 1025 cam->nmodes = ARRAY_SIZE(model2_mode); in sd_config() 1033 cam->nmodes = 2; /* no 640 x 480 */ in sd_config()
|
D | spca500.c | 637 cam->nmodes = ARRAY_SIZE(vga_mode); in sd_config() 640 cam->nmodes = ARRAY_SIZE(sif_mode); in sd_config()
|
/linux-2.6.39/drivers/media/video/gspca/gl860/ |
D | gl860.c | 343 cam->nmodes = ARRAY_SIZE(mi1320_mode); in sd_config() 350 cam->nmodes = ARRAY_SIZE(mi2020_mode); in sd_config() 357 cam->nmodes = ARRAY_SIZE(ov2640_mode); in sd_config() 364 cam->nmodes = ARRAY_SIZE(ov9655_mode); in sd_config()
|
/linux-2.6.39/drivers/media/video/gspca/stv06xx/ |
D | stv06xx_hdcs.c | 434 sd->gspca_dev.cam.nmodes = ARRAY_SIZE(hdcs1x00_mode); in hdcs_probe_1x00() 493 sd->gspca_dev.cam.nmodes = ARRAY_SIZE(hdcs1020_mode); in hdcs_probe_1020()
|
D | stv06xx_st6422.c | 146 sd->gspca_dev.cam.nmodes = ARRAY_SIZE(st6422_mode); in st6422_probe()
|