Home
last modified time | relevance | path

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

/open-nvidia-gpu/kernel-open/nvidia/
H A Dlinux_nvswitch.c137 static char *NvSwitchRegDwords; variable
138 module_param(NvSwitchRegDwords, charp, 0);
139 MODULE_PARM_DESC(NvSwitchRegDwords, "NvSwitch regkey");
1998 if (!NvSwitchRegDwords) in nvswitch_os_read_registry_dword()
2003 regkey = strstr(NvSwitchRegDwords, name); in nvswitch_os_read_registry_dword()