Searched defs:acpi_device_flags (Results 1 – 5 of 5) sorted by relevance
60084 struct acpi_device_flags { struct60085 u32 dynamic_status: 1;60086 u32 removable: 1;60087 u32 ejectable: 1;60088 u32 power_manageable: 1;60089 u32 match_driver: 1;60090 u32 initialized: 1;60091 u32 visited: 1;60092 u32 hotplug_notify: 1;60093 u32 is_dock_station: 1;[all …]
16499 struct acpi_device_flags { struct16500 u32 dynamic_status: 1;16501 u32 removable: 1;16502 u32 ejectable: 1;16503 u32 power_manageable: 1;16504 u32 match_driver: 1;16505 u32 initialized: 1;16506 u32 visited: 1;16507 u32 hotplug_notify: 1;16508 u32 is_dock_station: 1;[all …]
29180 struct acpi_device_flags { struct29181 u32 dynamic_status: 1;29182 u32 removable: 1;29183 u32 ejectable: 1;29184 u32 power_manageable: 1;29185 u32 match_driver: 1;29186 u32 initialized: 1;29187 u32 visited: 1;29188 u32 hotplug_notify: 1;29189 u32 is_dock_station: 1;[all …]