1I2C_ACPI_FIND_BUS_SP(9) I2C and SMBus Subsystem I2C_ACPI_FIND_BUS_SP(9)
23
4
NAME
6i2c_acpi_find_bus_speed - find I2C bus speed from ACPI
7
SYNOPSIS
9u32 i2c_acpi_find_bus_speed(struct device * dev);
10
ARGUMENTS
12dev
13The device owning the bus
14
DESCRIPTION
16Find the I2C bus speed by walking the ACPI namespace for all I2C slaves
17devices connected to this bus and use the speed of slowest device.
1819
Returns the speed in Hz or zero
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 I2C_ACPI_FIND_BUS_SP(9)