Home
last modified time | relevance | path

Searched refs:is_probed (Results 1 – 3 of 3) 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/include/linux/
H A Dpci.h484 unsigned int is_probed:1; /* Device probing in progress */ member