Searched refs:LockUnlock (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/video/riva/ |
D | riva_hw.c | 79 int LockUnlock in nv3LockUnlock() argument 83 VGA_WR08(chip->PVIO, 0x3C5, LockUnlock ? 0x99 : 0x57); in nv3LockUnlock() 88 int LockUnlock in nv4LockUnlock() argument 92 VGA_WR08(chip->PCIO, 0x3D5, LockUnlock ? 0x99 : 0x57); in nv4LockUnlock() 97 int LockUnlock in nv10LockUnlock() argument 101 VGA_WR08(chip->PCIO, 0x3D5, LockUnlock ? 0x99 : 0x57); in nv10LockUnlock() 1687 chip->LockUnlock(chip, 0); in SetStartAddress() 1878 chip->LockUnlock = nv3LockUnlock; in nv3GetConfig() 1939 chip->LockUnlock = nv4LockUnlock; in nv4GetConfig() 2006 chip->LockUnlock = nv10LockUnlock; in nv10GetConfig()
|
D | riva_hw.h | 453 void (*LockUnlock)(struct _riva_hw_inst *, int); member
|
D | fbdev.c | 783 rinfo->riva.LockUnlock(&rinfo->riva, 0); in riva_save_state() 827 rinfo->riva.LockUnlock(&rinfo->riva, 0); in riva_load_state() 987 rinfo->riva.LockUnlock(&rinfo->riva, 0); /* important for HW cursor */ in riva_load_video_mode() 2181 rinfo->riva.LockUnlock(&rinfo->riva, 0); in rivafb_init_one()
|