Home
last modified time | relevance | path

Searched refs:ST21NFCA_SOF_EOF (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
H A Di2c.c30 * Every frame starts with ST21NFCA_SOF_EOF and ends with ST21NFCA_SOF_EOF.
31 * Because ST21NFCA_SOF_EOF is a possible data value, there is a mecanism
34 * if byte == ST21NFCA_SOF_EOF or ST21NFCA_ESCAPE_BYTE_STUFFING
38 #define ST21NFCA_SOF_EOF 0x7e macro
47 #define IS_START_OF_FRAME(buf) (buf[0] == ST21NFCA_SOF_EOF && \
92 * Once the reboot is completed, we expect to receive a ST21NFCA_SOF_EOF
124 tmp[i] == ST21NFCA_SOF_EOF; i++) in st21nfca_hci_platform_init()
203 /* add ST21NFCA_SOF_EOF on tail */ in st21nfca_hci_i2c_write()
204 skb_put_u8(skb, ST21NFCA_SOF_EOF); in st21nfca_hci_i2c_write()
[all...]
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/
H A Di2c.c28 * Every frame starts with ST21NFCA_SOF_EOF and ends with ST21NFCA_SOF_EOF.
29 * Because ST21NFCA_SOF_EOF is a possible data value, there is a mecanism
32 * if byte == ST21NFCA_SOF_EOF or ST21NFCA_ESCAPE_BYTE_STUFFING
36 #define ST21NFCA_SOF_EOF 0x7e macro
45 #define IS_START_OF_FRAME(buf) (buf[0] == ST21NFCA_SOF_EOF && \
90 * Once the reboot is completed, we expect to receive a ST21NFCA_SOF_EOF
122 tmp[i] == ST21NFCA_SOF_EOF; i++) in st21nfca_hci_platform_init()
201 /* add ST21NFCA_SOF_EOF on tail */ in st21nfca_hci_i2c_write()
202 skb_put_u8(skb, ST21NFCA_SOF_EOF); in st21nfca_hci_i2c_write()
[all...]

Completed in 2 milliseconds