/linux-4.4.14/arch/ia64/sn/kernel/ |
D | io_acpi_init.c | 67 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in sn_acpi_hubdev_init() 68 struct acpi_buffer name_buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in sn_acpi_hubdev_init() 126 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in sn_get_bussoft_ptr() 127 struct acpi_buffer name_buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in sn_get_bussoft_ptr() 175 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in sn_extract_device_info() 176 struct acpi_buffer name_buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in sn_extract_device_info() 249 struct acpi_buffer name_buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in get_host_devfn() 310 struct acpi_buffer name_buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in find_matching_device() 361 struct acpi_buffer name_buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in sn_acpi_get_pcidev_info()
|
/linux-4.4.14/drivers/platform/x86/ |
D | mxm-wmi.c | 51 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in mxm_wmi_call_mxds() 76 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in mxm_wmi_call_mxmx()
|
D | acer-wmi.c | 769 struct acpi_buffer out = { ACPI_ALLOCATE_BUFFER, NULL }; in AMW0_find_mailled() 829 struct acpi_buffer out = { ACPI_ALLOCATE_BUFFER, NULL }; in AMW0_set_capabilities() 917 struct acpi_buffer result = { ACPI_ALLOCATE_BUFFER, NULL }; in WMI_execute_u32() 1039 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in wmid3_get_device_status() 1117 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in wmid3_set_device_status() 1118 struct acpi_buffer output2 = { ACPI_ALLOCATE_BUFFER, NULL }; in wmid3_set_device_status() 1227 struct acpi_buffer out = {ACPI_ALLOCATE_BUFFER, NULL}; in WMID_set_capabilities() 1667 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; in acer_wmi_notify() 1749 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in wmid3_set_lm_mode() 1937 struct acpi_buffer out = {ACPI_ALLOCATE_BUFFER, NULL}; in get_wmid_devices()
|
D | msi-wmi.c | 109 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in msi_wmi_query_block() 186 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; in msi_wmi_notify()
|
D | toshiba-wmi.c | 46 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; in toshiba_wmi_notify()
|
D | dell-wmi-aio.c | 88 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; in dell_wmi_aio_notify()
|
D | tc1100-wmi.c | 65 struct acpi_buffer result = { ACPI_ALLOCATE_BUFFER, NULL }; in get_state()
|
D | dell-wmi.c | 170 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; in dell_wmi_notify()
|
D | wmi.c | 454 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; in wmi_notify_debug() 728 struct acpi_buffer out = {ACPI_ALLOCATE_BUFFER, NULL}; in parse_wdg()
|
D | hp-wmi.c | 205 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in hp_wmi_perform_query() 533 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; in hp_wmi_notify()
|
D | panasonic-laptop.c | 275 struct acpi_buffer buffer = {ACPI_ALLOCATE_BUFFER, NULL}; in acpi_pcc_retrieve_biosdata()
|
D | classmate-laptop.c | 169 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in cmpc_get_accel_v4() 523 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in cmpc_get_accel()
|
D | alienware-wmi.c | 453 output.length = ACPI_ALLOCATE_BUFFER; in alienware_hdmi_command()
|
D | asus-wmi.c | 298 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in asus_wmi_evaluate_method() 1612 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; in asus_wmi_notify() 1909 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in show_call()
|
D | asus-laptop.c | 1234 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in pega_int_read() 1710 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in asus_laptop_get_info()
|
D | sony-laptop.c | 743 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in __call_snc_method()
|
D | thinkpad_acpi.c | 6353 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in tpacpi_query_bcl_levels()
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | acpi_pcihp.c | 56 struct acpi_buffer string = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_run_oshp() 88 struct acpi_buffer string = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_get_hp_hw_control_from_firmware() 116 string = (struct acpi_buffer){ ACPI_ALLOCATE_BUFFER, NULL }; in acpi_get_hp_hw_control_from_firmware()
|
D | acpiphp_ibm.c | 286 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in ibm_get_table_from_acpi()
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | utalloc.c | 246 (buffer->length == ACPI_ALLOCATE_BUFFER) || in acpi_ut_validate_buffer() 304 case ACPI_ALLOCATE_BUFFER: in acpi_ut_initialize_buffer()
|
D | dbexec.c | 328 return_obj.length = ACPI_ALLOCATE_BUFFER; in acpi_db_execution_walk() 412 return_obj.length = ACPI_ALLOCATE_BUFFER; in acpi_db_execute()
|
D | dbtest.c | 780 return_obj.length = ACPI_ALLOCATE_BUFFER; in acpi_db_read_from_object() 1032 return_obj.length = ACPI_ALLOCATE_BUFFER; in acpi_db_evaluate_one_predefined_name()
|
D | nsxfeval.c | 97 if (return_buffer->length == ACPI_ALLOCATE_BUFFER) { in acpi_evaluate_object_typed()
|
/linux-4.4.14/drivers/acpi/ |
D | utils.c | 177 if (buffer->length == ACPI_ALLOCATE_BUFFER) { in acpi_extract_package() 328 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_evaluate_reference() 406 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_get_physical_device_location() 479 .length = ACPI_ALLOCATE_BUFFER, in acpi_handle_path() 635 struct acpi_buffer buf = {ACPI_ALLOCATE_BUFFER, NULL}; in acpi_evaluate_dsm()
|
D | fan.c | 109 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in fan_get_state_acpi4() 235 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_fan_get_fif() 274 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_fan_get_fps()
|
D | processor_core.c | 150 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in map_mat_entry() 294 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in parse_mat_ioapic_entry()
|
D | device_sysfs.c | 31 struct acpi_buffer path = {ACPI_ALLOCATE_BUFFER, NULL}; in acpi_object_path() 199 struct acpi_buffer buf = { ACPI_ALLOCATE_BUFFER }; in create_of_modalias() 496 struct acpi_buffer buffer = {ACPI_ALLOCATE_BUFFER, NULL}; in acpi_device_setup_files()
|
D | processor_perflib.c | 227 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_processor_get_performance_control() 324 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()
|
D | acpi_lpat.c | 101 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_lpat_get_conversion_table()
|
D | bus.c | 179 struct acpi_buffer buffer = {ACPI_ALLOCATE_BUFFER}; in acpi_print_osc_error() 225 struct acpi_buffer output = {ACPI_ALLOCATE_BUFFER, NULL}; in acpi_run_osc() 231 context->ret.length = ACPI_ALLOCATE_BUFFER; in acpi_run_osc()
|
D | pci_slot.c | 76 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in check_slot()
|
D | cppc_acpi.c | 134 struct acpi_buffer buffer = {ACPI_ALLOCATE_BUFFER, NULL}; in acpi_get_psd() 407 struct acpi_buffer output = {ACPI_ALLOCATE_BUFFER, NULL}; in acpi_cppc_processor_probe()
|
D | processor_throttling.c | 427 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_processor_get_throttling_control() 511 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_processor_get_throttling_states() 586 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_processor_get_tsd()
|
D | property.c | 48 struct acpi_buffer buf = { ACPI_ALLOCATE_BUFFER }; in acpi_nondev_subnode_ok() 267 struct acpi_buffer buf = { ACPI_ALLOCATE_BUFFER }; in acpi_init_properties()
|
D | scan.c | 727 struct acpi_buffer buffer = {ACPI_ALLOCATE_BUFFER, NULL}; in acpi_bus_get_ejd() 748 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_bus_extract_wakeup_device_power_package() 898 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_bus_init_power_state() 1419 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_add_single_object()
|
D | glue.c | 326 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_platform_notify()
|
D | acpi_pad.c | 370 struct acpi_buffer buffer = {ACPI_ALLOCATE_BUFFER, NULL}; in acpi_pad_pur()
|
D | pci_irq.c | 225 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_pci_irq_find_prt_entry()
|
D | acpi_video.c | 332 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_video_device_lcd_query_levels() 609 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_video_device_EDID() 1210 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_video_device_enumerate()
|
D | battery.c | 440 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_battery_get_info() 490 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_battery_get_state()
|
D | processor_idle.c | 335 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_processor_get_power_info_cst()
|
D | nfit.c | 1733 struct acpi_buffer buf = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_nfit_add() 1799 struct acpi_buffer buf = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_nfit_notify()
|
/linux-4.4.14/drivers/thermal/int340x_thermal/ |
D | acpi_thermal_rel.c | 80 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_parse_trt() 160 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_parse_art() 228 struct acpi_buffer buffer = {ACPI_ALLOCATE_BUFFER}; in get_single_name()
|
D | int3403_thermal.c | 172 struct acpi_buffer buf = { ACPI_ALLOCATE_BUFFER, NULL }; in int3403_cdev_add()
|
D | int3400_thermal.c | 114 struct acpi_buffer buf = { ACPI_ALLOCATE_BUFFER, NULL}; in int3400_thermal_get_uuids()
|
D | processor_thermal_device.c | 201 struct acpi_buffer buf = { ACPI_ALLOCATE_BUFFER, NULL }; in proc_thermal_add()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
D | base.c | 137 struct acpi_buffer retn = { ACPI_ALLOCATE_BUFFER, NULL }; in wmi_wmmx_mxmi() 167 struct acpi_buffer retn = { ACPI_ALLOCATE_BUFFER, NULL }; in mxm_shadow_wmi()
|
/linux-4.4.14/drivers/leds/ |
D | dell-led.c | 83 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in dell_wmi_perform_query() 207 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in dell_led_perform_fn()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | acpi-ext.c | 35 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in hp_ccsr_locate()
|
D | acpi.c | 914 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_map_iosapic()
|
/linux-4.4.14/drivers/xen/ |
D | xen-acpi-cpuhotplug.c | 151 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in xen_apic_id() 179 buffer.length = ACPI_ALLOCATE_BUFFER; in xen_apic_id()
|
D | xen-acpi-pad.c | 59 struct acpi_buffer buffer = {ACPI_ALLOCATE_BUFFER, NULL}; in acpi_pad_pur()
|
/linux-4.4.14/drivers/cpufreq/ |
D | pcc-cpufreq.c | 251 struct acpi_buffer buffer = {ACPI_ALLOCATE_BUFFER, NULL}; in pcc_get_offset() 304 struct acpi_buffer output = {ACPI_ALLOCATE_BUFFER, NULL}; in pcc_cpufreq_do_osc() 390 struct acpi_buffer output = {ACPI_ALLOCATE_BUFFER, NULL}; in pcc_cpufreq_probe()
|
D | intel_pstate.c | 1257 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in intel_pstate_no_acpi_pss()
|
/linux-4.4.14/drivers/hwmon/ |
D | asus_atk0110.c | 508 buf.length = ACPI_ALLOCATE_BUFFER; in atk_ggrp() 551 ret.length = ACPI_ALLOCATE_BUFFER; in atk_gitm() 588 ret.length = ACPI_ALLOCATE_BUFFER; in atk_sitm() 976 buf.length = ACPI_ALLOCATE_BUFFER; in atk_enumerate_old_hwmon() 997 buf.length = ACPI_ALLOCATE_BUFFER; in atk_enumerate_old_hwmon() 1019 buf.length = ACPI_ALLOCATE_BUFFER; in atk_enumerate_old_hwmon() 1359 buf.length = ACPI_ALLOCATE_BUFFER; in atk_add()
|
D | acpi_power_meter.c | 555 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in read_domain_devices() 745 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in read_capabilities()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-scmi.c | 90 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_smbus_cmi_access() 298 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_smbus_cmi_add_cap()
|
D | i2c-designware-platdrv.c | 70 struct acpi_buffer buf = { ACPI_ALLOCATE_BUFFER }; in dw_i2c_acpi_params()
|
/linux-4.4.14/drivers/usb/core/ |
D | usb-acpi.c | 92 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in usb_acpi_get_connect_type()
|
/linux-4.4.14/drivers/iio/imu/inv_mpu6050/ |
D | inv_mpu_acpi.c | 55 struct acpi_buffer buffer = {ACPI_ALLOCATE_BUFFER, NULL}; in asus_acpi_get_sensor_info()
|
/linux-4.4.14/drivers/ide/ |
D | ide-acpi.c | 244 output.length = ACPI_ALLOCATE_BUFFER; in do_drive_get_GTF() 403 output.length = ACPI_ALLOCATE_BUFFER; in ide_acpi_get_timing()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_acpi.c | 110 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in amdgpu_atif_call() 420 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in amdgpu_atcs_call()
|
D | amdgpu_bios.c | 151 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL}; in amdgpu_atrm_call()
|
D | amdgpu_atpx_handler.c | 82 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in amdgpu_atpx_call()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_acpi.c | 110 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in radeon_atif_call() 425 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in radeon_atcs_call()
|
D | radeon_atpx_handler.c | 81 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in radeon_atpx_call()
|
D | radeon_bios.c | 152 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL}; in radeon_atrm_call()
|
/linux-4.4.14/drivers/pci/ |
D | pci-acpi.c | 148 struct acpi_buffer buffer = {ACPI_ALLOCATE_BUFFER, NULL}; in acpi_run_hpx() 212 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_run_hpp()
|
/linux-4.4.14/include/acpi/ |
D | actypes.h | 970 #define ACPI_ALLOCATE_BUFFER (acpi_size) (0) macro 975 #define ACPI_ALLOCATE_BUFFER (acpi_size) (-1) /* Let ACPICA allocate buffer */ macro
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_acpi.c | 353 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL}; in nouveau_rom_call()
|
/linux-4.4.14/drivers/ata/ |
D | libata-acpi.c | 288 struct acpi_buffer output = { .length = ACPI_ALLOCATE_BUFFER }; in ata_acpi_gtm() 417 output.length = ACPI_ALLOCATE_BUFFER; in ata_dev_get_GTF()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/ |
D | drv.c | 519 struct acpi_buffer splx = {ACPI_ALLOCATE_BUFFER, NULL}; in set_dflt_pwr_limit()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | nvm.c | 737 struct acpi_buffer wrdd = {ACPI_ALLOCATE_BUFFER, NULL}; in iwl_mvm_get_bios_mcc()
|
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
D | thunder_bgx.c | 932 struct acpi_buffer string = { ACPI_ALLOCATE_BUFFER, NULL }; in bgx_acpi_match_id()
|
/linux-4.4.14/Documentation/acpi/ |
D | enumeration.txt | 207 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL };
|
/linux-4.4.14/drivers/net/fjes/ |
D | fjes_main.c | 121 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL}; in fjes_acpi_add()
|