Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dibmphp_pci.c397 if (ibmphp_check_resource(io[count], 0) == 0) { in configure_device()
435 if (ibmphp_check_resource(pfmem[count], 0) == 0) { in configure_device()
449 if (ibmphp_check_resource(mem_tmp, 0) == 0) { in configure_device()
498 if (ibmphp_check_resource(mem[count], 0) == 0) { in configure_device()
663 if (ibmphp_check_resource(bus_io[count], 0) == 0) { in configure_bridge()
695 if (ibmphp_check_resource(bus_pfmem[count], 0) == 0) { in configure_bridge()
708 if (ibmphp_check_resource(mem_tmp, 0) == 0) { in configure_bridge()
749 if (ibmphp_check_resource(bus_mem[count], 0) == 0) { in configure_bridge()
818 if (ibmphp_check_resource(io, 1) == 0) { in configure_bridge()
839 if (ibmphp_check_resource(mem, 1) == 0) { in configure_bridge()
[all …]
Dibmphp.h374 int ibmphp_check_resource(struct resource_node *, u8);
Dibmphp_res.c952 int ibmphp_check_resource(struct resource_node *res, u8 bridge) in ibmphp_check_resource() function