Home
last modified time | relevance | path

Searched refs:PM_SYS_VGA (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/linux/
Dpm.h79 PM_SYS_VGA = 0x41d00900, /* VGA controller */ enumerator
/linux-2.4.37.9/Documentation/
Dpm.txt68 * dev = pm_register(PM_SYS_DEV, PM_SYS_VGA, vga_callback);
/linux-2.4.37.9/drivers/video/
Dsa1100fb.c2339 fbi->pm = pm_register(PM_SYS_DEV, PM_SYS_VGA, sa1100fb_pm_callback); in sa1100fb_init()
Dfbcon.c474 pm_fbcon = pm_register(PM_SYS_DEV, PM_SYS_VGA, pm_fbcon_request); in fbcon_startup()
/linux-2.4.37.9/drivers/char/
Dconsole.c701 PM_SYS_VGA, in vc_allocate()