OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i2c_device_address
(Results
1 - 4
of
4
) sorted by null
/hardware/libhardware/modules/nfc/
nfc_pn544_example.c
47
dev->
i2c_device_address
= 0;
/hardware/libhardware/include/hardware/
nfc.h
258
uint8_t
i2c_device_address
;
member in struct:__anon31157
/external/libnfc-nxp/Linux_x86/
phDal4Nfc.c
721
int
i2c_device_address
= 0x57;
local
724
if (gDalContext.pDev->
i2c_device_address
) {
725
i2c_device_address
= gDalContext.pDev->
i2c_device_address
;
726
if (i2c_workaround &&
i2c_device_address
< 32)
728
ALOGE("
i2c_device_address
not set to valid value");
770
/* A read value equal to the
i2c_device_address
indicates a HW I2C error at I2C address
i2c_device_address
772
* must be a HCI length read, and a length of
i2c_device_address
is impossible (max is 33).
775
gReadWriteContext.pReadBuffer[0] ==
i2c_device_address
)
[
all
...]
/device/asus/grouper/nfc/
nfc_hw.c
127
dev->
i2c_device_address
= 0x51;
Completed in 111 milliseconds