Searched defs:acpi_device_status (Results 1 – 9 of 9) sorted by relevance
233 int acpi_device_status(const struct device *dev) in acpi_device_status() function
23371 struct acpi_device_status { struct23372 u32 present: 1;23373 u32 enabled: 1;23374 u32 show_in_ui: 1;23375 u32 functional: 1;23376 u32 battery_present: 1;23377 u32 reserved: 27;
33954 struct acpi_device_status { struct33955 u32 present: 1;33956 u32 enabled: 1;33957 u32 show_in_ui: 1;33958 u32 functional: 1;33959 u32 battery_present: 1;33960 u32 reserved: 27;
26496 struct acpi_device_status { struct26497 u32 present: 1;26498 u32 enabled: 1;26499 u32 show_in_ui: 1;26500 u32 functional: 1;26501 u32 battery_present: 1;26502 u32 reserved: 27;
35751 struct acpi_device_status { struct35752 u32 present: 1;35753 u32 enabled: 1;35754 u32 show_in_ui: 1;35755 u32 functional: 1;35756 u32 battery_present: 1;35757 u32 reserved: 27;
76789 struct acpi_device_status { struct76790 u32 present: 1;76791 u32 enabled: 1;76792 u32 show_in_ui: 1;76793 u32 functional: 1;76794 u32 battery_present: 1;76795 u32 reserved: 27;