Searched refs:LockUnlock (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/riva/
H A Driva_hw.c79 int LockUnlock
83 VGA_WR08(chip->PVIO, 0x3C5, LockUnlock ? 0x99 : 0x57);
88 int LockUnlock
92 VGA_WR08(chip->PCIO, 0x3D5, LockUnlock ? 0x99 : 0x57);
97 int LockUnlock
101 VGA_WR08(chip->PCIO, 0x3D5, LockUnlock ? 0x99 : 0x57);
1654 chip->LockUnlock(chip, 0);
1845 chip->LockUnlock = nv3LockUnlock;
1906 chip->LockUnlock = nv4LockUnlock;
1970 chip->LockUnlock
[all...]
H A Driva_hw.h398 void (*LockUnlock)(struct _riva_hw_inst *, int); member in struct:_riva_hw_inst
H A Dfbdev.c767 rinfo->riva.LockUnlock(&rinfo->riva, 0);
811 rinfo->riva.LockUnlock(&rinfo->riva, 0);
922 rinfo->riva.LockUnlock(&rinfo->riva, 0); /* important for HW cursor */
1977 rinfo->riva.LockUnlock(&rinfo->riva, 0);

Completed in 76 milliseconds