Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/amd/hsmp/
H A Dacpi.c323 if (!hsmp_pdev->is_probed) { in hsmp_acpi_probe()
341 if (!hsmp_pdev->is_probed) { in hsmp_acpi_probe()
345 hsmp_pdev->is_probed = true; in hsmp_acpi_probe()
357 if (hsmp_pdev->is_probed) { in hsmp_acpi_remove()
359 hsmp_pdev->is_probed = false; in hsmp_acpi_remove()
H A Dhsmp.h53 bool is_probed; member
/linux-6.15/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()
/linux-6.15/include/linux/
H A Dpci.h476 unsigned int is_probed:1; /* Device probing in progress */ member