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