nfc_dev 202 include/net/nfc/digital.h struct nfc_dev *nfc_dev; nfc_dev 247 include/net/nfc/digital.h nfc_set_parent_dev(ndev->nfc_dev, dev); nfc_dev 94 include/net/nfc/hci.h struct nfc_dev *ndev; nfc_dev 79 include/net/nfc/nci_core.h struct nfc_dev *nfc_dev; nfc_dev 175 include/net/nfc/nci_core.h nfc_set_parent_dev(ndev->nfc_dev, dev); nfc_dev 38 include/net/nfc/nfc.h struct nfc_dev; nfc_dev 59 include/net/nfc/nfc.h int (*dev_up)(struct nfc_dev *dev); nfc_dev 60 include/net/nfc/nfc.h int (*dev_down)(struct nfc_dev *dev); nfc_dev 61 include/net/nfc/nfc.h int (*start_poll)(struct nfc_dev *dev, nfc_dev 63 include/net/nfc/nfc.h void (*stop_poll)(struct nfc_dev *dev); nfc_dev 64 include/net/nfc/nfc.h int (*dep_link_up)(struct nfc_dev *dev, struct nfc_target *target, nfc_dev 66 include/net/nfc/nfc.h int (*dep_link_down)(struct nfc_dev *dev); nfc_dev 67 include/net/nfc/nfc.h int (*activate_target)(struct nfc_dev *dev, struct nfc_target *target, nfc_dev 69 include/net/nfc/nfc.h void (*deactivate_target)(struct nfc_dev *dev, nfc_dev 71 include/net/nfc/nfc.h int (*im_transceive)(struct nfc_dev *dev, struct nfc_target *target, nfc_dev 74 include/net/nfc/nfc.h int (*tm_send)(struct nfc_dev *dev, struct sk_buff *skb); nfc_dev 75 include/net/nfc/nfc.h int (*check_presence)(struct nfc_dev *dev, struct nfc_target *target); nfc_dev 76 include/net/nfc/nfc.h int (*fw_download)(struct nfc_dev *dev, const char *firmware_name); nfc_dev 79 include/net/nfc/nfc.h int (*discover_se)(struct nfc_dev *dev); nfc_dev 80 include/net/nfc/nfc.h int (*enable_se)(struct nfc_dev *dev, u32 se_idx); nfc_dev 81 include/net/nfc/nfc.h int (*disable_se)(struct nfc_dev *dev, u32 se_idx); nfc_dev 82 include/net/nfc/nfc.h int (*se_io) (struct nfc_dev *dev, u32 se_idx, nfc_dev 171 include/net/nfc/nfc.h #define to_nfc_dev(_dev) container_of(_dev, struct nfc_dev, dev) nfc_dev 175 include/net/nfc/nfc.h struct nfc_dev *nfc_allocate_device(struct nfc_ops *ops, nfc_dev 185 include/net/nfc/nfc.h static inline void nfc_free_device(struct nfc_dev *dev) nfc_dev 190 include/net/nfc/nfc.h int nfc_register_device(struct nfc_dev *dev); nfc_dev 192 include/net/nfc/nfc.h void nfc_unregister_device(struct nfc_dev *dev); nfc_dev 200 include/net/nfc/nfc.h static inline void nfc_set_parent_dev(struct nfc_dev *nfc_dev, nfc_dev 203 include/net/nfc/nfc.h nfc_dev->dev.parent = dev; nfc_dev 212 include/net/nfc/nfc.h static inline void nfc_set_drvdata(struct nfc_dev *dev, void *data) nfc_dev 222 include/net/nfc/nfc.h static inline void *nfc_get_drvdata(struct nfc_dev *dev) nfc_dev 232 include/net/nfc/nfc.h static inline const char *nfc_device_name(struct nfc_dev *dev) nfc_dev 237 include/net/nfc/nfc.h struct sk_buff *nfc_alloc_send_skb(struct nfc_dev *dev, struct sock *sk, nfc_dev 242 include/net/nfc/nfc.h int nfc_set_remote_general_bytes(struct nfc_dev *dev, nfc_dev 244 include/net/nfc/nfc.h u8 *nfc_get_local_general_bytes(struct nfc_dev *dev, size_t *gb_len); nfc_dev 246 include/net/nfc/nfc.h int nfc_fw_download_done(struct nfc_dev *dev, const char *firmware_name, nfc_dev 249 include/net/nfc/nfc.h int nfc_targets_found(struct nfc_dev *dev, nfc_dev 251 include/net/nfc/nfc.h int nfc_target_lost(struct nfc_dev *dev, u32 target_idx); nfc_dev 253 include/net/nfc/nfc.h int nfc_dep_link_is_up(struct nfc_dev *dev, u32 target_idx, nfc_dev 256 include/net/nfc/nfc.h int nfc_tm_activated(struct nfc_dev *dev, u32 protocol, u8 comm_mode, nfc_dev 258 include/net/nfc/nfc.h int nfc_tm_deactivated(struct nfc_dev *dev); nfc_dev 259 include/net/nfc/nfc.h int nfc_tm_data_received(struct nfc_dev *dev, struct sk_buff *skb); nfc_dev 261 include/net/nfc/nfc.h void nfc_driver_failure(struct nfc_dev *dev, int err); nfc_dev 263 include/net/nfc/nfc.h int nfc_add_se(struct nfc_dev *dev, u32 se_idx, u16 type); nfc_dev 264 include/net/nfc/nfc.h int nfc_remove_se(struct nfc_dev *dev, u32 se_idx); nfc_dev 265 include/net/nfc/nfc.h struct nfc_se *nfc_find_se(struct nfc_dev *dev, u32 se_idx); nfc_dev 267 include/net/nfc/nfc.h void nfc_send_to_raw_sock(struct nfc_dev *dev, struct sk_buff *skb,