Lines Matching refs:driver
1 I2C device driver binding control from user-space
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
19 Attaching a driver to an I2C device
23 # modprobe <driver> probe=1,0x2d
24 # modprobe <driver> force=1,0x2d
25 # modprobe <driver> force_<device>=1,0x2d
30 Preventing a driver from attaching to an I2C device
34 # modprobe <driver> ignore=1,0x2f
38 # modprobe <driver>
41 the driver. The dummy device will be handled by i2c-core itself, preventing
43 problematic address, and you want another driver to bind to it, then simply