Searched refs:controller_parent (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/acpi/x86/
H A Dutils.c431 static int acpi_dmi_skip_serdev_enumeration(struct device *controller_parent, bool *skip) argument
433 struct acpi_device *adev = ACPI_COMPANION(controller_parent);
444 if (!dev_is_platform(controller_parent))
479 static int acpi_dmi_skip_serdev_enumeration(struct device *controller_parent, bool *skip) argument
485 int acpi_quirk_skip_serdev_enumeration(struct device *controller_parent, bool *skip) argument
487 struct acpi_device *adev = ACPI_COMPANION(controller_parent);
509 return acpi_dmi_skip_serdev_enumeration(controller_parent, skip);
/linux-master/include/acpi/
H A Dacpi_bus.h752 int acpi_quirk_skip_serdev_enumeration(struct device *controller_parent, bool *skip);
771 acpi_quirk_skip_serdev_enumeration(struct device *controller_parent, bool *skip) argument

Completed in 217 milliseconds