Lines Matching refs:to
4 Up to kernel 2.6.32, many i2c drivers used helper macros provided by
5 <linux/i2c.h> which created standard module parameters to let the user
6 control how the driver would probe i2c buses and attach to devices. These
7 parameters were known as "probe" (to let the driver probe for an extra
8 address), "force" (to forcibly attach the driver to a given device) and
9 "ignore" (to prevent a driver from probing a given address).
11 With the conversion of the i2c subsystem to the standard device driver
17 Below is a mapping from the old module parameters to the new interface.
19 Attaching a driver to an I2C device
30 Preventing a driver from attaching to an I2C device
40 Of course, it is important to instantiate the "dummy" device before loading
42 other drivers from binding to it later on. If there is a real device at the
43 problematic address, and you want another driver to bind to it, then simply