Searched refs:check_args (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/mips/pci/ |
D | ops-emma2rh.c | 39 static int check_args(struct pci_bus *bus, u32 devfn, u32 * bus_num) in check_args() function 92 if (check_args(bus, devfn, &bus_num) == PCIBIOS_DEVICE_NOT_FOUND) in pci_config_read() 136 if (check_args(bus, devfn, &bus_num) == PCIBIOS_DEVICE_NOT_FOUND) in pci_config_write()
|
/Linux-v4.19/tools/testing/selftests/tc-testing/ |
D | TdcPlugin.py | 70 def check_args(self, args, remaining): member in TdcPlugin
|
D | tdc.py | 93 pgn_inst.check_args(args, remaining)
|
/Linux-v4.19/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 38 def check_args(self, args, remaining) # see "CHECK_ARGS" below 100 The check_args method is so that the plugin can do validation on
|