Home
last modified time | relevance | path

Searched refs:cursor2 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dfs_context.c491 char *cursor1 = prepath, *cursor2 = prepath; in cifs_sanitize_prepath()
499 *cursor2 = *cursor1; in cifs_sanitize_prepath()
504 if (IS_DELIM(*cursor1) && IS_DELIM(*cursor2)) in cifs_sanitize_prepath()
506 *(++cursor2) = *cursor1; in cifs_sanitize_prepath()
510 if (IS_DELIM(*(cursor2 - 1))) in cifs_sanitize_prepath()
511 cursor2--; in cifs_sanitize_prepath()
513 *cursor2 = '\0'; in cifs_sanitize_prepath()
490 char *cursor1 = prepath, *cursor2 = prepath; cifs_sanitize_prepath() local
/openbmc/linux/drivers/video/fbdev/nvidia/
H A Dnv_type.h84 u32 cursor2; member
H A Dnv_hw.c889 state->cursor2 = 0x00000000; in NVCalcStateExt()
929 state->cursor2 = par->CursorStart >> 24; in NVCalcStateExt()
1583 VGA_WR08(par->PCIO, 0x03D5, state->cursor2); in NVLoadStateExt()
1641 state->cursor2 = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dapm-xgene-phy.txt39 - apm,tx-pre-cursor2 : 2st pre-cursor emphasis taps control. Two set of
/openbmc/linux/drivers/video/fbdev/riva/
H A Driva_hw.c1253 state->cursor2 = 0x00000000; in CalcStateExt()
1269 state->cursor2 = 0x00000000; in CalcStateExt()
1295 state->cursor2 = chip->CursorStart >> 24; in CalcStateExt()
1669 VGA_WR08(chip->PCIO, 0x03D5, state->cursor2); in LoadStateExt()
1731 state->cursor2 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
H A Driva_hw.h520 U032 cursor2; member