Lines Matching refs:acpi_handle

32 #define INVALID_ACPI_HANDLE	((acpi_handle)empty_zero_page)
54 acpi_handle master;
55 acpi_handle slave;
140 static acpi_status acpi_bus_offline(acpi_handle handle, u32 lvl, void *data, in acpi_bus_offline()
185 static acpi_status acpi_bus_online(acpi_handle handle, u32 lvl, void *data, in acpi_bus_online()
209 acpi_handle handle = device->handle; in acpi_scan_try_to_offline()
255 acpi_handle handle = device->handle; in acpi_scan_hot_remove()
553 static void acpi_scan_drop_device(acpi_handle handle, void *context) in acpi_scan_drop_device()
580 static int acpi_get_device_data(acpi_handle handle, struct acpi_device **device, in acpi_get_device_data()
600 int acpi_bus_get_device(acpi_handle handle, struct acpi_device **device) in acpi_bus_get_device()
612 struct acpi_device *acpi_bus_get_acpi_device(acpi_handle handle) in acpi_bus_get_acpi_device()
756 static struct acpi_device *acpi_bus_get_parent(acpi_handle handle) in acpi_bus_get_parent()
778 acpi_bus_get_ejd(acpi_handle handle, acpi_handle *ejd) in acpi_bus_get_ejd()
781 acpi_handle tmp; in acpi_bus_get_ejd()
802 acpi_handle handle = dev->handle; in acpi_bus_extract_wakeup_device_power_package()
1091 bool acpi_ata_match(acpi_handle handle) in acpi_ata_match()
1105 bool acpi_bay_match(acpi_handle handle) in acpi_bay_match()
1107 acpi_handle phandle; in acpi_bay_match()
1132 acpi_handle handle = adev->handle; in is_ejectable_bay()
1143 bool acpi_dock_match(acpi_handle handle) in acpi_dock_match()
1149 acpi_backlight_cap_match(acpi_handle handle, u32 level, void *context, in acpi_backlight_cap_match()
1173 long acpi_is_video_device(acpi_handle handle) in acpi_is_video_device()
1236 static bool acpi_ibm_smbus_match(acpi_handle handle) in acpi_ibm_smbus_match()
1258 static bool acpi_object_is_system_bus(acpi_handle handle) in acpi_object_is_system_bus()
1260 acpi_handle tmp; in acpi_object_is_system_bus()
1272 static void acpi_set_pnp_ids(acpi_handle handle, struct acpi_device_pnp *pnp, in acpi_set_pnp_ids()
1626 void acpi_init_device_object(struct acpi_device *device, acpi_handle handle, in acpi_init_device_object()
1658 acpi_handle handle, int type, in acpi_add_single_object()
1712 static bool acpi_device_should_be_hidden(acpi_handle handle) in acpi_device_should_be_hidden()
1736 static int acpi_bus_type_and_status(acpi_handle handle, int *type, in acpi_bus_type_and_status()
1903 static acpi_status acpi_bus_check_add(acpi_handle handle, u32 lvl_not_used, in acpi_bus_check_add()
2008 acpi_handle ejd; in acpi_bus_attach()
2063 void acpi_walk_dep_device_list(acpi_handle handle) in acpi_walk_dep_device_list()
2100 int acpi_bus_scan(acpi_handle handle) in acpi_bus_scan()