Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/amd/hsmp/
H A Dacpi.c587 if (!hsmp_pdev->is_probed) { in hsmp_acpi_probe()
607 if (!hsmp_pdev->is_probed) { in hsmp_acpi_probe()
613 hsmp_pdev->is_probed = true; in hsmp_acpi_probe()
626 if (hsmp_pdev->is_probed) { in hsmp_acpi_remove()
628 hsmp_pdev->is_probed = false; in hsmp_acpi_remove()
H A Dhsmp.h57 bool is_probed; member
/linux/drivers/pci/
H A Dpci-driver.c358 return dev->is_virtfn && dev->physfn->is_probed; in pci_physfn_is_probed()
376 dev->is_probed = 1; in pci_call_probe()
418 dev->is_probed = 0; in pci_call_probe()
/linux/include/linux/
H A Dpci.h497 unsigned int is_probed:1; /* Device probing in progress */ member