Lines Matching +full:target +full:- +full:module
2 i2c-stub
8 This module is a very simple fake I2C/SMBus driver. It implements six
12 You need to provide chip addresses as a module parameter when loading this
15 No hardware is needed nor associated with this module. It will accept write
21 A pointer register with auto-increment is implemented for all byte
27 module parameter.
33 The typical use-case is like this:
35 1. load this module
36 2. use i2cset (from the i2c-tools project) to pre-load some data
37 3. load the target chip driver module
40 There's a script named i2c-stub-from-dump in the i2c-tools package which
62 If your target driver polls some byte or word waiting for it to change, the
65 If you spam it hard enough, printk can be lossy. This module really wants