Home
last modified time | relevance | path

Searched refs:ACPI_TYPE_INTEGER (Results 1 – 11 of 11) sorted by relevance

/linux-4.19.296/drivers/i2c/busses/
Di2c-scmi.c107 mt_params[3].type = ACPI_TYPE_INTEGER; in acpi_smbus_cmi_access()
109 mt_params[4].type = ACPI_TYPE_INTEGER; in acpi_smbus_cmi_access()
117 mt_params[3].type = ACPI_TYPE_INTEGER; in acpi_smbus_cmi_access()
119 mt_params[4].type = ACPI_TYPE_INTEGER; in acpi_smbus_cmi_access()
129 mt_params[3].type = ACPI_TYPE_INTEGER; in acpi_smbus_cmi_access()
131 mt_params[4].type = ACPI_TYPE_INTEGER; in acpi_smbus_cmi_access()
139 mt_params[3].type = ACPI_TYPE_INTEGER; in acpi_smbus_cmi_access()
141 mt_params[4].type = ACPI_TYPE_INTEGER; in acpi_smbus_cmi_access()
152 mt_params[3].type = ACPI_TYPE_INTEGER; in acpi_smbus_cmi_access()
176 mt_params[0].type = ACPI_TYPE_INTEGER; in acpi_smbus_cmi_access()
[all …]
/linux-4.19.296/drivers/char/tpm/
Dtpm_ppi.c76 obj->package.elements[0].type == ACPI_TYPE_INTEGER && in tpm_show_ppi_request()
77 obj->package.elements[1].type == ACPI_TYPE_INTEGER) { in tpm_show_ppi_request()
123 tmp.type = ACPI_TYPE_INTEGER; in tpm_store_ppi_request()
128 obj = tpm_eval_dsm(chip->acpi_dev_handle, func, ACPI_TYPE_INTEGER, in tpm_store_ppi_request()
173 ACPI_TYPE_INTEGER, obj); in tpm_show_ppi_transition_action()
212 ret_obj[0].type != ACPI_TYPE_INTEGER || in tpm_show_ppi_response()
213 ret_obj[1].type != ACPI_TYPE_INTEGER || in tpm_show_ppi_response()
214 ret_obj[2].type != ACPI_TYPE_INTEGER) in tpm_show_ppi_response()
271 tmp.integer.type = ACPI_TYPE_INTEGER; in show_ppi_operations()
275 ACPI_TYPE_INTEGER, &argv); in show_ppi_operations()
/linux-4.19.296/drivers/pci/
Dpci-acpi.c133 if (fields[i].type != ACPI_TYPE_INTEGER) in decode_type0_hpx_record()
163 if (fields[i].type != ACPI_TYPE_INTEGER) in decode_type1_hpx_record()
192 if (fields[i].type != ACPI_TYPE_INTEGER) in decode_type2_hpx_record()
251 if (fields[0].type != ACPI_TYPE_INTEGER || in acpi_run_hpx()
252 fields[1].type != ACPI_TYPE_INTEGER) { in acpi_run_hpx()
308 if (fields[i].type != ACPI_TYPE_INTEGER) { in acpi_run_hpp()
670 if (obj->type == ACPI_TYPE_INTEGER && obj->integer.value == 1) { in acpi_pci_add_bus()
737 if (elements[0].type == ACPI_TYPE_INTEGER) { in pci_acpi_optimize_delay()
742 if (elements[3].type == ACPI_TYPE_INTEGER) { in pci_acpi_optimize_delay()
Dpci-label.c187 tmp[0].type == ACPI_TYPE_INTEGER && in dsm_get_label()
/linux-4.19.296/drivers/cpufreq/
Dpcc-cpufreq.c274 if (!offset || offset->type != ACPI_TYPE_INTEGER) { in pcc_get_offset()
282 if (!offset || offset->type != ACPI_TYPE_INTEGER) { in pcc_get_offset()
317 in_params[1].type = ACPI_TYPE_INTEGER; in pcc_cpufreq_do_osc()
319 in_params[2].type = ACPI_TYPE_INTEGER; in pcc_cpufreq_do_osc()
499 if (member->type != ACPI_TYPE_INTEGER) { in pcc_cpufreq_probe()
507 if (member->type != ACPI_TYPE_INTEGER) { in pcc_cpufreq_probe()
/linux-4.19.296/drivers/pci/hotplug/
Dacpiphp_ibm.c179 args[0].type = ACPI_TYPE_INTEGER; in ibm_set_attention_status()
181 args[1].type = ACPI_TYPE_INTEGER; in ibm_set_attention_status()
Dacpiphp_glue.c402 params[0].type = ACPI_TYPE_INTEGER; in acpiphp_set_acpi_region()
404 params[1].type = ACPI_TYPE_INTEGER; in acpiphp_set_acpi_region()
/linux-4.19.296/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_acpi.c78 else if (sub_elem->type == ACPI_TYPE_INTEGER) { in asus_acpi_get_sensor_info()
/linux-4.19.296/include/acpi/
Dactypes.h639 #define ACPI_TYPE_INTEGER 0x01 /* Byte/Word/Dword/Zero/One/Ones */ macro
/linux-4.19.296/drivers/gpio/
Dgpiolib-acpi.c1222 case ACPI_TYPE_INTEGER: in acpi_gpio_package_count()
/linux-4.19.296/drivers/hid/i2c-hid/
Di2c-hid-core.c980 ACPI_TYPE_INTEGER); in i2c_hid_acpi_pdata()