Linux Kernel
3.7.1
|
#include <hci.h>
Data Fields | |
int(* | open )(struct nfc_hci_dev *hdev) |
void(* | close )(struct nfc_hci_dev *hdev) |
int(* | hci_ready )(struct nfc_hci_dev *hdev) |
int(* | xmit )(struct nfc_hci_dev *hdev, struct sk_buff *skb) |
int(* | start_poll )(struct nfc_hci_dev *hdev, u32 im_protocols, u32 tm_protocols) |
int(* | target_from_gate )(struct nfc_hci_dev *hdev, u8 gate, struct nfc_target *target) |
int(* | complete_target_discovered )(struct nfc_hci_dev *hdev, u8 gate, struct nfc_target *target) |
int(* | data_exchange )(struct nfc_hci_dev *hdev, struct nfc_target *target, struct sk_buff *skb, data_exchange_cb_t cb, void *cb_context) |
int(* | check_presence )(struct nfc_hci_dev *hdev, struct nfc_target *target) |
int(* check_presence)(struct nfc_hci_dev *hdev, struct nfc_target *target) |
void(* close)(struct nfc_hci_dev *hdev) |
int(* complete_target_discovered)(struct nfc_hci_dev *hdev, u8 gate, struct nfc_target *target) |
int(* data_exchange)(struct nfc_hci_dev *hdev, struct nfc_target *target, struct sk_buff *skb, data_exchange_cb_t cb, void *cb_context) |
int(* hci_ready)(struct nfc_hci_dev *hdev) |
int(* open)(struct nfc_hci_dev *hdev) |
int(* start_poll)(struct nfc_hci_dev *hdev, u32 im_protocols, u32 tm_protocols) |
int(* target_from_gate)(struct nfc_hci_dev *hdev, u8 gate, struct nfc_target *target) |