Searched refs:return_type (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/acpi/acpica/
H A Dnsxfeval.c33 * return_type - Expected type of return object
48 acpi_object_type return_type)
92 if (return_type == ACPI_TYPE_ANY) {
108 if (((union acpi_object *)return_buffer->pointer)->type == return_type) {
119 acpi_ut_get_type_name(return_type)));
44 acpi_evaluate_object_typed(acpi_handle handle, acpi_string pathname, struct acpi_object_list *external_params, struct acpi_buffer *return_buffer, acpi_object_type return_type) argument
H A Dexresolv.c291 * return_type - Where the object type is returned
304 acpi_object_type *return_type,
534 *return_type = type;
302 acpi_ex_resolve_multiple(struct acpi_walk_state *walk_state, union acpi_operand_object *operand, acpi_object_type *return_type, union acpi_operand_object **return_desc) argument
H A Dacdebug.h251 char **next, acpi_object_type *return_type);
H A Ddbinput.c465 char **next, acpi_object_type *return_type)
590 *return_type = type;
464 acpi_db_get_next_token(char *string, char **next, acpi_object_type *return_type) argument
H A Dacinterp.h363 acpi_object_type *return_type,
/linux-master/scripts/
H A Dkernel-doc181 my ($type, $declaration_name, $return_type);
1408 $return_type = $1;
1411 $return_type =~ s/^\s+//;
1425 'functiontype' => $return_type,
1681 my $return_type = shift;
1685 if (($return_type eq "") || ($return_type =~ /void\s*\w*\s*$/)) {
1766 $return_type = $1;
1772 $return_type = $1;
1796 check_return_section($file, $declaration_name, $return_type);
[all...]
/linux-master/include/acpi/
H A Dacpixf.h564 return_type))

Completed in 127 milliseconds