Lines Matching defs:acpi_device_flags
203 struct acpi_device_flags { struct
204 u32 dynamic_status:1;
205 u32 removable:1;
206 u32 ejectable:1;
207 u32 power_manageable:1;
208 u32 match_driver:1;
209 u32 initialized:1;
210 u32 visited:1;
211 u32 hotplug_notify:1;
212 u32 is_dock_station:1;
213 u32 of_compatible_ok:1;
214 u32 coherent_dma:1;
215 u32 cca_seen:1;
216 u32 enumeration_by_parent:1;
217 u32 honor_deps:1;
218 u32 reserved:18;