Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/acpi/acpica/
Drsserial.c345 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET(data.i2c_serial_bus.connection_speed),
346 AML_OFFSET(i2c_serial_bus.connection_speed),
456 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET(data.spi_serial_bus.connection_speed),
457 AML_OFFSET(spi_serial_bus.connection_speed),
Damlresrc.h343 AML_RESOURCE_SERIAL_COMMON u32 connection_speed; member
358 AML_RESOURCE_SERIAL_COMMON u32 connection_speed; member
Drsdumpinfo.c457 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET(i2c_serial_bus.connection_speed),
480 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET(spi_serial_bus.connection_speed),
/linux-6.1.9/include/acpi/
Dacrestyp.h416 u32 connection_speed; member
431 u32 connection_speed; member
/linux-6.1.9/drivers/i2c/
Di2c-core-acpi.c124 lookup->speed = sb->connection_speed; in i2c_acpi_fill_info()
/linux-6.1.9/drivers/spi/
Dspi.c2569 lookup->max_speed_hz = sb->connection_speed; in acpi_spi_add_resource()