Lines Matching refs:addresses

181 Most i2c devices can be present on several i2c addresses; for some this
186 i2c addresses for your clients, and do some sort of detection to see
190 are defined to help determine what addresses are scanned. Several macros
210 A list of I2C addresses which should normally be examined.
212 A list of pairs of I2C addresses, each pair being an inclusive range of
213 addresses which should normally be examined.
216 the second is the address. These addresses are also probed, as if they
220 the second and third are addresses. These form an inclusive range of
221 addresses that are also probed, as if they were in the 'normal' list.
224 the second is the I2C address. These addresses are never probed.
228 the second and third are addresses. These form an inclusive range of
229 I2C addresses that are never probed.
256 As well as I2C addresses, we have to cope with ISA addresses. Also, we
262 A list of I2C addresses which should normally be examined.
265 A list of pairs of I2C addresses, each pair being an inclusive range of
266 addresses which should normally be examined.
268 A list of ISA addresses which should normally be examined.
271 A list of triples. The first two elements are ISA addresses, being an
272 range of addresses which should normally be examined. The third is the
273 modulo parameter: only addresses which are 0 module this value relative
278 addresses are also probed, as if they were in the 'normal' list.
282 the ISA bus, -1 for any I2C bus), the second and third are addresses.
283 These form an inclusive range of addresses that are also probed, as
288 addresses are never probed. This parameter overrules 'normal' and
293 the ISA bus, -1 for any I2C bus), the second and third are addresses.
294 These form an inclusive range of I2C addresses that are never probed.
312 /* Scan i2c addresses 0x20 to 0x2f, 0x37, and 0x40 to 0x4f
360 function only for those i2c addresses that actually have a device on
361 them (unless a `force' parameter was used). In addition, addresses that