| /Linux-v5.4/drivers/acpi/acpica/ |
| D | acresrc.h | 144 struct acpi_buffer *buffer; 153 struct acpi_buffer *output_buffer); 156 acpi_rs_create_aml_resources(struct acpi_buffer *resource_list, 157 struct acpi_buffer *output_buffer); 161 struct acpi_buffer *output_buffer); 169 struct acpi_buffer *ret_buffer); 173 struct acpi_buffer *ret_buffer); 177 struct acpi_buffer *ret_buffer); 181 const char *path, struct acpi_buffer *ret_buffer); 185 struct acpi_buffer *ret_buffer); [all …]
|
| D | rsxface.c | 39 struct acpi_buffer *buffer, 58 struct acpi_buffer *buffer, in acpi_rs_validate_parameters() 123 struct acpi_buffer *ret_buffer) in acpi_get_irq_routing_table() 168 struct acpi_buffer *ret_buffer) in ACPI_EXPORT_SYMBOL() 210 struct acpi_buffer *ret_buffer) in ACPI_EXPORT_SYMBOL() 249 struct acpi_buffer *in_buffer) in ACPI_EXPORT_SYMBOL() 295 struct acpi_buffer *ret_buffer) in ACPI_EXPORT_SYMBOL() 401 struct acpi_buffer *ret_buffer) in ACPI_EXPORT_SYMBOL() 446 struct acpi_buffer *buffer; in ACPI_EXPORT_SYMBOL() 506 acpi_walk_resource_buffer(struct acpi_buffer *buffer, in acpi_walk_resource_buffer() [all …]
|
| D | rsutils.c | 434 struct acpi_buffer *ret_buffer) in acpi_rs_get_prt_method_data() 484 struct acpi_buffer *ret_buffer) in acpi_rs_get_crs_method_data() 535 struct acpi_buffer *ret_buffer) in acpi_rs_get_prs_method_data() 586 struct acpi_buffer *ret_buffer) in acpi_rs_get_aei_method_data() 638 const char *path, struct acpi_buffer *ret_buffer) in acpi_rs_get_method_data() 692 struct acpi_buffer *in_buffer) in acpi_rs_set_srs_method_data() 697 struct acpi_buffer buffer; in acpi_rs_set_srs_method_data()
|
| D | rscreate.c | 104 struct acpi_buffer *output_buffer) in ACPI_EXPORT_SYMBOL() 180 struct acpi_buffer *output_buffer) in acpi_rs_create_pci_routing_table() 192 struct acpi_buffer path_buffer; in acpi_rs_create_pci_routing_table() 401 acpi_rs_create_aml_resources(struct acpi_buffer *resource_list, in acpi_rs_create_aml_resources() 402 struct acpi_buffer *output_buffer) in acpi_rs_create_aml_resources()
|
| D | dbexec.c | 22 struct acpi_buffer *return_obj); 95 struct acpi_buffer *return_obj) in acpi_db_execute_method() 297 struct acpi_buffer return_obj; in acpi_db_execution_walk() 345 struct acpi_buffer return_obj; in acpi_db_execute() 493 struct acpi_buffer return_obj; in acpi_db_method_thread() 594 struct acpi_buffer return_obj; in acpi_db_single_execution_thread()
|
| D | utalloc.c | 250 acpi_status acpi_ut_validate_buffer(struct acpi_buffer *buffer) in acpi_ut_validate_buffer() 291 acpi_ut_initialize_buffer(struct acpi_buffer *buffer, acpi_size required_length) in acpi_ut_initialize_buffer()
|
| /Linux-v5.4/drivers/platform/x86/ |
| D | mxm-wmi.c | 37 struct acpi_buffer input = { (acpi_size)sizeof(args), &args }; in mxm_wmi_call_mxds() 38 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in mxm_wmi_call_mxds() 62 struct acpi_buffer input = { (acpi_size)sizeof(args), &args }; in mxm_wmi_call_mxmx() 63 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in mxm_wmi_call_mxmx()
|
| D | acer-wmi.c | 683 struct acpi_buffer *result) in wmab_execute() 685 struct acpi_buffer input; in wmab_execute() 810 struct acpi_buffer out = { ACPI_ALLOCATE_BUFFER, NULL }; in AMW0_find_mailled() 862 struct acpi_buffer out = { ACPI_ALLOCATE_BUFFER, NULL }; in AMW0_set_capabilities() 949 struct acpi_buffer input = { (acpi_size) sizeof(u32), (void *)(&in) }; in WMI_execute_u32() 950 struct acpi_buffer result = { ACPI_ALLOCATE_BUFFER, NULL }; in WMI_execute_u32() 1069 struct acpi_buffer input = { in wmid3_get_device_status() 1073 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in wmid3_get_device_status() 1138 struct acpi_buffer get_input = { in wmid3_set_device_status() 1147 struct acpi_buffer set_input = { in wmid3_set_device_status() [all …]
|
| D | peaq-wmi.c | 37 struct acpi_buffer input = { sizeof(dummy), &dummy }; in peaq_wmi_poll() 38 struct acpi_buffer output = { sizeof(obj), &obj }; in peaq_wmi_poll()
|
| D | wmi.c | 230 u32 method_id, const struct acpi_buffer *in, struct acpi_buffer *out) in wmi_evaluate_method() 252 u32 method_id, const struct acpi_buffer *in, struct acpi_buffer *out) in wmidev_evaluate_method() 300 struct acpi_buffer *out) in __query_block() 371 struct acpi_buffer *out) in wmi_query_block() 387 struct acpi_buffer out = { ACPI_ALLOCATE_BUFFER, NULL }; in wmidev_block_query() 406 const struct acpi_buffer *in) in wmi_set_block() 475 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; in wmi_notify_debug() 604 acpi_status wmi_get_event_data(u32 event, struct acpi_buffer *out) in wmi_get_event_data() 1145 struct acpi_buffer out = {ACPI_ALLOCATE_BUFFER, NULL}; in parse_wdg() 1300 struct acpi_buffer evdata = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_wmi_notify_handler()
|
| D | dell-wmi-led.c | 52 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in dell_led_perform_fn() 54 struct acpi_buffer input; in dell_led_perform_fn()
|
| D | msi-wmi.c | 96 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in msi_wmi_query_block() 121 struct acpi_buffer input = { sizeof(int), &value }; in msi_wmi_set_block() 173 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; in msi_wmi_notify()
|
| /Linux-v5.4/drivers/thermal/intel/int340x_thermal/ |
| D | acpi_thermal_rel.c | 76 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_parse_trt() 77 struct acpi_buffer element = { 0, NULL }; in acpi_parse_trt() 78 struct acpi_buffer trt_format = { sizeof("RRNNNNNN"), "RRNNNNNN" }; in acpi_parse_trt() 153 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_parse_art() 154 struct acpi_buffer element = { 0, NULL }; in acpi_parse_art() 155 struct acpi_buffer art_format = { in acpi_parse_art() 218 struct acpi_buffer buffer = {ACPI_ALLOCATE_BUFFER}; in get_single_name()
|
| /Linux-v5.4/drivers/gpu/drm/radeon/ |
| D | radeon_atpx_handler.c | 91 struct acpi_buffer *params) in radeon_atpx_call() 96 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in radeon_atpx_call() 273 struct acpi_buffer params; in radeon_atpx_set_discrete_state() 309 struct acpi_buffer params; in radeon_atpx_switch_disp_mux() 341 struct acpi_buffer params; in radeon_atpx_switch_i2c_mux() 373 struct acpi_buffer params; in radeon_atpx_switch_start() 405 struct acpi_buffer params; in radeon_atpx_switch_end() 551 struct acpi_buffer buffer = {sizeof(acpi_method_name), acpi_method_name}; in radeon_atpx_detect()
|
| /Linux-v5.4/drivers/pnp/pnpacpi/ |
| D | pnpacpi.h | 10 int pnpacpi_encode_resources(struct pnp_dev *, struct acpi_buffer *); 11 int pnpacpi_build_resource_template(struct pnp_dev *, struct acpi_buffer *);
|
| /Linux-v5.4/include/acpi/ |
| D | acpixf.h | 426 acpi_get_system_info(struct acpi_buffer 520 struct acpi_buffer *ret_path_ptr)) 548 struct acpi_buffer 555 struct acpi_buffer 778 struct acpi_buffer 782 struct acpi_buffer 786 struct acpi_buffer 790 struct acpi_buffer 793 acpi_walk_resource_buffer(struct acpi_buffer 804 struct acpi_buffer [all …]
|
| /Linux-v5.4/drivers/acpi/ |
| D | fan.c | 96 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in fan_get_state_acpi4() 232 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_fan_get_fif() 234 struct acpi_buffer format = { sizeof("NNNN"), "NNNN" }; in acpi_fan_get_fif() 235 struct acpi_buffer fif = { sizeof(fan->fif), &fan->fif }; in acpi_fan_get_fif() 271 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_fan_get_fps() 297 struct acpi_buffer format = { sizeof("NNNNN"), "NNNNN" }; in acpi_fan_get_fps() 298 struct acpi_buffer fps = { sizeof(fan->fps[i]), &fan->fps[i] }; in acpi_fan_get_fps()
|
| D | utils.c | 32 struct acpi_buffer buffer = {sizeof(prefix), prefix}; in acpi_util_eval_error() 43 struct acpi_buffer *format, struct acpi_buffer *buffer) in acpi_extract_package() 276 struct acpi_buffer buffer = { 0, NULL }; in acpi_evaluate_integer() 312 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_evaluate_reference() 391 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_get_physical_device_location() 433 struct acpi_buffer *status_buf) in acpi_evaluate_ost() 463 struct acpi_buffer buffer = { in acpi_handle_path() 620 struct acpi_buffer buf = {ACPI_ALLOCATE_BUFFER, NULL}; in acpi_evaluate_dsm()
|
| D | processor_perflib.c | 196 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_processor_get_performance_control() 293 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_processor_get_performance_states() 294 struct acpi_buffer format = { sizeof("NNNNNN"), "NNNNNN" }; in acpi_processor_get_performance_states() 295 struct acpi_buffer state = { 0, NULL }; in acpi_processor_get_performance_states() 514 struct acpi_buffer buffer = {ACPI_ALLOCATE_BUFFER, NULL}; in acpi_processor_get_psd() 515 struct acpi_buffer format = {sizeof("NNNNN"), "NNNNN"}; in acpi_processor_get_psd() 516 struct acpi_buffer state = {0, NULL}; in acpi_processor_get_psd()
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_atpx_handler.c | 109 struct acpi_buffer *params) in amdgpu_atpx_call() 114 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in amdgpu_atpx_call() 302 struct acpi_buffer params; in amdgpu_atpx_set_discrete_state() 338 struct acpi_buffer params; in amdgpu_atpx_switch_disp_mux() 370 struct acpi_buffer params; in amdgpu_atpx_switch_i2c_mux() 402 struct acpi_buffer params; in amdgpu_atpx_switch_start() 434 struct acpi_buffer params; in amdgpu_atpx_switch_end() 609 struct acpi_buffer buffer = {sizeof(acpi_method_name), acpi_method_name}; in amdgpu_atpx_detect()
|
| D | amdgpu_acpi.c | 85 struct acpi_buffer *params) in amdgpu_atif_call() 90 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in amdgpu_atif_call() 212 struct acpi_buffer buffer = { sizeof(acpi_method_name), acpi_method_name }; in amdgpu_atif_probe_handle() 322 struct acpi_buffer params; in amdgpu_atif_query_backlight_caps() 499 struct acpi_buffer *params) in amdgpu_atcs_call() 504 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in amdgpu_atcs_call() 668 struct acpi_buffer params; in amdgpu_acpi_pcie_performance_request()
|
| /Linux-v5.4/include/sound/ |
| D | soc-acpi.h | 16 struct acpi_buffer *format; 17 struct acpi_buffer *state;
|
| /Linux-v5.4/include/linux/ |
| D | wmi.h | 26 const struct acpi_buffer *in, 27 struct acpi_buffer *out);
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
| D | base.c | 135 struct acpi_buffer args = { sizeof(mxmi_args), mxmi_args }; in wmi_wmmx_mxmi() 136 struct acpi_buffer retn = { ACPI_ALLOCATE_BUFFER, NULL }; in wmi_wmmx_mxmi() 165 struct acpi_buffer args = { sizeof(mxms_args), mxms_args }; in mxm_shadow_wmi() 166 struct acpi_buffer retn = { ACPI_ALLOCATE_BUFFER, NULL }; in mxm_shadow_wmi()
|
| /Linux-v5.4/drivers/xen/ |
| D | xen-acpi-pad.c | 52 struct acpi_buffer buffer = {ACPI_ALLOCATE_BUFFER, NULL}; in acpi_pad_pur() 76 struct acpi_buffer param = { in acpi_pad_handle_notify()
|