Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A DTODO33 * ibmphp_init_devno() takes a struct slot **, it could instead take a
H A Dibmphp.h735 int ibmphp_init_devno(struct slot **); /* This function is called from EBDA, so we need it not be s…
H A Dibmphp_core.c112 int ibmphp_init_devno(struct slot **cur_slot) in ibmphp_init_devno() function
H A Dibmphp_ebda.c883 rc = ibmphp_init_devno(&tmp_slot); in ebda_rsrc_controller()