Query: acpi_match_device
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ACPI_MATCH_DEVICE(9) Device drivers infrastructure ACPI_MATCH_DEVICE(9)NAMEacpi_match_device - Match a struct device against a given list of ACPI IDsSYNOPSISconst struct acpi_device_id * acpi_match_device(const struct acpi_device_id * ids, const struct device * dev);ARGUMENTSids Array of struct acpi_device_id object to match against. dev The device structure to match.DESCRIPTIONCheck 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 ACPI_MATCH_DEVICE(9)
| Related Man Pages |
|---|
| device_create_with_groups(9) - centos |
| struct_class(9) - centos |
| struct_device_driver(9) - centos |
| struct_input_handler(9) - centos |
| device_create_vargs(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Set hard block limit for user using quota |
| DB2 convert digits to binary format |
| Shopt -s histappend |
| [TIP] Processing YAML files with yq |