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

/drivers/acpi/acpica/
H A Ddsobject.c272 union acpi_parse_object *byte_list; local
295 * Second arg is the buffer data (optional) byte_list can be either
297 * byte_list appears in the AML.
301 byte_list = arg->named.next;
302 if (byte_list) {
303 if (byte_list->common.aml_opcode != AML_INT_BYTELIST_OP) {
306 byte_list->common.aml_opcode, byte_list));
312 byte_list_length = (u32) byte_list->common.value.integer;
339 /* Initialize buffer from the byte_list (i
[all...]

Completed in 45 milliseconds