Searched defs:acpi_device_flags (Results 1 – 1 of 1) sorted by relevance
178 struct acpi_device_flags { struct179 u32 dynamic_status:1;180 u32 removable:1;181 u32 ejectable:1;182 u32 power_manageable:1;183 u32 initialized:1;184 u32 visited:1;185 u32 hotplug_notify:1;186 u32 is_dock_station:1;187 u32 of_compatible_ok:1;[all …]