CurrentState 75 drivers/video/fbdev/nvidia/nv_hw.c int cur = par->CurrentState->cursor1; CurrentState 77 drivers/video/fbdev/nvidia/nv_hw.c par->CurrentState->cursor1 = (par->CurrentState->cursor1 & 0xFE) | CurrentState 80 drivers/video/fbdev/nvidia/nv_hw.c VGA_WR08(par->PCIO, 0x3D5, par->CurrentState->cursor1); CurrentState 1513 drivers/video/fbdev/nvidia/nv_hw.c par->CurrentState = NULL; CurrentState 1610 drivers/video/fbdev/nvidia/nv_hw.c par->CurrentState = state; CurrentState 100 drivers/video/fbdev/nvidia/nv_type.h RIVA_HW_STATE *CurrentState; CurrentState 126 drivers/video/fbdev/riva/riva_hw.c cursor = chip->CurrentState->cursor1; CurrentState 127 drivers/video/fbdev/riva/riva_hw.c chip->CurrentState->cursor1 = (chip->CurrentState->cursor1 & 0xFE) | CurrentState 130 drivers/video/fbdev/riva/riva_hw.c VGA_WR08(chip->PCIO, 0x3D5, chip->CurrentState->cursor1); CurrentState 1734 drivers/video/fbdev/riva/riva_hw.c chip->CurrentState = state; CurrentState 476 drivers/video/fbdev/riva/riva_hw.h struct _riva_hw_state *CurrentState;