Searched defs:acpi_device_pnp (Results 1 – 1 of 1) sorted by relevance
234 struct acpi_device_pnp { struct235 acpi_bus_id bus_id; /* Object name */236 int instance_no; /* Instance number of this object */237 struct acpi_pnp_type type; /* ID type */238 acpi_bus_address bus_address; /* _ADR */239 char *unique_id; /* _UID */240 struct list_head ids; /* _HID and _CIDs */241 acpi_device_name device_name; /* Driver-determined */242 acpi_device_class device_class; /* " */243 union acpi_object *str_obj; /* unicode string for _STR method */