Searched refs:connection_speed (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
D | rsserial.c | 270 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET(data.i2c_serial_bus.connection_speed), 271 AML_OFFSET(i2c_serial_bus.connection_speed), 381 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET(data.spi_serial_bus.connection_speed), 382 AML_OFFSET(spi_serial_bus.connection_speed),
|
D | amlresrc.h | 327 AML_RESOURCE_SERIAL_COMMON u32 connection_speed; member 342 AML_RESOURCE_SERIAL_COMMON u32 connection_speed; member
|
D | rsdumpinfo.c | 431 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET(i2c_serial_bus.connection_speed), 454 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET(spi_serial_bus.connection_speed),
|
/kernel/linux/linux-5.10/include/acpi/ |
D | acrestyp.h | 415 u32 connection_speed; member 430 u32 connection_speed; member
|
/kernel/linux/linux-5.10/drivers/i2c/ |
D | i2c-core-acpi.c | 92 lookup->speed = sb->connection_speed; in i2c_acpi_fill_info()
|
/kernel/linux/linux-5.10/drivers/spi/ |
D | spi.c | 2180 lookup->max_speed_hz = sb->connection_speed; in acpi_spi_add_resource()
|