Home
last modified time | relevance | path

Searched refs:common_serial_bus (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/acpi/acpica/
H A Drsserial.c252 { ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.common_serial_bus.revision_id),
253 AML_OFFSET(common_serial_bus.revision_id),
327 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.common_serial_bus.revision_id),
328 AML_OFFSET(common_serial_bus.revision_id),
331 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.common_serial_bus.type),
332 AML_OFFSET(common_serial_bus.type),
335 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.common_serial_bus.slave_mode),
336 AML_OFFSET(common_serial_bus.flags),
340 ACPI_RS_OFFSET(data.common_serial_bus.producer_consumer),
341 AML_OFFSET(common_serial_bus.flags),
[all …]
H A Drslist.c58 if (aml_resource->common_serial_bus.type > in acpi_rs_convert_aml_to_resources()
66 [aml_resource->common_serial_bus.type]; in acpi_rs_convert_aml_to_resources()
162 if (resource->data.common_serial_bus.type > in acpi_rs_convert_resources_to_aml()
170 [resource->data.common_serial_bus.type]; in acpi_rs_convert_resources_to_aml()
H A Drsdumpinfo.c424 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (common_serial_bus.revision_id), "RevisionId", …
425 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (common_serial_bus.type), "Type", …
426 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (common_serial_bus.producer_consumer), "ProducerConsumer", …
427 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (common_serial_bus.slave_mode), "SlaveMode", …
428 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (common_serial_bus.connection_sharing),"ConnectionSharing", …
429 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (common_serial_bus.type_revision_id), "TypeRevisionId", …
430 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (common_serial_bus.type_data_length), "TypeDataLength", …
431 …{ACPI_RSD_SOURCE, ACPI_RSD_OFFSET (common_serial_bus.resource_source), "ResourceSource", …
432 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (common_serial_bus.vendor_length), "VendorLength", …
433 …{ACPI_RSD_SHORTLISTX,ACPI_RSD_OFFSET (common_serial_bus.vendor_data), "VendorData", …
H A Dutresrc.c366 if ((aml_resource->common_serial_bus.type == 0) || in acpi_ut_validate_resource()
367 (aml_resource->common_serial_bus.type > in acpi_ut_validate_resource()
372 aml_resource->common_serial_bus. in acpi_ut_validate_resource()
H A Drscalc.c338 common_serial_bus. in acpi_rs_get_aml_length()
613 [aml_resource->common_serial_bus.type]; in acpi_rs_get_list_length()
615 aml_resource->common_serial_bus. in acpi_rs_get_list_length()
687 [aml_resource->common_serial_bus.type] + in acpi_rs_get_list_length()
H A Drsdump.c110 common_serial_bus.type]); in acpi_rs_dump_resource_list()
H A Damlresrc.h545 struct aml_resource_common_serialbus common_serial_bus; member
/linux/include/acpi/
H A Dacrestyp.h663 struct acpi_resource_common_serialbus common_serial_bus; member