/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | rsserial.c | 203 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.common_serial_bus.revision_id), 204 AML_OFFSET(common_serial_bus.revision_id), 207 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.common_serial_bus.type), 208 AML_OFFSET(common_serial_bus.type), 211 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.common_serial_bus.slave_mode), 212 AML_OFFSET(common_serial_bus.flags), 216 ACPI_RS_OFFSET(data.common_serial_bus.producer_consumer), 217 AML_OFFSET(common_serial_bus.flags), 221 ACPI_RS_OFFSET(data.common_serial_bus.connection_sharing), 222 AML_OFFSET(common_serial_bus [all...] |
H A D | rslist.c | 58 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() 157 if (resource->data.common_serial_bus.type > in acpi_rs_convert_resources_to_aml() 165 [resource->data.common_serial_bus.type]; in acpi_rs_convert_resources_to_aml()
|
H A D | rsdumpinfo.c | 407 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (common_serial_bus.revision_id), "RevisionId", NULL}, \ 408 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (common_serial_bus.type), "Type", acpi_gbl_sbt_decode}, \ 409 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (common_serial_bus.producer_consumer), "ProducerConsumer", acpi_gbl_consume_decode}, \ 410 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (common_serial_bus.slave_mode), "SlaveMode", acpi_gbl_sm_decode}, \ 411 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (common_serial_bus.connection_sharing),"ConnectionSharing", acpi_gbl_shr_decode}, \ 412 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (common_serial_bus.type_revision_id), "TypeRevisionId", NULL}, \ 413 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (common_serial_bus.type_data_length), "TypeDataLength", NULL}, \ 414 {ACPI_RSD_SOURCE, ACPI_RSD_OFFSET (common_serial_bus.resource_source), "ResourceSource", NULL}, \ 415 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (common_serial_bus.vendor_length), "VendorLength", NULL}, \ 416 {ACPI_RSD_SHORTLISTX,ACPI_RSD_OFFSET (common_serial_bus [all...] |
H A D | rscalc.c | 328 common_serial_bus. in acpi_rs_get_aml_length() 603 [aml_resource->common_serial_bus.type]; in acpi_rs_get_list_length() 605 aml_resource->common_serial_bus.resource_length - in acpi_rs_get_list_length() 668 [aml_resource->common_serial_bus.type] + in acpi_rs_get_list_length()
|
H A D | utresrc.c | 362 if ((aml_resource->common_serial_bus.type == 0) || in acpi_ut_validate_resource() 363 (aml_resource->common_serial_bus.type > in acpi_ut_validate_resource() 368 aml_resource->common_serial_bus. in acpi_ut_validate_resource()
|
H A D | rsdump.c | 106 common_serial_bus.type]); in acpi_rs_dump_resource_list()
|
H A D | amlresrc.h | 513 struct aml_resource_common_serialbus common_serial_bus; member
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | rsserial.c | 252 { 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 [all...] |
H A D | rslist.c | 61 struct aml_resource_common_serialbus common_serial_bus; in acpi_rs_convert_aml_to_resources() local 62 memcpy(&common_serial_bus, aml_resource, in acpi_rs_convert_aml_to_resources() 63 sizeof(common_serial_bus)); in acpi_rs_convert_aml_to_resources() 65 if (common_serial_bus.type > AML_RESOURCE_MAX_SERIALBUSTYPE) { in acpi_rs_convert_aml_to_resources() 72 [common_serial_bus.type]; in acpi_rs_convert_aml_to_resources() 168 if (resource->data.common_serial_bus.type > in acpi_rs_convert_resources_to_aml() 176 [resource->data.common_serial_bus.type]; in acpi_rs_convert_resources_to_aml()
|
H A D | utresrc.c | 366 struct aml_resource_common_serialbus common_serial_bus; in acpi_ut_validate_resource() local 367 memcpy(&common_serial_bus, aml_resource, in acpi_ut_validate_resource() 368 sizeof(common_serial_bus)); in acpi_ut_validate_resource() 372 if ((common_serial_bus.type == 0) || in acpi_ut_validate_resource() 373 (common_serial_bus.type > AML_RESOURCE_MAX_SERIALBUSTYPE)) { in acpi_ut_validate_resource() 377 common_serial_bus.type)); in acpi_ut_validate_resource()
|
H A D | rscalc.c | 338 common_serial_bus. in acpi_rs_get_aml_length() 614 common_serial_bus; in acpi_rs_get_list_length() local 615 memcpy(&common_serial_bus, aml_resource, in acpi_rs_get_list_length() 616 sizeof(common_serial_bus)); in acpi_rs_get_list_length() 620 [common_serial_bus.type]; in acpi_rs_get_list_length() 622 common_serial_bus.resource_length - in acpi_rs_get_list_length() 694 struct aml_resource_common_serialbus common_serial_bus; in acpi_rs_get_list_length() local 695 memcpy(&common_serial_bus, aml_resource, in acpi_rs_get_list_length() 696 sizeof(common_serial_bus)); in acpi_rs_get_list_length() 700 [common_serial_bus in acpi_rs_get_list_length() [all...] |
H A D | rsdumpinfo.c | 424 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (common_serial_bus.revision_id), "RevisionId", NULL}, \ 425 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (common_serial_bus.type), "Type", acpi_gbl_sbt_decode}, \ 426 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (common_serial_bus.producer_consumer), "ProducerConsumer", acpi_gbl_consume_decode}, \ 427 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (common_serial_bus.slave_mode), "SlaveMode", acpi_gbl_sm_decode}, \ 428 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (common_serial_bus.connection_sharing),"ConnectionSharing", acpi_gbl_shr_decode}, \ 429 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (common_serial_bus.type_revision_id), "TypeRevisionId", NULL}, \ 430 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (common_serial_bus.type_data_length), "TypeDataLength", NULL}, \ 431 {ACPI_RSD_SOURCE, ACPI_RSD_OFFSET (common_serial_bus.resource_source), "ResourceSource", NULL}, \ 432 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (common_serial_bus.vendor_length), "VendorLength", NULL}, \ 433 {ACPI_RSD_SHORTLISTX,ACPI_RSD_OFFSET (common_serial_bus [all...] |
H A D | rsdump.c | 109 common_serial_bus.type]); in acpi_rs_dump_resource_list()
|
H A D | amlresrc.h | 549 struct aml_resource_common_serialbus common_serial_bus; member
|
/kernel/linux/linux-5.10/include/acpi/ |
H A D | acrestyp.h | 637 struct acpi_resource_common_serialbus common_serial_bus; member
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | acrestyp.h | 663 struct acpi_resource_common_serialbus common_serial_bus; member
|
/kernel/linux/linux-5.10/drivers/tty/serdev/ |
H A D | core.c | 576 if (ares->data.common_serial_bus.type != ACPI_RESOURCE_SERIAL_TYPE_UART) in acpi_serdev_parse_resource()
|