Searched refs:acpi_handle (Results 1 - 172 of 172) sorted by relevance

/linux-4.1.27/drivers/thermal/int340x_thermal/
H A Dacpi_thermal_rel.h17 acpi_handle source;
18 acpi_handle target;
33 acpi_handle source;
34 acpi_handle target;
76 int acpi_thermal_rel_misc_device_add(acpi_handle handle);
77 int acpi_thermal_rel_misc_device_remove(acpi_handle handle);
78 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **arts,
80 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trts,
H A Dint3402_thermal.c23 acpi_handle *handle;
27 static void int3402_notify(acpi_handle handle, u32 event, void *data) int3402_notify()
H A Dacpi_thermal_rel.c28 static acpi_handle acpi_thermal_rel_handle;
70 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trtp, acpi_parse_trt()
150 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **artp, acpi_parse_art()
226 static void get_single_name(acpi_handle handle, char *name) get_single_name()
375 int acpi_thermal_rel_misc_device_add(acpi_handle handle) acpi_thermal_rel_misc_device_add()
383 int acpi_thermal_rel_misc_device_remove(acpi_handle handle) acpi_thermal_rel_misc_device_remove()
H A Dint340x_thermal_zone.c165 static int int340x_thermal_get_trip_config(acpi_handle handle, char *name, int340x_thermal_get_trip_config()
H A Dint3400_thermal.c159 static int int3400_thermal_run_osc(acpi_handle handle, int3400_thermal_run_osc()
H A Dint3403_thermal.c58 static void int3403_notify(acpi_handle handle, int3403_notify()
/linux-4.1.27/include/acpi/
H A Dacpi_bus.h36 acpi_handle handles[ACPI_MAX_HANDLES];
44 acpi_evaluate_integer(acpi_handle handle,
48 acpi_evaluate_reference(acpi_handle handle,
53 acpi_evaluate_ost(acpi_handle handle, u32 source_event, u32 status_code,
57 acpi_get_physical_device_location(acpi_handle handle, struct acpi_pld_info **pld);
59 bool acpi_has_method(acpi_handle handle, char *name);
60 acpi_status acpi_execute_simple_method(acpi_handle handle, char *method,
62 acpi_status acpi_evaluate_ej0(acpi_handle handle);
63 acpi_status acpi_evaluate_lck(acpi_handle handle, int lock);
64 bool acpi_ata_match(acpi_handle handle);
65 bool acpi_bay_match(acpi_handle handle);
66 bool acpi_dock_match(acpi_handle handle);
68 bool acpi_check_dsm(acpi_handle handle, const u8 *uuid, int rev, u64 funcs);
69 union acpi_object *acpi_evaluate_dsm(acpi_handle handle, const u8 *uuid,
73 acpi_evaluate_dsm_typed(acpi_handle handle, const u8 *uuid, int rev, int func, acpi_evaluate_dsm_typed()
326 acpi_handle gpe_device;
355 acpi_handle handle; /* no handle for fixed hardware */
442 void acpi_bus_private_data_handler(acpi_handle, void *);
443 int acpi_bus_get_private_data(acpi_handle, void **);
444 int acpi_bus_attach_private_data(acpi_handle, void *);
445 void acpi_bus_detach_private_data(acpi_handle);
454 int acpi_bus_get_device(acpi_handle handle, struct acpi_device **device);
455 struct acpi_device *acpi_bus_get_acpi_device(acpi_handle handle);
457 acpi_status acpi_bus_get_status_handle(acpi_handle handle,
461 int acpi_bus_set_power(acpi_handle handle, int state);
467 int acpi_bus_update_power(acpi_handle handle, int *state_p);
469 bool acpi_bus_power_manageable(acpi_handle handle);
472 bool acpi_bus_can_wakeup(acpi_handle handle);
474 static inline bool acpi_bus_can_wakeup(acpi_handle handle) { return false; } acpi_bus_can_wakeup()
484 int acpi_bus_scan(acpi_handle handle); acpi_bus_can_wakeup()
486 acpi_status acpi_bus_get_ejd(acpi_handle handle, acpi_handle * ejd); acpi_bus_can_wakeup()
540 int acpi_is_root_bridge(acpi_handle);
541 struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle);
H A Dacpixf.h434 acpi_unload_parent_table(acpi_handle object))
470 acpi_handle start_object,
484 acpi_get_name(acpi_handle object, u32 name_type,
487 acpi_get_handle(acpi_handle parent,
489 acpi_handle * ret_handle))
491 acpi_attach_data(acpi_handle object,
495 acpi_detach_data(acpi_handle object,
498 acpi_get_data(acpi_handle object,
509 acpi_evaluate_object(acpi_handle object,
516 acpi_evaluate_object_typed(acpi_handle object,
525 acpi_get_object_info(acpi_handle object,
532 acpi_handle parent,
533 acpi_handle child,
534 acpi_handle * out_handle))
537 acpi_get_type(acpi_handle object,
541 acpi_get_parent(acpi_handle object,
542 acpi_handle * out_handle))
573 acpi_install_gpe_handler(acpi_handle
581 acpi_install_gpe_raw_handler(acpi_handle
589 acpi_remove_gpe_handler(acpi_handle gpe_device,
594 acpi_install_notify_handler(acpi_handle device,
600 acpi_remove_notify_handler(acpi_handle device,
605 acpi_install_address_space_handler(acpi_handle
615 acpi_remove_address_space_handler(acpi_handle
644 acpi_acquire_mutex(acpi_handle handle,
649 acpi_release_mutex(acpi_handle handle,
673 acpi_enable_gpe(acpi_handle gpe_device,
677 acpi_disable_gpe(acpi_handle gpe_device,
681 acpi_clear_gpe(acpi_handle gpe_device,
685 acpi_set_gpe(acpi_handle gpe_device,
689 acpi_finish_gpe(acpi_handle gpe_device,
693 acpi_mark_gpe_for_wake(acpi_handle gpe_device,
697 acpi_setup_gpe_for_wake(acpi_handle
699 acpi_handle gpe_device,
702 acpi_set_gpe_wake_mask(acpi_handle gpe_device,
706 acpi_get_gpe_status(acpi_handle gpe_device,
716 acpi_handle * gpe_device))
719 acpi_install_gpe_block(acpi_handle gpe_device,
726 acpi_remove_gpe_block(acpi_handle gpe_device))
736 acpi_get_vendor_resource(acpi_handle device,
743 acpi_get_current_resources(acpi_handle device,
748 acpi_get_possible_resources(acpi_handle device,
753 acpi_get_event_resources(acpi_handle device_handle,
763 acpi_walk_resources(acpi_handle device, char *name,
767 acpi_set_current_resources(acpi_handle device,
771 acpi_get_irq_routing_table(acpi_handle device,
918 acpi_get_data_full(acpi_handle object,
H A Dacpi_lpat.h35 struct acpi_lpat_conversion_table *acpi_lpat_get_conversion_table(acpi_handle
54 acpi_handle handle) acpi_lpat_get_conversion_table()
H A Dacpi_drivers.h86 int acpi_pci_link_allocate_irq(acpi_handle handle, int index, int *triggering,
88 int acpi_pci_link_free_irq(acpi_handle handle);
94 struct pci_dev *acpi_get_pci_dev(acpi_handle);
H A Dprocessor.h197 acpi_handle handle;
313 phys_cpuid_t acpi_get_phys_id(acpi_handle, int type, u32 acpi_id);
315 int acpi_get_cpuid(acpi_handle, int type, u32 acpi_id);
318 void acpi_processor_set_pdc(acpi_handle handle);
H A Dactypes.h450 typedef void *acpi_handle; /* Actually a ptr to a NS Node */ typedef
487 #define ACPI_ROOT_OBJECT ACPI_ADD_PTR (acpi_handle, NULL, ACPI_MAX_PTR)
940 acpi_handle handle; /* object reference */
1057 acpi_handle device,
1067 u32 (*acpi_gpe_handler) (acpi_handle gpe_device, u32 gpe_number, void *context);
1070 void (*acpi_notify_handler) (acpi_handle device, u32 value, void *context);
1073 void (*acpi_object_handler) (acpi_handle object, void *data);
1075 typedef acpi_status(*acpi_init_handler) (acpi_handle object, u32 function);
1115 acpi_status(*acpi_adr_space_setup) (acpi_handle region_handle,
1124 acpi_status(*acpi_walk_callback) (acpi_handle object,
/linux-4.1.27/drivers/acpi/acpica/
H A Dacevents.h93 struct acpi_gpe_event_info *acpi_ev_get_gpe_event_info(acpi_handle gpe_device,
137 acpi_ev_match_gpe_method(acpi_handle obj_handle,
207 acpi_ev_system_memory_region_setup(acpi_handle handle,
213 acpi_ev_io_space_region_setup(acpi_handle handle,
218 acpi_ev_pci_config_region_setup(acpi_handle handle,
223 acpi_ev_cmos_region_setup(acpi_handle handle,
228 acpi_ev_pci_bar_region_setup(acpi_handle handle,
233 acpi_ev_default_region_setup(acpi_handle handle,
H A Dhwpci.c59 acpi_handle device;
67 acpi_hw_build_pci_list(acpi_handle root_pci_device,
68 acpi_handle pci_region,
79 acpi_handle pci_device,
123 acpi_handle root_pci_device, acpi_handle pci_region) acpi_hw_derive_pci_id()
172 acpi_hw_build_pci_list(acpi_handle root_pci_device, acpi_hw_build_pci_list()
173 acpi_handle pci_region, acpi_hw_build_pci_list()
176 acpi_handle current_device; acpi_hw_build_pci_list()
177 acpi_handle parent_device; acpi_hw_build_pci_list()
334 acpi_handle pci_device, acpi_hw_get_pci_device_info()
H A Dnsload.c55 acpi_status acpi_ns_unload_namespace(acpi_handle handle);
57 static acpi_status acpi_ns_delete_subtree(acpi_handle start_handle);
207 static acpi_status acpi_ns_delete_subtree(acpi_handle start_handle) acpi_ns_delete_subtree()
210 acpi_handle child_handle; acpi_ns_delete_subtree()
211 acpi_handle parent_handle; acpi_ns_delete_subtree()
212 acpi_handle next_child_handle; acpi_ns_delete_subtree()
213 acpi_handle dummy; acpi_ns_delete_subtree()
291 acpi_status acpi_ns_unload_namespace(acpi_handle handle) acpi_ns_unload_namespace()
H A Dnsxfobj.c66 acpi_status acpi_get_type(acpi_handle handle, acpi_object_type * ret_type) acpi_get_type()
120 acpi_status acpi_get_parent(acpi_handle handle, acpi_handle * ret_handle) ACPI_EXPORT_SYMBOL()
152 *ret_handle = ACPI_CAST_PTR(acpi_handle, parent_node); ACPI_EXPORT_SYMBOL()
187 acpi_handle parent, ACPI_EXPORT_SYMBOL()
188 acpi_handle child, acpi_handle * ret_handle) ACPI_EXPORT_SYMBOL()
237 *ret_handle = ACPI_CAST_PTR(acpi_handle, node); ACPI_EXPORT_SYMBOL()
H A Dutxfmutex.c53 acpi_ut_get_mutex_object(acpi_handle handle,
74 acpi_ut_get_mutex_object(acpi_handle handle, acpi_ut_get_mutex_object()
93 ACPI_CAST_PTR(acpi_handle, acpi_ut_get_mutex_object()
136 acpi_acquire_mutex(acpi_handle handle, acpi_string pathname, u16 timeout) acpi_acquire_mutex()
171 acpi_status acpi_release_mutex(acpi_handle handle, acpi_string pathname) acpi_release_mutex()
H A Dacnamesp.h49 #define ACPI_NS_ALL ((acpi_handle)0)
104 acpi_handle start_object,
196 void acpi_ns_dump_tables(acpi_handle search_base, u32 max_depth);
199 void acpi_ns_dump_entry(acpi_handle handle, u32 debug_level);
202 acpi_ns_dump_pathname(acpi_handle handle, char *msg, u32 level, u32 component);
207 acpi_ns_dump_one_object(acpi_handle obj_handle,
215 acpi_owner_id owner_id, acpi_handle start_handle);
221 acpi_owner_id owner_id, acpi_handle start_handle);
283 acpi_ns_handle_to_pathname(acpi_handle target_handle,
403 struct acpi_namespace_node *acpi_ns_validate_handle(acpi_handle handle);
H A Devxfgpe.c118 acpi_status acpi_enable_gpe(acpi_handle gpe_device, u32 gpe_number) ACPI_EXPORT_SYMBOL()
163 acpi_status acpi_disable_gpe(acpi_handle gpe_device, u32 gpe_number) ACPI_EXPORT_SYMBOL()
214 acpi_status acpi_set_gpe(acpi_handle gpe_device, u32 gpe_number, u8 action) ACPI_EXPORT_SYMBOL()
278 acpi_status acpi_mark_gpe_for_wake(acpi_handle gpe_device, u32 gpe_number) ACPI_EXPORT_SYMBOL()
324 acpi_setup_gpe_for_wake(acpi_handle wake_device, ACPI_EXPORT_SYMBOL()
325 acpi_handle gpe_device, u32 gpe_number) ACPI_EXPORT_SYMBOL()
456 acpi_set_gpe_wake_mask(acpi_handle gpe_device, u32 gpe_number, u8 action) ACPI_EXPORT_SYMBOL()
532 acpi_status acpi_clear_gpe(acpi_handle gpe_device, u32 gpe_number) ACPI_EXPORT_SYMBOL()
574 acpi_get_gpe_status(acpi_handle gpe_device, ACPI_EXPORT_SYMBOL()
620 acpi_status acpi_finish_gpe(acpi_handle gpe_device, u32 gpe_number) ACPI_EXPORT_SYMBOL()
756 acpi_install_gpe_block(acpi_handle gpe_device, ACPI_EXPORT_SYMBOL()
855 acpi_status acpi_remove_gpe_block(acpi_handle gpe_device) ACPI_EXPORT_SYMBOL()
920 acpi_status acpi_get_gpe_device(u32 index, acpi_handle * gpe_device) ACPI_EXPORT_SYMBOL()
947 *gpe_device = ACPI_CAST_PTR(acpi_handle, info.gpe_device); ACPI_EXPORT_SYMBOL()
H A Dnsdump.c57 acpi_ns_dump_one_device(acpi_handle obj_handle,
65 acpi_ns_dump_one_object_path(acpi_handle obj_handle,
69 acpi_ns_get_max_depth(acpi_handle obj_handle,
136 acpi_ns_dump_pathname(acpi_handle handle, char *msg, u32 level, u32 component) acpi_ns_dump_pathname()
171 acpi_ns_dump_one_object(acpi_handle obj_handle, acpi_ns_dump_one_object()
652 acpi_owner_id owner_id, acpi_handle start_handle) acpi_ns_dump_objects()
705 acpi_ns_dump_one_object_path(acpi_handle obj_handle, acpi_ns_dump_one_object_path()
742 acpi_ns_get_max_depth(acpi_handle obj_handle, acpi_ns_get_max_depth()
776 acpi_owner_id owner_id, acpi_handle start_handle) acpi_ns_dump_object_paths()
828 void acpi_ns_dump_entry(acpi_handle handle, u32 debug_level) acpi_ns_dump_entry()
857 void acpi_ns_dump_tables(acpi_handle search_base, u32 max_depth) acpi_ns_dump_tables()
859 acpi_handle search_handle = search_base; acpi_ns_dump_tables()
H A Dnsdumpdv.c69 acpi_ns_dump_one_device(acpi_handle obj_handle, acpi_ns_dump_one_device()
115 acpi_handle sys_bus_handle; acpi_ns_dump_root_devices()
H A Devrgnini.c71 acpi_ev_system_memory_region_setup(acpi_handle handle, acpi_ev_system_memory_region_setup()
133 acpi_ev_io_space_region_setup(acpi_handle handle, acpi_ev_io_space_region_setup()
166 acpi_ev_pci_config_region_setup(acpi_handle handle, acpi_ev_pci_config_region_setup()
230 status = acpi_install_address_space_handler((acpi_handle) pci_root_node, ACPI_ADR_SPACE_PCI_CONFIG, ACPI_DEFAULT_HANDLER, NULL, NULL); acpi_ev_pci_config_region_setup()
409 acpi_ev_pci_bar_region_setup(acpi_handle handle, acpi_ev_pci_bar_region_setup()
436 acpi_ev_cmos_region_setup(acpi_handle handle, acpi_ev_cmos_region_setup()
461 acpi_ev_default_region_setup(acpi_handle handle, acpi_ev_default_region_setup()
H A Drsxface.c74 acpi_rs_validate_parameters(acpi_handle device_handle,
93 acpi_rs_validate_parameters(acpi_handle device_handle, acpi_rs_validate_parameters()
158 acpi_get_irq_routing_table(acpi_handle device_handle, acpi_get_irq_routing_table()
203 acpi_get_current_resources(acpi_handle device_handle, ACPI_EXPORT_SYMBOL()
245 acpi_get_possible_resources(acpi_handle device_handle, ACPI_EXPORT_SYMBOL()
284 acpi_set_current_resources(acpi_handle device_handle, ACPI_EXPORT_SYMBOL()
330 acpi_get_event_resources(acpi_handle device_handle, ACPI_EXPORT_SYMBOL()
434 acpi_get_vendor_resource(acpi_handle device_handle, ACPI_EXPORT_SYMBOL()
630 acpi_walk_resources(acpi_handle device_handle, ACPI_EXPORT_SYMBOL()
H A Dnsinit.c55 acpi_ns_init_one_object(acpi_handle obj_handle,
59 acpi_ns_init_one_device(acpi_handle obj_handle,
63 acpi_ns_find_ini_methods(acpi_handle obj_handle,
241 acpi_ns_init_one_object(acpi_handle obj_handle, acpi_ns_init_one_object()
383 acpi_ns_find_ini_methods(acpi_handle obj_handle, acpi_ns_find_ini_methods()
448 acpi_ns_init_one_device(acpi_handle obj_handle, acpi_ns_init_one_device()
H A Dnsxfname.c80 acpi_get_handle(acpi_handle parent, acpi_get_handle()
81 acpi_string pathname, acpi_handle * ret_handle) acpi_get_handle()
119 ACPI_CAST_PTR(acpi_handle, acpi_gbl_root_node); acpi_get_handle()
134 *ret_handle = ACPI_CAST_PTR(acpi_handle, node); acpi_get_handle()
158 acpi_get_name(acpi_handle handle, u32 name_type, struct acpi_buffer * buffer) ACPI_EXPORT_SYMBOL()
270 acpi_get_object_info(acpi_handle handle, acpi_get_object_info()
H A Dachware.h148 acpi_handle root_pci_device, acpi_handle pci_region);
H A Devxface.c57 acpi_ev_install_gpe_handler(acpi_handle gpe_device,
91 acpi_install_notify_handler(acpi_handle device, acpi_install_notify_handler()
245 acpi_remove_notify_handler(acpi_handle device, ACPI_EXPORT_SYMBOL()
750 acpi_ev_install_gpe_handler(acpi_handle gpe_device, acpi_ev_install_gpe_handler()
874 acpi_install_gpe_handler(acpi_handle gpe_device, acpi_install_gpe_handler()
909 acpi_install_gpe_raw_handler(acpi_handle gpe_device, ACPI_EXPORT_SYMBOL()
940 acpi_remove_gpe_handler(acpi_handle gpe_device, ACPI_EXPORT_SYMBOL()
H A Ddsinit.c55 acpi_ds_init_one_object(acpi_handle obj_handle,
79 acpi_ds_init_one_object(acpi_handle obj_handle, acpi_ds_init_one_object()
H A Devxfregn.c77 acpi_install_address_space_handler(acpi_handle device, acpi_install_address_space_handler()
172 acpi_remove_address_space_handler(acpi_handle device, ACPI_EXPORT_SYMBOL()
H A Dexresnte.c96 entry_type = acpi_ns_get_type((acpi_handle) node); acpi_ex_resolve_node_to_value()
109 entry_type = acpi_ns_get_type((acpi_handle) node); acpi_ex_resolve_node_to_value()
H A Dnsxfeval.c80 acpi_evaluate_object_typed(acpi_handle handle, acpi_evaluate_object_typed()
175 acpi_evaluate_object(acpi_handle handle, ACPI_EXPORT_SYMBOL()
568 acpi_handle start_object, acpi_walk_namespace()
648 acpi_ns_get_device_callback(acpi_handle obj_handle, acpi_ns_get_device_callback()
844 acpi_attach_data(acpi_handle obj_handle, ACPI_EXPORT_SYMBOL()
891 acpi_detach_data(acpi_handle obj_handle, acpi_object_handler handler) ACPI_EXPORT_SYMBOL()
940 acpi_get_data_full(acpi_handle obj_handle, acpi_object_handler handler, ACPI_EXPORT_SYMBOL()
991 acpi_get_data(acpi_handle obj_handle, acpi_object_handler handler, void **data) ACPI_EXPORT_SYMBOL()
H A Daclocal.h220 acpi_handle *list;
1073 acpi_handle method;
1074 acpi_handle main_thread_gate;
1075 acpi_handle thread_complete_gate;
1076 acpi_handle info_gate;
H A Devregion.c61 acpi_ev_reg_run(acpi_handle obj_handle,
662 acpi_ev_reg_run(acpi_handle obj_handle, acpi_ev_reg_run()
738 acpi_handle reg_method; acpi_ev_orphan_ec_reg_method()
H A Devhandler.c55 acpi_ev_install_handler(acpi_handle obj_handle,
199 acpi_ev_install_handler(acpi_handle obj_handle, acpi_ev_install_handler()
H A Dacdispat.h100 acpi_status acpi_ds_initialize_region(acpi_handle obj_handle);
H A Dacresrc.h211 acpi_rs_get_method_data(acpi_handle handle,
H A Dnsnames.c227 acpi_ns_handle_to_pathname(acpi_handle target_handle, acpi_ns_handle_to_pathname()
H A Dexresolv.c65 * or an acpi_handle.
H A Dnsobject.c64 * name whose acpi_handle is passed. If Object is NULL
H A Dnswalk.c185 acpi_handle start_node, acpi_ns_walk_namespace()
H A Dtbxfload.c328 acpi_status acpi_unload_parent_table(acpi_handle object) ACPI_EXPORT_SYMBOL()
H A Ddsopcode.c78 acpi_status acpi_ds_initialize_region(acpi_handle obj_handle) acpi_ds_initialize_region()
H A Ddswload2.c493 (acpi_handle) arg-> acpi_ds_load2_end_op()
H A Devgpeinit.c318 acpi_ev_match_gpe_method(acpi_handle obj_handle, acpi_ev_match_gpe_method()
H A Dnsutils.c562 struct acpi_namespace_node *acpi_ns_validate_handle(acpi_handle handle) acpi_ns_validate_handle()
H A Drscreate.c349 acpi_ns_handle_to_pathname((acpi_handle) acpi_rs_create_pci_routing_table()
H A Devgpe.c272 struct acpi_gpe_event_info *acpi_ev_get_gpe_event_info(acpi_handle gpe_device, acpi_ev_get_gpe_event_info()
H A Drsutils.c672 acpi_rs_get_method_data(acpi_handle handle, acpi_rs_get_method_data()
/linux-4.1.27/arch/ia64/include/asm/
H A Dacpi-ext.h18 extern acpi_status hp_acpi_csr_space (acpi_handle, u64 *base, u64 *length);
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_acpi.c48 acpi_handle dhandle;
49 acpi_handle rom_handle;
74 static int nouveau_optimus_dsm(acpi_handle handle, int func, int arg, uint32_t *result) nouveau_optimus_dsm()
113 static int nouveau_check_optimus_dsm(acpi_handle handle) nouveau_check_optimus_dsm()
131 static int nouveau_dsm(acpi_handle handle, int func, int arg) nouveau_dsm()
154 static int nouveau_dsm_switch_mux(acpi_handle handle, int mux_id) nouveau_dsm_switch_mux()
161 static int nouveau_dsm_set_discrete_state(acpi_handle handle, enum vga_switcheroo_state state) nouveau_dsm_set_discrete_state()
217 acpi_handle dhandle; nouveau_dsm_pci_probe()
347 static int nouveau_rom_call(acpi_handle rom_handle, uint8_t *bios, nouveau_rom_call()
378 acpi_handle dhandle, rom_handle; nouveau_acpi_rom_supported()
401 acpi_handle handle; nouveau_acpi_edid()
/linux-4.1.27/include/linux/
H A Dpci-acpi.h25 extern phys_addr_t acpi_pci_root_get_mcfg_addr(acpi_handle handle);
27 static inline acpi_handle acpi_find_root_bridge_handle(struct pci_dev *pdev) acpi_find_root_bridge_handle()
38 static inline acpi_handle acpi_pci_get_bridge_handle(struct pci_bus *pbus) acpi_pci_get_bridge_handle()
H A Dacpi.h51 static inline acpi_handle acpi_device_handle(struct acpi_device *adev) acpi_device_handle()
163 int acpi_map_cpu(acpi_handle handle, phys_cpuid_t physid, int *pcpu);
168 int acpi_get_ioapic_id(acpi_handle handle, u32 gsi_base, u64 *phys_addr);
171 int acpi_register_ioapic(acpi_handle handle, u64 phys_addr, u32 gsi_base);
172 int acpi_unregister_ioapic(acpi_handle handle, u32 gsi_base);
173 int acpi_ioapic_registered(acpi_handle handle, u32 gsi_base);
209 extern acpi_handle ec_get_handle(void);
248 extern long acpi_video_get_capabilities(acpi_handle graphics_dev_handle);
249 extern long acpi_is_video_device(acpi_handle handle);
257 static inline long acpi_video_get_capabilities(acpi_handle graphics_dev_handle) acpi_video_get_capabilities()
262 static inline long acpi_is_video_device(acpi_handle handle) acpi_is_video_device()
292 int acpi_get_node(acpi_handle handle);
294 static inline int acpi_get_node(acpi_handle handle) acpi_get_node()
353 acpi_status acpi_run_osc(acpi_handle handle, struct acpi_osc_context *context);
404 extern acpi_status acpi_pci_osc_control_set(acpi_handle handle,
457 void acpi_walk_dep_device_list(acpi_handle handle);
647 void acpi_handle_printk(const char *level, acpi_handle handle, acpi_subsys_freeze()
656 void __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, const char *fmt, ...); acpi_handle_printk()
H A Ddmar.h129 extern int dmar_device_add(acpi_handle handle);
130 extern int dmar_device_remove(acpi_handle handle);
H A Dpci_hotplug.h180 int acpi_pci_check_ejectable(struct pci_bus *pbus, acpi_handle handle);
181 int acpi_pci_detect_ejectable(acpi_handle handle);
H A Dipmi.h40 #include <linux/acpi.h> /* For acpi_handle */
291 acpi_handle acpi_handle; member in struct:ipmi_smi_info_union::__anon11845
/linux-4.1.27/arch/ia64/kernel/
H A Dacpi-ext.c32 static acpi_status hp_ccsr_locate(acpi_handle obj, u64 *base, u64 *length) hp_ccsr_locate()
81 static acpi_status hp_crs_locate(acpi_handle obj, u64 *base, u64 *length) hp_crs_locate()
94 acpi_status hp_acpi_csr_space(acpi_handle obj, u64 *csr_base, u64 *csr_length) hp_acpi_csr_space()
H A Dacpi.c799 static int acpi_map_cpu2node(acpi_handle handle, int cpu, int physid) acpi_map_cpu2node()
868 static int _acpi_map_lsapic(acpi_handle handle, int physid, int *pcpu) _acpi_map_lsapic()
890 int __ref acpi_map_cpu(acpi_handle handle, phys_cpuid_t physid, int *pcpu) acpi_map_cpu()
911 static acpi_status acpi_map_iosapic(acpi_handle handle, u32 depth, acpi_map_iosapic()
966 int __ref acpi_register_ioapic(acpi_handle handle, u64 phys_addr, u32 gsi_base) acpi_register_ioapic()
982 int acpi_unregister_ioapic(acpi_handle handle, u32 gsi_base) acpi_unregister_ioapic()
/linux-4.1.27/drivers/acpi/pmic/
H A Dintel_pmic.h23 int intel_pmic_install_opregion_handler(struct device *dev, acpi_handle handle, struct regmap *regmap, struct intel_pmic_opregion_data *d);
H A Dintel_pmic.c206 int intel_pmic_install_opregion_handler(struct device *dev, acpi_handle handle, intel_pmic_install_opregion_handler()
/linux-4.1.27/drivers/acpi/
H A Dutils.c44 acpi_util_eval_error(acpi_handle h, acpi_string p, acpi_status s) acpi_util_eval_error()
290 acpi_evaluate_integer(acpi_handle handle, acpi_evaluate_integer()
324 acpi_evaluate_reference(acpi_handle handle, acpi_evaluate_reference()
386 /* Get the acpi_handle. */ acpi_evaluate_reference()
407 acpi_get_physical_device_location(acpi_handle handle, struct acpi_pld_info **pld) acpi_get_physical_device_location()
451 acpi_evaluate_ost(acpi_handle handle, u32 source_event, u32 status_code, acpi_evaluate_ost()
480 static char *acpi_handle_path(acpi_handle handle) acpi_handle_path()
502 acpi_handle_printk(const char *level, acpi_handle handle, const char *fmt, ...) acpi_handle_printk()
530 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, __acpi_handle_debug()
557 bool acpi_has_method(acpi_handle handle, char *name) acpi_has_method()
559 acpi_handle tmp; acpi_has_method()
565 acpi_status acpi_execute_simple_method(acpi_handle handle, char *method, acpi_execute_simple_method()
583 acpi_status acpi_evaluate_ej0(acpi_handle handle) acpi_evaluate_ej0()
603 acpi_status acpi_evaluate_lck(acpi_handle handle, int lock) acpi_evaluate_lck()
635 acpi_evaluate_dsm(acpi_handle handle, const u8 *uuid, int rev, int func, acpi_evaluate_dsm()
684 bool acpi_check_dsm(acpi_handle handle, const u8 *uuid, int rev, u64 funcs) acpi_check_dsm()
H A Dioapic.c32 acpi_handle root_handle;
33 acpi_handle handle;
64 static bool acpi_is_ioapic(acpi_handle handle, char **type) acpi_is_ioapic()
93 static acpi_status handle_ioapic_add(acpi_handle handle, u32 lvl, handle_ioapic_add()
124 ioapic->root_handle = (acpi_handle)context; handle_ioapic_add()
H A Dprocessor_pdc.c21 static bool __init processor_physically_present(acpi_handle handle) processor_physically_present()
116 acpi_processor_eval_pdc(acpi_handle handle, struct acpi_object_list *pdc_in) acpi_processor_eval_pdc()
143 void acpi_processor_set_pdc(acpi_handle handle) acpi_processor_set_pdc()
162 early_init_pdc(acpi_handle handle, u32 lvl, void *context, void **rv) early_init_pdc()
H A Dinternal.h47 acpi_handle dshandle); acpi_ioapic_remove()
52 acpi_handle dshandle) {} dock_notify()
93 void acpi_init_device_object(struct acpi_device *device, acpi_handle handle, acpi_debugfs_init()
107 int acpi_add_power_resource(acpi_handle handle); acpi_debugfs_init()
128 acpi_handle handle; acpi_early_processor_set_pdc()
156 acpi_handle handle, acpi_ec_query_func func,
H A Dbus.c95 acpi_status acpi_bus_get_status_handle(acpi_handle handle, acpi_bus_get_status_handle()
135 void acpi_bus_private_data_handler(acpi_handle handle, acpi_bus_private_data_handler()
142 int acpi_bus_attach_private_data(acpi_handle handle, void *data) acpi_bus_attach_private_data()
157 int acpi_bus_get_private_data(acpi_handle handle, void **data) acpi_bus_get_private_data()
174 void acpi_bus_detach_private_data(acpi_handle handle) acpi_bus_detach_private_data()
180 static void acpi_print_osc_error(acpi_handle handle, acpi_print_osc_error()
221 acpi_status acpi_run_osc(acpi_handle handle, struct acpi_osc_context *context) acpi_run_osc()
318 acpi_handle handle; acpi_bus_osc_support()
356 static void acpi_bus_notify(acpi_handle handle, u32 type, void *data) acpi_bus_notify()
H A Dprocessor_core.c148 static phys_cpuid_t map_mat_entry(acpi_handle handle, int type, u32 acpi_id) map_mat_entry()
182 phys_cpuid_t acpi_get_phys_id(acpi_handle handle, int type, u32 acpi_id) acpi_get_phys_id()
239 int acpi_get_cpuid(acpi_handle handle, int type, u32 acpi_id) acpi_get_cpuid()
291 static int parse_mat_ioapic_entry(acpi_handle handle, u32 gsi_base, parse_mat_ioapic_entry()
330 int acpi_get_ioapic_id(acpi_handle handle, u32 gsi_base, u64 *phys_addr) acpi_get_ioapic_id()
H A Dpci_root.c85 * for now, it's more convenient to operate on an acpi_handle.
87 int acpi_is_root_bridge(acpi_handle handle) acpi_is_root_bridge()
124 static acpi_status try_get_root_bridge_busnr(acpi_handle handle, try_get_root_bridge_busnr()
191 static acpi_status acpi_pci_run_osc(acpi_handle handle, acpi_pci_run_osc()
249 struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle) acpi_pci_find_root()
266 acpi_handle handle;
281 struct pci_dev *acpi_get_pci_dev(acpi_handle handle) acpi_get_pci_dev()
286 acpi_handle phandle; acpi_get_pci_dev()
323 acpi_handle hnd = node->handle; acpi_get_pci_dev()
371 acpi_status acpi_pci_osc_control_set(acpi_handle handle, u32 *mask, u32 req) acpi_pci_osc_control_set()
431 acpi_handle handle = device->handle; negotiate_os_control()
528 acpi_handle handle = device->handle; acpi_pci_root_add()
H A Dscan.c29 #define INVALID_ACPI_HANDLE ((acpi_handle)empty_zero_page)
50 acpi_handle master;
51 acpi_handle slave;
397 static acpi_status acpi_bus_offline(acpi_handle handle, u32 lvl, void *data, acpi_bus_offline()
445 static acpi_status acpi_bus_online(acpi_handle handle, u32 lvl, void *data, acpi_bus_online()
469 acpi_handle handle = device->handle; acpi_scan_try_to_offline()
515 acpi_handle handle = device->handle; acpi_scan_hot_remove()
1132 static void acpi_device_notify(acpi_handle handle, u32 event, void *data) acpi_device_notify()
1316 static void acpi_scan_drop_device(acpi_handle handle, void *context) acpi_scan_drop_device()
1343 static int acpi_get_device_data(acpi_handle handle, struct acpi_device **device, acpi_get_device_data()
1361 int acpi_bus_get_device(acpi_handle handle, struct acpi_device **device) acpi_bus_get_device()
1373 struct acpi_device *acpi_bus_get_acpi_device(acpi_handle handle) acpi_bus_get_acpi_device()
1546 static struct acpi_device *acpi_bus_get_parent(acpi_handle handle) acpi_bus_get_parent()
1568 acpi_bus_get_ejd(acpi_handle handle, acpi_handle *ejd) acpi_bus_get_ejd()
1571 acpi_handle tmp; acpi_bus_get_ejd()
1590 static int acpi_bus_extract_wakeup_device_power_package(acpi_handle handle, acpi_bus_extract_wakeup_device_power_package()
1893 bool acpi_ata_match(acpi_handle handle) acpi_ata_match()
1907 bool acpi_bay_match(acpi_handle handle) acpi_bay_match()
1909 acpi_handle phandle; acpi_bay_match()
1934 acpi_handle handle = adev->handle; is_ejectable_bay()
1945 bool acpi_dock_match(acpi_handle handle) acpi_dock_match()
1985 static bool acpi_ibm_smbus_match(acpi_handle handle) acpi_ibm_smbus_match()
2007 static bool acpi_object_is_system_bus(acpi_handle handle) acpi_object_is_system_bus()
2009 acpi_handle tmp; acpi_object_is_system_bus()
2021 static void acpi_set_pnp_ids(acpi_handle handle, struct acpi_device_pnp *pnp, acpi_set_pnp_ids()
2112 void acpi_init_device_object(struct acpi_device *device, acpi_handle handle, acpi_init_device_object()
2139 acpi_handle handle, int type, acpi_add_single_object()
2173 static int acpi_bus_type_and_status(acpi_handle handle, int *type, acpi_bus_type_and_status()
2337 static acpi_status acpi_bus_check_add(acpi_handle handle, u32 lvl_not_used, acpi_bus_check_add()
2462 acpi_handle ejd; acpi_bus_attach()
2510 void acpi_walk_dep_device_list(acpi_handle handle) acpi_walk_dep_device_list()
2547 int acpi_bus_scan(acpi_handle handle) acpi_bus_scan()
H A Dnuma.c309 static int acpi_get_pxm(acpi_handle h) acpi_get_pxm()
313 acpi_handle handle; acpi_get_pxm()
314 acpi_handle phandle = h; acpi_get_pxm()
326 int acpi_get_node(acpi_handle handle) acpi_get_node()
H A Dvideo_detect.c50 acpi_backlight_cap_match(acpi_handle handle, u32 level, void *context, acpi_backlight_cap_match()
77 long acpi_is_video_device(acpi_handle handle) acpi_is_video_device()
106 find_video(acpi_handle handle, u32 lvl, void *context, void **rv) find_video()
179 long acpi_video_get_capabilities(acpi_handle graphics_handle) acpi_video_get_capabilities()
H A Dhed.c36 static acpi_handle hed_handle;
H A Dpci_slot.c75 check_slot(acpi_handle handle, unsigned long long *sun) check_slot()
115 register_slot(acpi_handle handle, u32 lvl, void *context, void **rv) register_slot()
165 acpi_handle handle = ACPI_HANDLE(bus->bridge); acpi_pci_slot_enumerate()
H A Dpower.c88 static struct acpi_power_resource *acpi_power_get_context(acpi_handle handle) acpi_power_get_context()
98 static int acpi_power_resources_list_add(acpi_handle handle, acpi_power_resources_list_add()
143 acpi_handle rhandle; acpi_extract_power_resources()
168 static int acpi_power_get_state(acpi_handle handle, int *state) acpi_power_get_state()
206 acpi_handle handle = resource->device.handle; list_for_each_entry()
461 acpi_handle handle = resource->device.handle; list_for_each_entry()
764 int acpi_add_power_resource(acpi_handle handle) acpi_add_power_resource()
H A Dacpi_pad.c374 static int acpi_pad_pur(acpi_handle handle) acpi_pad_pur()
398 static void acpi_pad_handle_notify(acpi_handle handle) acpi_pad_handle_notify()
419 static void acpi_pad_notify(acpi_handle handle, u32 event, acpi_pad_notify()
H A Dsysfs.c482 static void acpi_global_event_handler(u32 event_type, acpi_handle device, acpi_global_event_handler()
493 acpi_handle *handle) get_status()
520 acpi_handle handle; counter_show()
565 acpi_handle handle; counter_set()
H A Ddock.c55 acpi_handle handle;
154 static struct dock_station *find_dock_station(acpi_handle handle) find_dock_station()
186 acpi_handle dshandle) register_dock_dependent_device()
446 acpi_handle handle = adev->handle; dock_notify()
611 acpi_handle handle = adev->handle; acpi_dock_add()
H A Ddevice_pm.c91 acpi_handle handle = device->handle; acpi_device_get_power()
237 int acpi_bus_set_power(acpi_handle handle, int state) acpi_bus_set_power()
348 int acpi_bus_update_power(acpi_handle handle, int *state_p) acpi_bus_update_power()
358 bool acpi_bus_power_manageable(acpi_handle handle) acpi_bus_power_manageable()
371 static void acpi_pm_notify_handler(acpi_handle handle, u32 val, void *not_used) acpi_pm_notify_handler()
469 bool acpi_bus_can_wakeup(acpi_handle handle) acpi_bus_can_wakeup()
504 acpi_handle handle = adev->handle; acpi_dev_pm_get_state()
H A Dpci_irq.c50 acpi_handle link;
160 static int acpi_pci_irq_check_entry(acpi_handle handle, struct pci_dev *dev, acpi_pci_irq_check_entry()
232 acpi_handle handle = NULL; acpi_pci_irq_find_prt_entry()
H A Dacpi_ipmi.c51 acpi_handle handle;
128 ipmi_dev_alloc(int iface, struct device *dev, acpi_handle handle) ipmi_dev_alloc()
459 acpi_handle handle; ipmi_register_bmc()
467 handle = smi_data.addr_info.acpi_info.acpi_handle; ipmi_register_bmc()
H A Dacpi_lpat.c97 struct acpi_lpat_conversion_table *acpi_lpat_get_conversion_table(acpi_handle acpi_lpat_get_conversion_table()
H A Dacpi_memhotplug.c210 acpi_handle handle = mem_device->device->handle; acpi_memory_enable_device()
278 acpi_handle handle = mem_device->device->handle; acpi_memory_remove_memory()
H A Dec.c108 acpi_handle handle;
688 acpi_handle ec_get_handle(void) ec_get_handle()
830 acpi_handle handle, acpi_ec_query_func func, acpi_ec_add_query_handler()
933 static u32 acpi_ec_gpe_handler(acpi_handle gpe_device, acpi_ec_gpe_handler()
1010 acpi_ec_register_query_methods(acpi_handle handle, u32 level, acpi_ec_register_query_methods()
1027 ec_parse_device(acpi_handle handle, u32 Level, void *context, void **retval) ec_parse_device()
H A Dacpi_extlog.c186 acpi_handle handle; extlog_get_l1addr()
H A Dprocessor_driver.c73 static void acpi_processor_notify(acpi_handle handle, u32 event, void *data) acpi_processor_notify()
H A Dsbshc.c262 acpi_handle handle, acpi_ec_query_func func,
H A Dosl.c1250 acpi_os_create_semaphore(u32 max_units, u32 initial_units, acpi_handle * handle) acpi_os_create_semaphore()
1260 *handle = (acpi_handle *) sem; acpi_os_create_semaphore()
1275 acpi_status acpi_os_delete_semaphore(acpi_handle handle) acpi_os_delete_semaphore()
1294 acpi_status acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 timeout) acpi_os_wait_semaphore()
1336 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) acpi_os_signal_semaphore()
H A Dpci_link.c584 int acpi_pci_link_allocate_irq(acpi_handle handle, int index, int *triggering, acpi_pci_link_allocate_irq()
639 int acpi_pci_link_free_irq(acpi_handle handle) acpi_pci_link_free_irq()
H A Dvideo.c230 static void acpi_video_device_notify(acpi_handle handle, u32 event, void *data);
1586 static void acpi_video_device_notify(acpi_handle handle, u32 event, void *data) acpi_video_device_notify()
1668 acpi_video_bus_match(acpi_handle handle, u32 level, void *context, acpi_video_bus_match()
1692 acpi_handle acpi_parent; acpi_video_dev_register_backlight()
H A Dthermal.c779 acpi_handle handle; acpi_thermal_cooling_device_cb()
999 acpi_handle handle = tz->device->handle; acpi_thermal_aml_dependency_fix()
H A Dprocessor_perflib.c157 static void acpi_processor_ppc_ost(acpi_handle handle, int status) acpi_processor_ppc_ost()
/linux-4.1.27/drivers/platform/x86/
H A Dclassmate-laptop.c86 static acpi_status cmpc_start_accel_v4(acpi_handle handle) cmpc_start_accel_v4()
106 static acpi_status cmpc_stop_accel_v4(acpi_handle handle) cmpc_stop_accel_v4()
126 static acpi_status cmpc_accel_set_sensitivity_v4(acpi_handle handle, int val) cmpc_accel_set_sensitivity_v4()
144 static acpi_status cmpc_accel_set_g_select_v4(acpi_handle handle, int val) cmpc_accel_set_g_select_v4()
162 static acpi_status cmpc_get_accel_v4(acpi_handle handle, cmpc_get_accel_v4()
472 static acpi_status cmpc_start_accel(acpi_handle handle) cmpc_start_accel()
487 static acpi_status cmpc_stop_accel(acpi_handle handle) cmpc_stop_accel()
502 static acpi_status cmpc_accel_set_sensitivity(acpi_handle handle, int val) cmpc_accel_set_sensitivity()
516 static acpi_status cmpc_get_accel(acpi_handle handle, cmpc_get_accel()
703 static acpi_status cmpc_get_tablet(acpi_handle handle, cmpc_get_tablet()
799 static acpi_status cmpc_get_brightness(acpi_handle handle, cmpc_get_brightness()
817 static acpi_status cmpc_set_brightness(acpi_handle handle, cmpc_set_brightness()
838 acpi_handle handle; cmpc_bl_get_brightness()
852 acpi_handle handle; cmpc_bl_update_status()
871 static acpi_status cmpc_get_rfkill_wlan(acpi_handle handle, cmpc_get_rfkill_wlan()
889 static acpi_status cmpc_set_rfkill_wlan(acpi_handle handle, cmpc_set_rfkill_wlan()
910 acpi_handle handle; cmpc_rfkill_query()
925 acpi_handle handle; cmpc_rfkill_block()
H A Dtoshiba_bluetooth.c65 static int toshiba_bluetooth_present(acpi_handle handle) toshiba_bluetooth_present()
87 static int toshiba_bluetooth_status(acpi_handle handle) toshiba_bluetooth_status()
103 static int toshiba_bluetooth_enable(acpi_handle handle) toshiba_bluetooth_enable()
149 static int toshiba_bluetooth_disable(acpi_handle handle) toshiba_bluetooth_disable()
H A Dintel_menlow.c67 acpi_handle handle = device->handle; memory_get_max_bandwidth()
93 acpi_handle handle = device->handle; memory_get_cur_bandwidth()
116 acpi_handle handle = device->handle; memory_set_cur_bandwidth()
239 acpi_handle handle;
252 static int sensor_get_auxtrip(acpi_handle handle, int index, sensor_get_auxtrip()
274 static int sensor_set_auxtrip(acpi_handle handle, int index, int value) sensor_set_auxtrip()
388 acpi_handle handle) intel_menlow_add_one_attribute()
418 static acpi_status intel_menlow_register_sensor(acpi_handle handle, u32 lvl, intel_menlow_register_sensor()
422 acpi_handle dummy; intel_menlow_register_sensor()
H A Dtoshiba_haps.c39 static int toshiba_haps_reset_protection(acpi_handle handle) toshiba_haps_reset_protection()
52 static int toshiba_haps_protection_level(acpi_handle handle, int level) toshiba_haps_protection_level()
154 static int toshiba_haps_available(acpi_handle handle) toshiba_haps_available()
H A Dfujitsu-laptop.c145 acpi_handle acpi_handle; member in struct:fujitsu_t
164 acpi_handle acpi_handle; member in struct:fujitsu_hotkey_t
222 acpi_handle handle = NULL; call_fext_func()
224 status = acpi_get_handle(fujitsu_hotkey->acpi_handle, "FUNC", &handle); call_fext_func()
307 acpi_handle handle = NULL; set_lcd_level()
315 status = acpi_get_handle(fujitsu->acpi_handle, "SBLL", &handle); set_lcd_level()
332 acpi_handle handle = NULL; set_lcd_level_alt()
340 status = acpi_get_handle(fujitsu->acpi_handle, "SBL2", &handle); set_lcd_level_alt()
361 acpi_evaluate_integer(fujitsu->acpi_handle, "GBLL", NULL, &state); get_lcd_level()
383 acpi_evaluate_integer(fujitsu->acpi_handle, "RBLL", NULL, &state); get_max_brightness()
641 fujitsu->acpi_handle = device->handle; acpi_fujitsu_add()
669 error = acpi_bus_update_power(fujitsu->acpi_handle, &state); acpi_fujitsu_add()
718 fujitsu->acpi_handle = NULL; acpi_fujitsu_remove()
790 fujitsu_hotkey->acpi_handle = device->handle; acpi_fujitsu_hotkey_add()
831 error = acpi_bus_update_power(fujitsu_hotkey->acpi_handle, &state); acpi_fujitsu_hotkey_add()
927 fujitsu_hotkey->acpi_handle = NULL; acpi_fujitsu_hotkey_remove()
H A Deeepc-laptop.c159 acpi_handle handle; /* the handle of the acpi device */
189 static int write_acpi_int(acpi_handle handle, const char *method, int val) write_acpi_int()
198 static int read_acpi_int(acpi_handle handle, const char *method, int *val) read_acpi_int()
243 acpi_handle *handle) acpi_setter_handle()
567 static void eeepc_rfkill_hotplug(struct eeepc_laptop *eeepc, acpi_handle handle) eeepc_rfkill_hotplug()
643 acpi_handle handle; eeepc_rfkill_hotplug_update()
651 static void eeepc_rfkill_notify(acpi_handle handle, u32 event, void *data) eeepc_rfkill_notify()
665 acpi_handle handle; eeepc_register_rfkill_notifier()
691 acpi_handle handle; eeepc_unregister_rfkill_notifier()
785 acpi_handle handle = data; eeepc_rfkill_set()
799 acpi_handle handle; eeepc_new_rfkill()
H A Dwmi.c66 acpi_handle handle;
253 acpi_handle handle; wmi_method_enable()
285 acpi_handle handle; wmi_evaluate_method()
343 acpi_handle handle; wmi_query_block()
418 acpi_handle handle; wmi_set_block()
722 struct wmi_block *wblock, acpi_handle handle) wmi_create_device()
764 static int parse_wdg(acpi_handle handle) parse_wdg()
H A Dideapad-laptop.c102 static int read_method_int(acpi_handle handle, const char *method, int *val) read_method_int()
117 static int method_vpcr(acpi_handle handle, int cmd, int *ret) method_vpcr()
140 static int method_vpcw(acpi_handle handle, int cmd, int data) method_vpcw()
159 static int read_ec_data(acpi_handle handle, int cmd, unsigned long *data) read_ec_data()
183 static int write_ec_cmd(acpi_handle handle, int cmd, unsigned long data) write_ec_cmd()
782 static void ideapad_acpi_notify(acpi_handle handle, u32 event, void *data) ideapad_acpi_notify()
H A Dsamsung-q10.c22 static acpi_handle ec_handle;
H A Dacer-wmi.c798 static acpi_status __init AMW0_set_cap_acpi_check_device_cb(acpi_handle handle, AMW0_set_cap_acpi_check_device_cb()
1452 static acpi_handle gsensor_handle;
1870 static acpi_status __init acer_wmi_get_handle_cb(acpi_handle ah, u32 level, acer_wmi_get_handle_cb()
1873 *(acpi_handle *)retval = ah; acer_wmi_get_handle_cb()
1878 acpi_handle *ah) acer_wmi_get_handle()
1881 acpi_handle handle; acer_wmi_get_handle()
H A Dapple-gmux.c39 acpi_handle dhandle;
381 static void gmux_notify_handler(acpi_handle device, u32 value, void *context) gmux_notify_handler()
H A Deeepc-wmi.c207 static acpi_status eeepc_wmi_parse_device(acpi_handle handle, u32 level, eeepc_wmi_parse_device()
H A Dasus-laptop.c289 acpi_handle handle; /* the handle of the hotk device */
375 static int write_acpi_int_ret(acpi_handle handle, const char *method, int val, write_acpi_int_ret()
397 static int write_acpi_int(acpi_handle handle, const char *method, int val) write_acpi_int()
402 static int acpi_check_handle(acpi_handle handle, const char *method, acpi_check_handle()
403 acpi_handle *ret) acpi_check_handle()
414 acpi_handle dummy; acpi_check_handle()
1604 acpi_handle handle = asus->handle; asus_sysfs_is_visible()
H A Dthinkpad_acpi.c263 acpi_handle *handle;
516 static acpi_handle root_handle;
517 static acpi_handle ec_handle;
520 static acpi_handle object##_handle; \
521 static const acpi_handle * const object##_parent __initconst = \
543 static int acpi_evalf(acpi_handle handle, acpi_evalf()
673 acpi_handle *handle, const acpi_handle parent, drv_acpi_handle_init()
697 static acpi_status __init tpacpi_acpi_handle_locate_callback(acpi_handle handle, tpacpi_acpi_handle_locate_callback()
708 *(acpi_handle *)return_value = handle; tpacpi_acpi_handle_locate_callback()
715 acpi_handle *handle) tpacpi_acpi_handle_locate()
718 acpi_handle device_found; tpacpi_acpi_handle_locate()
742 static void dispatch_acpi_notify(acpi_handle handle, u32 event, void *data) dispatch_acpi_notify()
5263 static acpi_handle led_handle;
6350 static int __init tpacpi_query_bcl_levels(acpi_handle handle) tpacpi_query_bcl_levels()
6388 acpi_handle video_device; tpacpi_check_std_acpi_brightness_support()
8740 acpi_handle temp; mute_led_on_off()
8772 acpi_handle temp; mute_led_init()
H A Dasus-wmi.c660 static void asus_rfkill_notify(acpi_handle handle, u32 event, void *data) asus_rfkill_notify()
680 acpi_handle handle; asus_register_rfkill_notifier()
699 acpi_handle handle; asus_unregister_rfkill_notifier()
H A Dpanasonic-laptop.c222 acpi_handle handle;
H A Dsony-laptop.c730 static acpi_handle sony_nc_acpi_handle;
738 static union acpi_object *__call_snc_method(acpi_handle handle, char *method, __call_snc_method()
773 static int sony_nc_int_call(acpi_handle handle, char *name, int *value, sony_nc_int_call()
801 static int sony_nc_buffer_call(acpi_handle handle, char *name, u64 *value, sony_nc_buffer_call()
1294 static acpi_status sony_walk_callback(acpi_handle handle, u32 level, sony_walk_callback()
H A Dtoshiba_acpi.c2436 acpi_handle ec_handle = ec_get_handle(); toshiba_acpi_hotkey_work()
2519 acpi_handle ec_handle; toshiba_acpi_setup_keyboard()
2717 static const char *find_hci_method(acpi_handle handle) find_hci_method()
/linux-4.1.27/drivers/pci/hotplug/
H A Dacpi_pcihp.c53 static acpi_status acpi_run_oshp(acpi_handle handle) acpi_run_oshp()
87 acpi_handle chandle, handle; acpi_get_hp_hw_control_from_firmware()
160 static int pcihp_is_ejectable(acpi_handle handle) pcihp_is_ejectable()
181 int acpi_pci_check_ejectable(struct pci_bus *pbus, acpi_handle handle) acpi_pci_check_ejectable()
183 acpi_handle bridge_handle, parent_handle; acpi_pci_check_ejectable()
197 check_hotplug(acpi_handle handle, u32 lvl, void *context, void **rv) check_hotplug()
213 int acpi_pci_detect_ejectable(acpi_handle handle) acpi_pci_detect_ejectable()
H A Dacpiphp_ibm.c98 static void ibm_handle_events(acpi_handle handle, u32 event, void *context);
103 static acpi_status __init ibm_find_acpi_device(acpi_handle handle,
108 static acpi_handle ibm_acpi_handle;
252 static void ibm_handle_events(acpi_handle handle, u32 event, void *context) ibm_handle_events()
385 static acpi_status __init ibm_find_acpi_device(acpi_handle handle, ibm_find_acpi_device()
388 acpi_handle *phandle = (acpi_handle *)context; ibm_find_acpi_device()
H A Dsgi_hotplug.c407 acpi_handle phandle; enable_slot()
408 acpi_handle chandle = NULL; enable_slot()
409 acpi_handle rethandle; enable_slot()
478 acpi_handle ssdt_hdl = NULL; disable_slot()
494 acpi_handle phandle; disable_slot()
495 acpi_handle chandle = NULL; disable_slot()
496 acpi_handle rethandle; disable_slot()
H A Dpciehp_acpi.c85 acpi_handle handle; dummy_probe()
H A Dacpiphp.h140 static inline acpi_handle func_to_handle(struct acpiphp_func *func) func_to_handle()
H A Dacpiphp_glue.c229 acpi_handle tmp; device_is_managed_by_native_pciehp()
261 static acpi_status acpiphp_add_context(acpi_handle handle, u32 lvl, void *data, acpiphp_add_context()
753 acpi_handle handle = context->hp.self->handle; hotplug_event()
829 acpi_handle handle; acpiphp_enumerate_slots()
986 acpi_handle handle = func_to_handle(func); acpiphp_disable_and_eject_slot()
/linux-4.1.27/include/xen/
H A Dacpi.h60 static inline int xen_acpi_get_pxm(acpi_handle h) xen_acpi_get_pxm()
64 acpi_handle handle; xen_acpi_get_pxm()
65 acpi_handle phandle = h; xen_acpi_get_pxm()
/linux-4.1.27/drivers/xen/
H A Dxen-acpi-pad.c57 static int acpi_pad_pur(acpi_handle handle) acpi_pad_pur()
80 static void acpi_pad_handle_notify(acpi_handle handle) acpi_pad_handle_notify()
104 static void acpi_pad_notify(acpi_handle handle, u32 event, acpi_pad_notify()
H A Dxen-acpi-cpuhotplug.c134 static int is_processor_present(acpi_handle handle) is_processor_present()
155 static int xen_apic_id(acpi_handle handle) xen_apic_id()
248 static void acpi_processor_hotplug_notify(acpi_handle handle, acpi_processor_hotplug_notify()
322 static acpi_status is_processor_device(acpi_handle handle) is_processor_device()
353 processor_walk_namespace_cb(acpi_handle handle, processor_walk_namespace_cb()
H A Dxen-acpi-memhotplug.c162 static int acpi_memory_get_device(acpi_handle handle, acpi_memory_get_device()
232 static void acpi_memory_device_notify(acpi_handle handle, u32 event, void *data) acpi_memory_device_notify()
350 static acpi_status is_memory_device(acpi_handle handle) is_memory_device()
375 acpi_memory_register_notify_handler(acpi_handle handle, acpi_memory_register_notify_handler()
391 acpi_memory_deregister_notify_handler(acpi_handle handle, acpi_memory_deregister_notify_handler()
H A Dpci.c56 acpi_handle handle; xen_add_device()
H A Dxen-acpi-processor.c332 read_acpi_id(acpi_handle handle, u32 lvl, void *context, void **rv) read_acpi_id()
/linux-4.1.27/arch/ia64/sn/kernel/
H A Dio_acpi_init.c39 acpi_handle handle;
65 sn_acpi_hubdev_init(acpi_handle handle, u32 depth, void *context, void **ret) sn_acpi_hubdev_init()
128 acpi_handle handle; sn_get_bussoft_ptr()
171 sn_extract_device_info(acpi_handle handle, struct pcidev_info **pcidev_info, sn_extract_device_info()
240 get_host_devfn(acpi_handle device_handle, acpi_handle rootbus_handle) get_host_devfn()
243 acpi_handle child; get_host_devfn()
246 acpi_handle parent; get_host_devfn()
300 find_matching_device(acpi_handle handle, u32 lvl, void *context, void **rv) find_matching_device()
304 acpi_handle parent = NULL; find_matching_device()
358 acpi_handle rootbus_handle; sn_acpi_get_pcidev_info()
/linux-4.1.27/drivers/usb/core/
H A Dusb-acpi.c32 acpi_handle port_handle; usb_acpi_power_manageable()
60 acpi_handle port_handle; usb_acpi_set_power_state()
69 port_handle = (acpi_handle) usb_get_hub_port_acpi_handle(hdev, port1); usb_acpi_set_power_state()
88 static enum usb_port_connect_type usb_acpi_get_connect_type(acpi_handle handle, usb_acpi_get_connect_type()
134 acpi_handle *parent_handle; usb_acpi_find_companion()
161 acpi_handle *handle; usb_acpi_find_companion()
H A Dusb.h182 extern acpi_handle usb_get_hub_port_acpi_handle(struct usb_device *hdev,
H A Dhub.c5683 acpi_handle usb_get_hub_port_acpi_handle(struct usb_device *hdev, usb_get_hub_port_acpi_handle()
/linux-4.1.27/drivers/ide/
H A Dide-acpi.c33 acpi_handle obj_handle;
39 acpi_handle obj_handle;
100 static acpi_handle acpi_get_child(acpi_handle handle, u64 addr) acpi_get_child()
112 * ide_get_dev_handle - finds acpi_handle and PCI device.function
114 * @handle: returned acpi_handle for @dev
121 static int ide_get_dev_handle(struct device *dev, acpi_handle *handle, ide_get_dev_handle()
127 acpi_handle dev_handle; ide_get_dev_handle()
179 static acpi_handle ide_acpi_hwif_get_handle(ide_hwif_t *hwif) ide_acpi_hwif_get_handle()
182 acpi_handle uninitialized_var(dev_handle); ide_acpi_hwif_get_handle()
184 acpi_handle chan_handle; ide_acpi_hwif_get_handle()
583 acpi_handle dev_handle; ide_port_for_each_present_dev()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_acpi.c16 acpi_handle dhandle;
116 acpi_handle dhandle; intel_dsm_pci_probe()
H A Dintel_opregion.c629 acpi_handle handle; intel_didl_outputs()
/linux-4.1.27/drivers/pci/pcie/
H A Dportdrv_acpi.c38 acpi_handle handle; pcie_port_acpi_setup()
/linux-4.1.27/drivers/gpio/
H A Dgpiolib-acpi.c27 acpi_handle handle;
124 acpi_handle handle; acpi_get_gpiod()
161 static void acpi_gpio_chip_dh(acpi_handle handle, void *data) acpi_gpio_chip_dh()
172 acpi_handle handle, evt_handle; acpi_gpiochip_request_interrupt()
292 acpi_handle handle; acpi_gpiochip_request_interrupts()
322 acpi_handle handle; acpi_gpiochip_free_interrupts()
636 acpi_handle handle = ACPI_HANDLE(chip->dev); acpi_gpiochip_request_regions()
651 acpi_handle handle = ACPI_HANDLE(chip->dev); acpi_gpiochip_free_regions()
672 acpi_handle handle; acpi_gpiochip_add()
704 acpi_handle handle; acpi_gpiochip_remove()
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_acpi.c105 static union acpi_object *radeon_atif_call(acpi_handle handle, int function, radeon_atif_call()
200 static int radeon_atif_verify_interface(acpi_handle handle, radeon_atif_verify_interface()
247 static int radeon_atif_get_notification_params(acpi_handle handle, radeon_atif_get_notification_params()
309 static int radeon_atif_get_sbios_requests(acpi_handle handle, radeon_atif_get_sbios_requests()
353 acpi_handle handle; radeon_atif_handler()
420 static union acpi_object *radeon_atcs_call(acpi_handle handle, int function, radeon_atcs_call()
486 static int radeon_atcs_verify_interface(acpi_handle handle, radeon_atcs_verify_interface()
550 acpi_handle handle; radeon_acpi_pcie_notify_device_ready()
585 acpi_handle handle; radeon_acpi_pcie_performance_request()
692 acpi_handle handle; radeon_acpi_init()
H A Dradeon_atpx_handler.c28 acpi_handle handle;
35 acpi_handle dhandle;
75 static union acpi_object *radeon_atpx_call(acpi_handle handle, int function, radeon_atpx_call()
447 acpi_handle dhandle, atpx_handle; radeon_atpx_pci_probe_handle()
H A Dradeon_bios.c147 static int radeon_atrm_call(acpi_handle atrm_handle, uint8_t *bios, radeon_atrm_call()
183 acpi_handle dhandle, atrm_handle; radeon_atrm_get_bios()
/linux-4.1.27/sound/pci/hda/
H A Dthinkpad_helper.c13 static acpi_status acpi_check_cb(acpi_handle handle, u32 lvl, void *context, acpi_check_cb()
/linux-4.1.27/drivers/ata/
H A Dlibata-zpodd.c228 static void zpodd_wake_dev(acpi_handle handle, u32 event, void *context) zpodd_wake_dev()
242 acpi_handle handle = ata_dev_acpi_handle(dev); ata_acpi_add_pm_notifier()
249 acpi_handle handle = ata_dev_acpi_handle(dev); ata_acpi_remove_pm_notifier()
H A Dlibata-acpi.c52 * ata_dev_acpi_handle - provide the acpi_handle for an ata_device
53 * @dev: the acpi_handle returned will correspond to this device
55 * Returns the acpi_handle for the ACPI namespace object corresponding to
59 acpi_handle ata_dev_acpi_handle(struct ata_device *dev) ata_dev_acpi_handle()
292 acpi_handle handle = ACPI_HANDLE(&ap->tdev); ata_acpi_gtm()
895 acpi_handle handle; sata_acpi_set_state()
923 acpi_handle port_handle; pata_acpi_set_state()
935 acpi_handle dev_handle = ata_dev_acpi_handle(dev); pata_acpi_set_state()
H A Dlibata.h122 extern acpi_handle ata_dev_acpi_handle(struct ata_device *dev);
/linux-4.1.27/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c606 u32 initial_units, acpi_handle * out_handle) acpi_os_create_semaphore()
608 *out_handle = (acpi_handle) 1; acpi_os_create_semaphore()
612 acpi_status acpi_os_delete_semaphore(acpi_handle handle) acpi_os_delete_semaphore()
617 acpi_status acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 timeout) acpi_os_wait_semaphore()
622 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) acpi_os_signal_semaphore()
643 u32 initial_units, acpi_handle * out_handle) acpi_os_create_semaphore()
675 *out_handle = (acpi_handle) sem; acpi_os_create_semaphore()
691 acpi_status acpi_os_delete_semaphore(acpi_handle handle) acpi_os_delete_semaphore()
721 acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 msec_timeout) acpi_os_wait_semaphore()
835 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) acpi_os_signal_semaphore()
871 acpi_cpu_flags acpi_os_acquire_lock(acpi_handle handle) acpi_os_acquire_lock()
/linux-4.1.27/drivers/hwmon/
H A Dasus_atk0110.c108 acpi_handle atk_handle;
114 acpi_handle rtmp_handle;
115 acpi_handle rvlt_handle;
116 acpi_handle rfan_handle;
118 acpi_handle enumerate_handle;
119 acpi_handle read_handle;
120 acpi_handle write_handle;
462 acpi_handle method; atk_read_value_old()
1268 acpi_handle ret; atk_probe_if()
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-designware-baytrail.c134 acpi_handle handle; i2c_dw_eval_lock_support()
H A Di2c-scmi.c30 acpi_handle handle;
342 static acpi_status acpi_smbus_cmi_query_methods(acpi_handle handle, u32 level, acpi_smbus_cmi_query_methods()
H A Di2c-designware-platdrv.c75 acpi_handle handle = ACPI_HANDLE(&pdev->dev); dw_i2c_acpi_params()
/linux-4.1.27/drivers/input/misc/
H A Datlas_btns.c40 static acpi_status acpi_atlas_button_setup(acpi_handle region_handle, acpi_atlas_button_setup()
/linux-4.1.27/drivers/iommu/
H A Ddmar.c739 acpi_handle h; dmar_acpi_dev_scope_init()
1783 static inline bool dmar_detect_dsm(acpi_handle handle, int func) dmar_detect_dsm()
1788 static int dmar_walk_dsm_resource(acpi_handle handle, int func, dmar_walk_dsm_resource()
1875 static int dmar_hotplug_insert(acpi_handle handle) dmar_hotplug_insert()
1921 static int dmar_hotplug_remove(acpi_handle handle) dmar_hotplug_remove()
1945 static acpi_status dmar_get_dsm_handle(acpi_handle handle, u32 lvl, dmar_get_dsm_handle()
1948 acpi_handle *phdl = retval; dmar_get_dsm_handle()
1958 static int dmar_device_hotplug(acpi_handle handle, bool insert) dmar_device_hotplug()
1961 acpi_handle tmp = NULL; dmar_device_hotplug()
1992 int dmar_device_add(acpi_handle handle) dmar_device_add()
1997 int dmar_device_remove(acpi_handle handle) dmar_device_remove()
/linux-4.1.27/drivers/pci/
H A Dpci-label.c167 acpi_handle handle; dsm_get_label()
209 acpi_handle handle; device_has_dsm()
H A Dpci-acpi.c30 phys_addr_t acpi_pci_root_get_mcfg_addr(acpi_handle handle) acpi_pci_root_get_mcfg_addr()
145 static acpi_status acpi_run_hpx(acpi_handle handle, struct hotplug_params *hpx) acpi_run_hpx()
209 static acpi_status acpi_run_hpp(acpi_handle handle, struct hotplug_params *hpp) acpi_run_hpp()
257 acpi_handle handle, phandle; pci_get_hp_params()
615 acpi_handle handle) pci_acpi_optimize_delay()
H A Dquirks.c3158 acpi_handle bridge, SXIO, SXFP, SXLV; quirk_apple_poweroff_thunderbolt()
/linux-4.1.27/drivers/pnp/pnpacpi/
H A Dcore.c65 acpi_handle handle; pnpacpi_set_resources()
299 static acpi_status __init pnpacpi_add_device_handler(acpi_handle handle, pnpacpi_add_device_handler()
H A Drsparser.c267 acpi_handle handle = acpi_dev->handle; pnpacpi_parse_allocated_resource()
546 acpi_handle handle = acpi_dev->handle; pnpacpi_parse_resource_option_data()
619 acpi_handle handle = acpi_dev->handle; pnpacpi_build_resource_template()
/linux-4.1.27/arch/x86/platform/olpc/
H A Dolpc-xo15-sci.c136 static u32 xo15_sci_gpe_handler(acpi_handle gpe_device, u32 gpe, void *context) xo15_sci_gpe_handler()
/linux-4.1.27/drivers/char/tpm/
H A Dtpm_ppi.c44 tpm_eval_dsm(acpi_handle ppi_handle, int func, acpi_object_type type, tpm_eval_dsm()
254 static ssize_t show_ppi_operations(acpi_handle dev_handle, char *buf, u32 start, show_ppi_operations()
H A Dtpm.h185 acpi_handle acpi_dev_handle;
H A Dtpm_tis.c644 acpi_handle acpi_dev_handle) tpm_tis_init()
933 acpi_handle acpi_dev_handle = NULL; tpm_tis_pnp_init()
/linux-4.1.27/arch/x86/kernel/acpi/
H A Dboot.c730 static void acpi_map_cpu2node(acpi_handle handle, int cpu, int physid) acpi_map_cpu2node()
743 static int _acpi_map_lsapic(acpi_handle handle, int physid, int *pcpu) _acpi_map_lsapic()
761 int __ref acpi_map_cpu(acpi_handle handle, phys_cpuid_t physid, int *pcpu) acpi_map_cpu()
782 int acpi_register_ioapic(acpi_handle handle, u64 phys_addr, u32 gsi_base) acpi_register_ioapic()
816 int acpi_unregister_ioapic(acpi_handle handle, u32 gsi_base) acpi_unregister_ioapic()
839 int acpi_ioapic_registered(acpi_handle handle, u32 gsi_base) acpi_ioapic_registered()
/linux-4.1.27/drivers/char/ipmi/
H A Dipmi_ssif.c1392 acpi_handle acpi_handle; check_acpi() local
1394 acpi_handle = ACPI_HANDLE(dev); check_acpi()
1395 if (acpi_handle) { check_acpi()
1397 ssif_info->addr_info.acpi_info.acpi_handle = acpi_handle; check_acpi()
H A Dipmi_si_intf.c2046 static u32 ipmi_acpi_gpe(acpi_handle gpe_device, ipmi_acpi_gpe()
2258 acpi_handle handle; ipmi_pnp_probe()
2275 info->addr_info.acpi_info.acpi_handle = handle; ipmi_pnp_probe()
/linux-4.1.27/drivers/cpufreq/
H A Dpcc-cpufreq.c300 static int __init pcc_cpufreq_do_osc(acpi_handle *handle) pcc_cpufreq_do_osc()
394 acpi_handle handle, osc_handle; pcc_cpufreq_probe()
H A Dlonghaul.c677 static acpi_status longhaul_walk_callback(acpi_handle obj_handle, longhaul_walk_callback()
/linux-4.1.27/drivers/char/agp/
H A Dhp-agp.c478 zx1_gart_probe (acpi_handle obj, u32 depth, void *context, void **ret) zx1_gart_probe()
480 acpi_handle handle, parent; zx1_gart_probe()
/linux-4.1.27/drivers/crypto/ccp/
H A Dccp-platform.c98 acpi_handle handle; ccp_acpi_support()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H A Dbase.c94 acpi_handle handle; mxm_shadow_dsm()
/linux-4.1.27/sound/soc/intel/common/
H A Dsst-acpi.c91 static acpi_status sst_acpi_mach_match(acpi_handle handle, u32 level, sst_acpi_mach_match()
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/
H A Ddrv.c516 acpi_handle pxsx_handle; set_dflt_pwr_limit()
517 acpi_handle handle; set_dflt_pwr_limit()
/linux-4.1.27/drivers/mmc/host/
H A Dsdhci-acpi.c285 acpi_handle handle = ACPI_HANDLE(dev); sdhci_acpi_probe()
/linux-4.1.27/sound/soc/intel/atom/sst/
H A Dsst_acpi.c226 static acpi_status sst_acpi_mach_match(acpi_handle handle, u32 level, sst_acpi_mach_match()
/linux-4.1.27/arch/ia64/hp/common/
H A Dsba_iommu.c236 acpi_handle handle; /* for multiple IOC's */
1978 acpi_handle handle, parent; sba_connect_bus()
2012 sba_map_ioc_to_node(struct ioc *ioc, acpi_handle handle) sba_map_ioc_to_node()
2027 acpi_handle handle = ioc->handle; acpi_sba_ioc_add()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
H A Dnvm.c741 acpi_handle root_handle; iwl_mvm_get_bios_mcc()
742 acpi_handle handle; iwl_mvm_get_bios_mcc()
/linux-4.1.27/drivers/i2c/
H A Di2c-core.c121 static acpi_status acpi_i2c_add_device(acpi_handle handle, u32 level, acpi_i2c_add_device()
169 acpi_handle handle; acpi_i2c_register_devices()
372 acpi_handle handle; acpi_i2c_install_space_handler()
414 acpi_handle handle; acpi_i2c_remove_space_handler()
/linux-4.1.27/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c561 acpi_handle handle = ACPI_HANDLE(dev); byt_gpio_probe()
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c174 acpi_handle handle; xgbe_acpi_support()
/linux-4.1.27/arch/x86/pci/
H A Dmmconfig-shared.c412 static acpi_status find_mboard_resource(acpi_handle handle, u32 lvl, find_mboard_resource()
/linux-4.1.27/drivers/acpi/apei/
H A Dapei-base.c784 acpi_handle handle; apei_osc_setup()
/linux-4.1.27/drivers/hid/i2c-hid/
H A Di2c-hid.c868 acpi_handle handle; i2c_hid_acpi_pdata()
/linux-4.1.27/drivers/spi/
H A Dspi.c1332 static acpi_status acpi_spi_add_device(acpi_handle handle, u32 level, acpi_spi_add_device()
1381 acpi_handle handle; acpi_register_spi_devices()

Completed in 2992 milliseconds