Home
last modified time | relevance | path

Searched refs:PN544_SET_PWR (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nxp/Linux_x86/
DphDal4Nfc_i2c.c267 #define PN544_SET_PWR _IOW(0xe9, 0x01, unsigned int) macro
272 return ioctl(gI2cPortContext.nHandle, PN544_SET_PWR, level); in phDal4Nfc_i2c_reset()
/external/libnfc-nci/halimpl/pn54x/tml/
DphTmlNfc_i2c.c321 #define PN544_SET_PWR _IOW(0xe9, 0x01, unsigned int) macro
332 ret = ioctl((intptr_t)pDevHandle, PN544_SET_PWR, level); in phTmlNfc_i2c_reset()