| /linux/drivers/hwmon/ |
| H A D | asus_wmi_sensors.c | 192 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in asus_wmi_get_version() 223 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in asus_wmi_get_item_count() 272 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in asus_wmi_sensor_info() 345 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in asus_wmi_update_buffer() 353 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in asus_wmi_get_sensor_value()
|
| /linux/drivers/thermal/intel/int340x_thermal/ |
| H A D | acpi_thermal_rel.c | 76 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_parse_trt() 150 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_parse_art() 216 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_parse_psvt() 274 element.length = ACPI_ALLOCATE_BUFFER; in acpi_parse_psvt() 352 struct acpi_buffer buffer = {ACPI_ALLOCATE_BUFFER}; in get_single_name()
|
| H A D | int3400_thermal.c | 255 struct acpi_buffer buf = { ACPI_ALLOCATE_BUFFER, NULL}; in int3400_thermal_get_uuids() 366 struct acpi_buffer odvp = { ACPI_ALLOCATE_BUFFER, NULL }; in evaluate_odvp() 529 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in int3400_setup_gddv()
|
| /linux/drivers/acpi/acpica/ |
| H A D | utalloc.c | 262 (buffer->length == ACPI_ALLOCATE_BUFFER) || in acpi_ut_validate_buffer() 319 case ACPI_ALLOCATE_BUFFER: in acpi_ut_initialize_buffer()
|
| H A D | dbexec.c | 307 return_obj.length = ACPI_ALLOCATE_BUFFER; in acpi_db_execution_walk() 406 return_obj.length = ACPI_ALLOCATE_BUFFER; in acpi_db_execute() 417 return_obj.length = ACPI_ALLOCATE_BUFFER; in acpi_db_execute()
|
| /linux/drivers/pci/hotplug/ |
| H A D | acpi_pcihp.c | 41 struct acpi_buffer string = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_run_oshp() 74 struct acpi_buffer string = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_get_hp_hw_control_from_firmware()
|
| /linux/drivers/acpi/ |
| H A D | utils.c | 142 if (buffer->length == ACPI_ALLOCATE_BUFFER) { in acpi_extract_package() 308 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_get_subsystem_id() 346 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_evaluate_reference() 501 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_get_physical_device_location() 574 .length = ACPI_ALLOCATE_BUFFER, in acpi_handle_path() 775 struct acpi_buffer buf = {ACPI_ALLOCATE_BUFFER, NULL}; in acpi_evaluate_dsm()
|
| H A D | fan_core.c | 74 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_fan_get_fst() 238 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_fan_get_fif() 290 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_fan_get_fps()
|
| H A D | processor_perflib.c | 230 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_processor_get_performance_control() 319 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_processor_get_performance_states() 533 struct acpi_buffer buffer = {ACPI_ALLOCATE_BUFFER, NULL}; in acpi_processor_get_psd()
|
| H A D | acpi_lpat.c | 93 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_lpat_get_conversion_table()
|
| H A D | pci_slot.c | 48 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in check_slot()
|
| /linux/drivers/platform/x86/hp/hp-bioscfg/ |
| H A D | biosattr-interface.c | 122 struct acpi_buffer input, output = { ACPI_ALLOCATE_BUFFER, NULL }; in hp_wmi_perform_query() 250 struct acpi_buffer output = {ACPI_ALLOCATE_BUFFER, NULL}; in hp_wmi_set_bios_setting()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
| H A D | base.c | 136 struct acpi_buffer retn = { ACPI_ALLOCATE_BUFFER, NULL }; in wmi_wmmx_mxmi() 166 struct acpi_buffer retn = { ACPI_ALLOCATE_BUFFER, NULL }; in mxm_shadow_wmi()
|
| /linux/drivers/platform/x86/ |
| H A D | acer-wmi.c | 1028 struct acpi_buffer out = { ACPI_ALLOCATE_BUFFER, NULL }; in AMW0_find_mailled() 1080 struct acpi_buffer out = { ACPI_ALLOCATE_BUFFER, NULL }; in AMW0_set_capabilities() 1168 struct acpi_buffer result = { ACPI_ALLOCATE_BUFFER, NULL }; in WMI_execute_u32() 1291 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in wmid3_get_device_status() 1369 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in wmid3_set_device_status() 1370 struct acpi_buffer output2 = { ACPI_ALLOCATE_BUFFER, NULL }; in wmid3_set_device_status() 1481 struct acpi_buffer out = {ACPI_ALLOCATE_BUFFER, NULL}; in WMID_set_capabilities() 1538 struct acpi_buffer result = { ACPI_ALLOCATE_BUFFER, NULL }; in WMI_gaming_execute_u64() 1570 struct acpi_buffer result = { ACPI_ALLOCATE_BUFFER, NULL }; in WMI_gaming_execute_u32_u64() 2267 struct acpi_buffer output_buf = { ACPI_ALLOCATE_BUFFER, NULL }; in acer_kbd_dock_get_initial_state() [all …]
|
| H A D | gigabyte-wmi.c | 51 struct acpi_buffer result = { ACPI_ALLOCATE_BUFFER, NULL }; in gigabyte_wmi_query_integer()
|
| H A D | huawei-wmi.c | 178 struct acpi_buffer out = { ACPI_ALLOCATE_BUFFER, NULL }; in huawei_wmi_cmd() 654 struct acpi_buffer out = { ACPI_ALLOCATE_BUFFER, NULL }; in huawei_wmi_debugfs_call_show() 712 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; in huawei_wmi_process_key()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | acpi.c | 16 struct acpi_buffer buf = {ACPI_ALLOCATE_BUFFER, NULL}; in brcmf_acpi_probe()
|
| /linux/drivers/platform/chrome/ |
| H A D | chromeos_acpi.c | 132 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in chromeos_acpi_evaluate_method() 174 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in get_gpio_pkg_num()
|
| /linux/drivers/platform/x86/intel/int3472/ |
| H A D | common.c | 10 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in skl_int3472_get_acpi_buffer()
|
| /linux/drivers/platform/x86/tuxedo/nb04/ |
| H A D | wmi_util.c | 23 struct acpi_buffer acpi_buffer_out = { ACPI_ALLOCATE_BUFFER, NULL }; in __wmi_method_acpi_object_out()
|
| /linux/include/linux/platform_data/x86/ |
| H A D | intel_pmc_ipc.h | 41 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in intel_pmc_ipc()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | shadowacpi.c | 32 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL}; in acpi_read_bios()
|
| /linux/drivers/platform/x86/dell/ |
| H A D | dell-wmi-led.c | 52 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in dell_led_perform_fn()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-scmi.c | 84 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_smbus_cmi_access() 296 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_smbus_cmi_add_cap()
|
| /linux/drivers/platform/x86/dell/dell-wmi-sysman/ |
| H A D | passwordattr-interface.c | 13 struct acpi_buffer output = {ACPI_ALLOCATE_BUFFER, NULL}; in call_password_interface()
|