Go to the documentation of this file.
27 #include <net/nfc/nfc.h>
45 #define nfc_rawsock(sk) ((struct nfc_rawsock *) sk)
46 #define to_rawsock_sk(_tx_work) \
47 ((struct sock *) container_of(_tx_work, struct nfc_rawsock, tx_work))
49 #ifdef CONFIG_NFC_LLCP
53 u8 comm_mode,
u8 rf_mode);
69 u8 comm_mode,
u8 rf_mode)
135 u8 comm_mode,
u8 rf_mode);
143 static inline void nfc_put_device(
struct nfc_dev *
dev)
148 static inline void nfc_device_iter_init(
struct class_dev_iter *iter)
162 static inline void nfc_device_iter_exit(
struct class_dev_iter *iter)