Searched refs:ret_buffer (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/acpi/acpica/ |
H A D | rsxface.c | 103 * ret_buffer - Pointer to a buffer to receive the 111 * to by the ret_buffer variable parameter. 114 * and the value of ret_buffer is undefined. 123 struct acpi_buffer *ret_buffer) in acpi_get_irq_routing_table() argument 132 status = acpi_rs_validate_parameters(device_handle, ret_buffer, &node); in acpi_get_irq_routing_table() 137 status = acpi_rs_get_prt_method_data(node, ret_buffer); in acpi_get_irq_routing_table() 149 * ret_buffer - Pointer to a buffer to receive the in ACPI_EXPORT_SYMBOL() 157 * pointed to by the ret_buffer variable parameter. in ACPI_EXPORT_SYMBOL() 160 * and the value of ret_buffer is undefined. in ACPI_EXPORT_SYMBOL() 168 struct acpi_buffer *ret_buffer) in ACPI_EXPORT_SYMBOL() [all...] |
H A D | rsutils.c | 419 * ret_buffer - Pointer to a buffer structure for the 434 struct acpi_buffer *ret_buffer) in acpi_rs_get_prt_method_data() argument 456 status = acpi_rs_create_pci_routing_table(obj_desc, ret_buffer); in acpi_rs_get_prt_method_data() 469 * ret_buffer - Pointer to a buffer structure for the 484 struct acpi_buffer *ret_buffer) in acpi_rs_get_crs_method_data() argument 507 status = acpi_rs_create_resource_list(obj_desc, ret_buffer); in acpi_rs_get_crs_method_data() 520 * ret_buffer - Pointer to a buffer structure for the 535 struct acpi_buffer *ret_buffer) in acpi_rs_get_prs_method_data() argument 558 status = acpi_rs_create_resource_list(obj_desc, ret_buffer); in acpi_rs_get_prs_method_data() 571 * ret_buffer 586 acpi_rs_get_aei_method_data(struct acpi_namespace_node * node,struct acpi_buffer * ret_buffer) acpi_rs_get_aei_method_data() argument 638 acpi_rs_get_method_data(acpi_handle handle,const char * path,struct acpi_buffer * ret_buffer) acpi_rs_get_method_data() argument [all...] |
H A D | acresrc.h | 171 struct acpi_buffer *ret_buffer); 175 struct acpi_buffer *ret_buffer); 179 struct acpi_buffer *ret_buffer); 183 const char *path, struct acpi_buffer *ret_buffer); 187 struct acpi_buffer *ret_buffer); 191 struct acpi_buffer *ret_buffer);
|
H A D | utcopy.c | 349 * ret_buffer - Where the object is returned 360 struct acpi_buffer *ret_buffer) in acpi_ut_copy_iobject_to_eobject() argument 372 ret_buffer->pointer, in acpi_ut_copy_iobject_to_eobject() 373 &ret_buffer->length); in acpi_ut_copy_iobject_to_eobject() 381 ret_buffer-> in acpi_ut_copy_iobject_to_eobject() 384 ret_buffer-> in acpi_ut_copy_iobject_to_eobject() 390 &ret_buffer->length); in acpi_ut_copy_iobject_to_eobject() 395 ret_buffer->length += sizeof(union acpi_object); in acpi_ut_copy_iobject_to_eobject()
|
H A D | acutils.h | 270 struct acpi_buffer *ret_buffer);
|
/linux/drivers/platform/x86/ |
H A D | asus-wmi.c | 446 u32 arg0, u32 arg1, u8 *ret_buffer, size_t size) in asus_wmi_evaluate_method_buf() argument 483 memcpy(ret_buffer, obj->buffer.pointer, obj->buffer.length); in asus_wmi_evaluate_method_buf()
|