Home
last modified time | relevance | path

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

/open-nvidia-gpu/src/common/nvswitch/kernel/inc/lr10/
H A Dcci_lr10.h33 void nvswitch_cci_get_xcvrs_present_change_lr10(nvswitch_device *device, NvU32 *pMaskPresentChange)…
/open-nvidia-gpu/src/common/nvswitch/kernel/inc/ls10/
H A Dcci_ls10.h38 void nvswitch_cci_get_xcvrs_present_change_ls10(nvswitch_device *device, NvU32 *pMaskPresentChange)…
/open-nvidia-gpu/src/common/nvswitch/kernel/lr10/
H A Dcci_lr10.c79 NvU32 *pMaskPresentChange in nvswitch_cci_get_xcvrs_present_change_lr10() argument
/open-nvidia-gpu/src/common/nvswitch/kernel/ls10/
H A Dcci_ls10.c728 NvU32 *pMaskPresentChange in _nvswitch_detect_presence_change_cci_devices_ls10() argument
769 if (pMaskPresentChange != NULL) in _nvswitch_detect_presence_change_cci_devices_ls10()
771 *pMaskPresentChange = maskPresentChange; in _nvswitch_detect_presence_change_cci_devices_ls10()
783 NvU32 *pMaskPresentChange in nvswitch_cci_get_xcvrs_present_change_ls10() argument
792 if (pMaskPresentChange != NULL) in nvswitch_cci_get_xcvrs_present_change_ls10()
794 *pMaskPresentChange = maskPresentChange; in nvswitch_cci_get_xcvrs_present_change_ls10()
/open-nvidia-gpu/src/common/nvswitch/kernel/cci/
H A Dcci_nvswitch.c111 NvU32 *pMaskPresentChange in nvswitch_cci_get_xcvrs_present_change() argument
114 device->hal.nvswitch_cci_get_xcvrs_present_change(device, pMaskPresentChange); in nvswitch_cci_get_xcvrs_present_change()
/open-nvidia-gpu/src/common/nvswitch/kernel/inc/
H A Dhaldef_nvswitch.h56 …tch_cci_get_xcvrs_present_change, (nvswitch_device *device, NvU32 *pMaskPresentChange), _arch) \