acpi_match_device(9) centos man page | unix.com

Man Page: acpi_match_device

Operating Environment: centos

Section: 9

ACPI_MATCH_DEVICE(9)					   Device drivers infrastructure				      ACPI_MATCH_DEVICE(9)

NAME
acpi_match_device - Match a struct device against a given list of ACPI IDs
SYNOPSIS
const struct acpi_device_id * acpi_match_device(const struct acpi_device_id * ids, const struct device * dev);
ARGUMENTS
ids Array of struct acpi_device_id object to match against. dev The device structure to match.
DESCRIPTION
Check if dev has a valid ACPI handle and if there is a struct acpi_device object for that handle and use that object to match against a given list of device IDs. Return a pointer to the first matching ID on success or NULL on failure.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 ACPI_MATCH_DEVICE(9)
Related Man Pages
struct_uio_info(9) - centos
device_create(9) - suse
device_create_vargs(9) - suse
device_schedule_callback_owner(9) - suse
struct_uio_info(9) - suse
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Best performance UNIX just for HOST Virtualization?
How to increment version inside a file?
CentOS7 restoring file capabilities
Docker learning Phase-I