OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:I2CPutByte
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/hw/xfree86/i2c/
xf86i2c.c
206
/* This is the default
I2CPutByte
function if not supplied by the driver.
223
I2CPutByte
(I2CDevPtr d, I2CByte data)
250
I2C_TIMEOUT(ErrorF("[
I2CPutByte
(<%s>, 0x%02x, %d, %d, %d) timeout]",
317
* The same timeouts apply as with
I2CPutByte
and additional a
339
if (
I2CPutByte
(d, addr & 0xFF)) {
343
if (
I2CPutByte
(d, (addr >> 8) & 0xFF))
421
if (!(r = b->
I2CPutByte
(d, *WriteBuffer)))
528
if ((r = b->
I2CPutByte
(d, subaddr)))
530
if (!(r = b->
I2CPutByte
(d, *WriteBuffer)))
577
if (!(r = b->
I2CPutByte
(d, vec[0]))
[
all
...]
xf86i2c.h
34
Bool (*
I2CPutByte
) (I2CDevPtr d, I2CByte data);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
xf86i2c.c
204
/* This is the default
I2CPutByte
function if not supplied by the driver.
221
I2CPutByte
(I2CDevPtr d, I2CByte data)
247
I2C_TIMEOUT(ErrorF("[
I2CPutByte
(<%s>, 0x%02x, %d, %d, %d) timeout]",
314
* The same timeouts apply as with
I2CPutByte
and additional a
336
if (
I2CPutByte
(d, addr & 0xFF)) {
341
if (
I2CPutByte
(d, (addr >> 8) & 0xFF))
419
if (!(r = b->
I2CPutByte
(d, *WriteBuffer)))
523
if ((r = b->
I2CPutByte
(d, subaddr)))
525
if (!(r = b->
I2CPutByte
(d, *WriteBuffer)))
572
if (!(r = b->
I2CPutByte
(d, vec[0]))
[
all
...]
xf86i2c.h
33
Bool (*
I2CPutByte
)(I2CDevPtr d, I2CByte data);
Completed in 7 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026