Searched defs:acpi_device (Results 1 – 3 of 3) sorted by relevance
257 struct acpi_device { struct260 struct acpi_device *parent; argument264 struct acpi_device_status status; argument265 struct acpi_device_flags flags; argument266 struct acpi_device_pnp pnp; argument267 struct acpi_device_power power; argument268 struct acpi_device_wakeup wakeup; argument269 struct acpi_device_perf performance; argument270 struct acpi_device_dir dir; argument271 struct acpi_device_ops ops; argument[all …]
146 struct acpi_device *acpi_device = to_acpi_device(d); in acpi_eject_store() local
407 static int sony_laptop_setup_input(struct acpi_device *acpi_device) in sony_laptop_setup_input()