Home
last modified time | relevance | path

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

/drivers/nfc/st21nfca/
Di2c.c99 u8 tmp[ST21NFCA_HCI_LLC_MAX_SIZE]; in st21nfca_hci_platform_init()
116 ST21NFCA_HCI_LLC_MAX_SIZE); in st21nfca_hci_platform_init()
123 for (i = 0; i < ST21NFCA_HCI_LLC_MAX_SIZE && in st21nfca_hci_platform_init()
127 if (r != ST21NFCA_HCI_LLC_MAX_SIZE) in st21nfca_hci_platform_init()
189 u8 tmp[ST21NFCA_HCI_LLC_MAX_SIZE * 2]; in st21nfca_hci_i2c_write()
476 phy->pending_skb = alloc_skb(ST21NFCA_HCI_LLC_MAX_SIZE * 2, GFP_KERNEL); in st21nfca_hci_irq_thread_fn()
519 phy->pending_skb = alloc_skb(ST21NFCA_HCI_LLC_MAX_SIZE * 2, GFP_KERNEL); in st21nfca_hci_i2c_probe()
Dst21nfca.h34 #define ST21NFCA_HCI_LLC_MAX_SIZE (ST21NFCA_HCI_LLC_LEN_CRC + 1 + \ macro