Home
last modified time | relevance | path

Searched refs:connection_speed (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/acpi/acpica/
Drsserial.c394 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET(data.i2c_serial_bus.connection_speed),
395 AML_OFFSET(i2c_serial_bus.connection_speed),
505 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET(data.spi_serial_bus.connection_speed),
506 AML_OFFSET(spi_serial_bus.connection_speed),
Damlresrc.h348 AML_RESOURCE_SERIAL_COMMON u32 connection_speed; member
363 AML_RESOURCE_SERIAL_COMMON u32 connection_speed; member
Drsdumpinfo.c474 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET(i2c_serial_bus.connection_speed),
497 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET(spi_serial_bus.connection_speed),
/Linux-v6.6/include/acpi/
Dacrestyp.h425 u32 connection_speed; member
440 u32 connection_speed; member
/Linux-v6.6/drivers/i2c/
Di2c-core-acpi.c124 lookup->speed = sb->connection_speed; in i2c_acpi_fill_info()
/Linux-v6.6/drivers/spi/
Dspi.c2589 lookup->max_speed_hz = sb->connection_speed; in acpi_spi_add_resource()