Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/
H A Dpci-driver.c344 return dev->is_virtfn && dev->physfn->is_probed; in pci_physfn_is_probed()
362 dev->is_probed = 1; in pci_call_probe()
394 dev->is_probed = 0; in pci_call_probe()
/openbmc/linux/include/linux/
H A Dpci.h462 unsigned int is_probed:1; /* Device probing in progress */ member