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

1234567891011>>

/linux-master/include/acpi/
H A Dacpi_drivers.h53 int acpi_pci_link_allocate_irq(acpi_handle handle, int index, int *triggering,
55 int acpi_pci_link_free_irq(acpi_handle handle);
62 struct pci_dev *acpi_get_pci_dev(acpi_handle);
64 static inline struct pci_dev *acpi_get_pci_dev(acpi_handle handle)
H A Dacpi_lpat.h27 struct acpi_lpat_conversion_table *acpi_lpat_get_conversion_table(acpi_handle
46 acpi_handle handle)
H A Dacpixf.h470 acpi_unload_parent_table(acpi_handle object))
511 acpi_handle start_object,
525 acpi_get_name(acpi_handle object, u32 name_type,
528 acpi_get_handle(acpi_handle parent,
530 acpi_handle *ret_handle))
532 acpi_attach_data(acpi_handle object,
536 acpi_detach_data(acpi_handle object,
539 acpi_get_data(acpi_handle object,
550 acpi_evaluate_object(acpi_handle object,
557 acpi_evaluate_object_typed(acpi_handle objec
[all...]
H A Dacpi_bus.h17 acpi_handle *handles;
25 acpi_evaluate_integer(acpi_handle handle,
28 bool acpi_evaluate_reference(acpi_handle handle, acpi_string pathname,
36 bool acpi_device_dep(acpi_handle target, acpi_handle match);
38 acpi_evaluate_ost(acpi_handle handle, u32 source_event, u32 status_code,
42 acpi_get_physical_device_location(acpi_handle handle, struct acpi_pld_info **pld);
44 bool acpi_has_method(acpi_handle handle, char *name);
45 acpi_status acpi_execute_simple_method(acpi_handle handle, char *method,
47 acpi_status acpi_evaluate_ej0(acpi_handle handl
[all...]
/linux-master/drivers/acpi/acpica/
H A Dnsxfobj.c31 acpi_status acpi_get_type(acpi_handle handle, acpi_object_type *ret_type)
83 acpi_status acpi_get_parent(acpi_handle handle, acpi_handle *ret_handle)
115 *ret_handle = ACPI_CAST_PTR(acpi_handle, parent_node);
150 acpi_handle parent,
151 acpi_handle child, acpi_handle *ret_handle)
200 *ret_handle = ACPI_CAST_PTR(acpi_handle, node);
H A Dutxfmutex.c17 acpi_ut_get_mutex_object(acpi_handle handle,
38 acpi_ut_get_mutex_object(acpi_handle handle,
58 ACPI_CAST_PTR(acpi_handle, &mutex_node));
100 acpi_acquire_mutex(acpi_handle handle, acpi_string pathname, u16 timeout)
136 acpi_status acpi_release_mutex(acpi_handle handle, acpi_string pathname)
H A Dnsload.c22 acpi_status acpi_ns_unload_namespace(acpi_handle handle);
24 static acpi_status acpi_ns_delete_subtree(acpi_handle start_handle);
181 static acpi_status acpi_ns_delete_subtree(acpi_handle start_handle)
184 acpi_handle child_handle;
185 acpi_handle parent_handle;
186 acpi_handle next_child_handle;
187 acpi_handle dummy;
265 acpi_status acpi_ns_unload_namespace(acpi_handle handle)
H A Dhwpci.c23 acpi_handle device;
31 acpi_hw_build_pci_list(acpi_handle root_pci_device,
32 acpi_handle pci_region,
43 acpi_handle pci_device,
87 acpi_handle root_pci_device, acpi_handle pci_region)
136 acpi_hw_build_pci_list(acpi_handle root_pci_device,
137 acpi_handle pci_region,
140 acpi_handle current_device;
141 acpi_handle parent_devic
[all...]
H A Dacevents.h78 struct acpi_gpe_event_info *acpi_ev_get_gpe_event_info(acpi_handle gpe_device,
126 acpi_ev_match_gpe_method(acpi_handle obj_handle,
201 acpi_ev_system_memory_region_setup(acpi_handle handle,
207 acpi_ev_io_space_region_setup(acpi_handle handle,
212 acpi_ev_pci_config_region_setup(acpi_handle handle,
217 acpi_ev_cmos_region_setup(acpi_handle handle,
222 acpi_ev_pci_bar_region_setup(acpi_handle handle,
227 acpi_ev_data_table_region_setup(acpi_handle handle,
232 acpi_ev_default_region_setup(acpi_handle handle,
H A Dachware.h108 u8 acpi_hw_check_all_gpes(acpi_handle gpe_skip_device, u32 gpe_skip_number);
121 acpi_handle root_pci_device, acpi_handle pci_region);
124 acpi_hw_derive_pci_id(struct acpi_pci_id *pci_id, acpi_handle root_pci_device,
125 acpi_handle pci_region)
H A Devxfgpe.c92 acpi_status acpi_enable_gpe(acpi_handle gpe_device, u32 gpe_number)
148 acpi_status acpi_disable_gpe(acpi_handle gpe_device, u32 gpe_number)
199 acpi_status acpi_set_gpe(acpi_handle gpe_device, u32 gpe_number, u8 action)
259 acpi_status acpi_mask_gpe(acpi_handle gpe_device, u32 gpe_number, u8 is_masked)
306 acpi_status acpi_mark_gpe_for_wake(acpi_handle gpe_device, u32 gpe_number)
352 acpi_setup_gpe_for_wake(acpi_handle wake_device,
353 acpi_handle gpe_device, u32 gpe_number)
492 acpi_set_gpe_wake_mask(acpi_handle gpe_device, u32 gpe_number, u8 action)
568 acpi_status acpi_clear_gpe(acpi_handle gpe_device, u32 gpe_number)
610 acpi_get_gpe_status(acpi_handle gpe_devic
[all...]
H A Dacnamesp.h15 #define ACPI_NS_ALL ((acpi_handle)0)
62 acpi_ns_init_one_package(acpi_handle obj_handle,
78 acpi_handle start_object,
179 void acpi_ns_dump_tables(acpi_handle search_base, u32 max_depth);
181 void acpi_ns_dump_entry(acpi_handle handle, u32 debug_level);
184 acpi_ns_dump_pathname(acpi_handle handle,
190 acpi_ns_dump_one_object(acpi_handle obj_handle,
197 acpi_owner_id owner_id, acpi_handle start_handle);
203 acpi_owner_id owner_id, acpi_handle start_handle);
270 acpi_ns_handle_to_name(acpi_handle target_handl
[all...]
H A Devrgnini.c34 acpi_ev_system_memory_region_setup(acpi_handle handle,
98 acpi_ev_io_space_region_setup(acpi_handle handle,
131 acpi_ev_pci_config_region_setup(acpi_handle handle,
195 status = acpi_install_address_space_handler((acpi_handle)pci_root_node, ACPI_ADR_SPACE_PCI_CONFIG, ACPI_DEFAULT_HANDLER, NULL, NULL);
373 acpi_ev_pci_bar_region_setup(acpi_handle handle,
400 acpi_ev_cmos_region_setup(acpi_handle handle,
427 acpi_ev_data_table_region_setup(acpi_handle handle,
477 acpi_ev_default_region_setup(acpi_handle handle,
H A Dnsdumpdv.c35 acpi_ns_dump_one_device(acpi_handle obj_handle,
80 acpi_handle sys_bus_handle;
/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.h28 acpi_handle source;
29 acpi_handle target;
46 acpi_handle source;
47 acpi_handle target;
61 acpi_handle source;
62 acpi_handle target;
138 int acpi_thermal_rel_misc_device_add(acpi_handle handle);
139 int acpi_thermal_rel_misc_device_remove(acpi_handle handle);
140 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **arts,
142 int acpi_parse_trt(acpi_handle handl
[all...]
/linux-master/tools/testing/cxl/test/
H A Dmock.h14 acpi_status (*acpi_evaluate_integer)(acpi_handle handle,
18 struct acpi_pci_root *(*acpi_pci_find_root)(acpi_handle handle);
/linux-master/drivers/platform/x86/intel/int1092/
H A Dintel_sar.h79 acpi_handle handle;
/linux-master/drivers/gpu/drm/
H A Ddrm_privacy_screen_x86.c21 static acpi_status __init acpi_set_handle(acpi_handle handle, u32 level,
24 *(acpi_handle *)return_value = handle;
32 acpi_handle ec_handle = NULL;
/linux-master/drivers/platform/x86/
H A Dideapad-laptop.h44 static inline int eval_int_with_arg(acpi_handle handle, const char *name, unsigned long arg, unsigned long *res)
66 static inline int eval_vpcr(acpi_handle handle, unsigned long cmd, unsigned long *res)
71 static inline int eval_vpcw(acpi_handle handle, unsigned long cmd, unsigned long data)
93 static inline int read_ec_data(acpi_handle handle, unsigned long cmd, unsigned long *data)
120 static inline int write_ec_cmd(acpi_handle handle, unsigned long cmd, unsigned long data)
/linux-master/drivers/pci/hotplug/
H A Dacpi_pcihp.c38 static acpi_status acpi_run_oshp(acpi_handle handle)
73 acpi_handle chandle, handle;
145 static int pcihp_is_ejectable(acpi_handle handle)
166 int acpi_pci_check_ejectable(struct pci_bus *pbus, acpi_handle handle)
168 acpi_handle bridge_handle, parent_handle;
182 check_hotplug(acpi_handle handle, u32 lvl, void *context, void **rv)
198 int acpi_pci_detect_ejectable(acpi_handle handle)
/linux-master/drivers/acpi/
H A Dinternal.h44 acpi_handle dshandle);
49 acpi_handle dshandle) {}
116 void acpi_init_device_object(struct acpi_device *device, acpi_handle handle,
144 struct acpi_device *acpi_add_power_resource(acpi_handle handle);
171 bool processor_physically_present(acpi_handle handle);
187 acpi_handle handle;
188 acpi_handle address_space_handler_holder;
223 acpi_handle handle, acpi_ec_query_func func,
301 void acpi_mipi_check_crs_csi2(acpi_handle handle);
305 bool acpi_graph_ignore_port(acpi_handle handl
[all...]
H A Dprocessor_pdc.c71 acpi_processor_eval_pdc(acpi_handle handle, struct acpi_object_list *pdc_in)
84 void acpi_processor_set_pdc(acpi_handle handle)
103 early_init_pdc(acpi_handle handle, u32 lvl, void *context, void **rv)
H A Dacpi_cmos_rtc.c54 int acpi_install_cmos_rtc_space_handler(acpi_handle handle)
71 void acpi_remove_cmos_rtc_space_handler(acpi_handle handle)
/linux-master/sound/pci/hda/
H A Dhda_component.h25 void (*acpi_notify)(acpi_handle handle, u32 event, struct device *dev);
33 acpi_handle handle, u32 event, void *data);
43 acpi_handle handle,
/linux-master/drivers/i2c/busses/
H A Di2c-designware-baytrail.c19 acpi_handle handle;

Completed in 332 milliseconds

1234567891011>>