OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PN544_SET_PWR
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/common/linux/
pn544.h
20
#define
PN544_SET_PWR
_IOW(PN544_MAGIC, 0x01, unsigned int)
/external/kernel-headers/original/linux/
pn544.h
23
*
PN544_SET_PWR
(0): power off
24
*
PN544_SET_PWR
(1): power on
25
*
PN544_SET_PWR
(2): reset and power on with firmware download enabled
27
#define
PN544_SET_PWR
_IOW(PN544_MAGIC, 0x01, unsigned int)
/external/libnfc-nxp/Linux_x86/
phDal4Nfc_i2c.c
273
return ioctl(gI2cPortContext.nHandle,
PN544_SET_PWR
, level);
Completed in 1899 milliseconds