Searched refs:connection_speed (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A 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),
|
H A D | amlresrc.h | 327 AML_RESOURCE_SERIAL_COMMON u32 connection_speed; member 342 AML_RESOURCE_SERIAL_COMMON u32 connection_speed; member
|
H A 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-6.6/drivers/acpi/acpica/ |
H A D | amlresrc.h | 348 AML_RESOURCE_SERIAL_COMMON u32 connection_speed; member 363 AML_RESOURCE_SERIAL_COMMON u32 connection_speed; member
|
H A D | rsserial.c | 394 {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),
|
H A D | rsdumpinfo.c | 474 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET(i2c_serial_bus.connection_speed), 497 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET(spi_serial_bus.connection_speed),
|
/kernel/linux/linux-5.10/include/acpi/ |
H A D | acrestyp.h | 415 u32 connection_speed; member 430 u32 connection_speed; member
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | acrestyp.h | 425 u32 connection_speed; member 440 u32 connection_speed; member
|
/kernel/linux/linux-5.10/drivers/i2c/ |
H A D | i2c-core-acpi.c | 92 lookup->speed = sb->connection_speed; in i2c_acpi_fill_info()
|
/kernel/linux/linux-6.6/drivers/i2c/ |
H A D | i2c-core-acpi.c | 124 lookup->speed = sb->connection_speed; in i2c_acpi_fill_info()
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi.c | 2174 lookup->max_speed_hz = sb->connection_speed; in acpi_spi_add_resource()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi.c | 2593 lookup->max_speed_hz = sb->connection_speed; in acpi_spi_add_resource()
|
Completed in 23 milliseconds