Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pci/
Dsyscall.c23 long cfg_ret; in SYSCALL_DEFINE5() local
35 cfg_ret = pci_user_read_config_byte(dev, off, &byte); in SYSCALL_DEFINE5()
38 cfg_ret = pci_user_read_config_word(dev, off, &word); in SYSCALL_DEFINE5()
41 cfg_ret = pci_user_read_config_dword(dev, off, &dword); in SYSCALL_DEFINE5()
49 if (cfg_ret != PCIBIOS_SUCCESSFUL) in SYSCALL_DEFINE5()