Lines Matching full:method
12 Method 1a: Declare the I2C devices by bus number
15 This method is appropriate when the I2C bus is a system bus as is the case
55 Method 1b: Declare the I2C devices via devicetree
58 This method has the same implications as method 1a. The declaration of I2C
85 Method 1c: Declare the I2C devices via ACPI
92 Method 2: Instantiate the devices explicitly
95 This method is appropriate when a larger device uses an I2C bus for
99 bus in advance, so the method 1 described above can't be used. Instead,
159 Method 3: Probe an I2C bus for certain devices
177 * The I2C device driver must implement the detect() method, which
192 kernels will find out that this method 3 is essentially similar to what
197 Method 3 should only be used when there is no other way, as it can have
205 Once again, method 3 should be avoided wherever possible. Explicit device
210 Method 4: Instantiate from user-space
237 * The I2C driver usually detects devices (method 3 above) but the bus