Searched defs:nfc_dev (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/nfc/
H A Dvirtual_ncidev.c180 const struct nfc_dev *nfc_dev = vdev->ndev->nfc_dev; local
/linux-master/include/net/nfc/
H A Ddigital.h193 struct nfc_dev *nfc_dev; member in struct:nfc_digital_dev
H A Dnfc.h163 struct nfc_dev { struct
226 nfc_set_parent_dev(struct nfc_dev *nfc_dev, struct device *dev) argument
[all...]
H A Dnci_core.h197 struct nfc_dev *nfc_dev; member in struct:nci_dev
/linux-master/net/nfc/hci/
H A Dcore.c579 static int hci_dev_up(struct nfc_dev *nfc_dev) argument
625 static int hci_dev_down(struct nfc_dev *nfc_dev) argument
639 static int hci_start_poll(struct nfc_dev *nfc_dev, argument
652 static void hci_stop_poll(struct nfc_dev *nfc_de argument
663 hci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, __u8 comm_mode, __u8 *gb, size_t gb_len) argument
675 hci_dep_link_down(struct nfc_dev *nfc_dev) argument
685 hci_activate_target(struct nfc_dev *nfc_dev, struct nfc_target *target, u32 protocol) argument
691 hci_deactivate_target(struct nfc_dev *nfc_dev, struct nfc_target *target, u8 mode) argument
722 hci_transceive(struct nfc_dev *nfc_dev, struct nfc_target *target, struct sk_buff *skb, data_exchange_cb_t cb, void *cb_context) argument
768 hci_tm_send(struct nfc_dev *nfc_dev, struct sk_buff *skb) argument
780 hci_check_presence(struct nfc_dev *nfc_dev, struct nfc_target *target) argument
791 hci_discover_se(struct nfc_dev *nfc_dev) argument
801 hci_enable_se(struct nfc_dev *nfc_dev, u32 se_idx) argument
811 hci_disable_se(struct nfc_dev *nfc_dev, u32 se_idx) argument
821 hci_se_io(struct nfc_dev *nfc_dev, u32 se_idx, u8 *apdu, size_t apdu_length, se_io_cb_t cb, void *cb_context) argument
921 hci_fw_download(struct nfc_dev *nfc_dev, const char *firmware_name) argument
[all...]
/linux-master/net/nfc/
H A Ddigital_core.c476 static int digital_start_poll(struct nfc_dev *nfc_dev, __u32 im_protocols, argument
556 static void digital_stop_poll(struct nfc_dev *nfc_dev) argument
577 static int digital_dev_up(struct nfc_dev *nfc_dev) argument
586 digital_dev_down(struct nfc_dev *nfc_dev) argument
595 digital_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, __u8 comm_mode, __u8 *gb, size_t gb_len) argument
610 digital_dep_link_down(struct nfc_dev *nfc_dev) argument
621 digital_activate_target(struct nfc_dev *nfc_dev, struct nfc_target *target, __u32 protocol) argument
641 digital_deactivate_target(struct nfc_dev *nfc_dev, struct nfc_target *target, u8 mode) argument
701 digital_in_send(struct nfc_dev *nfc_dev, struct nfc_target *target, struct sk_buff *skb, data_exchange_cb_t cb, void *cb_context) argument
[all...]
/linux-master/drivers/nfc/pn533/
H A Dpn533.h134 struct nfc_dev *nfc_dev; member in struct:pn533
H A Dpn533.c1341 static int pn533_poll_dep(struct nfc_dev *nfc_dev) argument
1628 pn533_start_poll(struct nfc_dev *nfc_dev, u32 im_protocols, u32 tm_protocols) argument
1743 pn533_stop_poll(struct nfc_dev *nfc_dev) argument
1796 pn533_activate_target(struct nfc_dev *nfc_dev, struct nfc_target *target, u32 protocol) argument
1866 pn533_deactivate_target(struct nfc_dev *nfc_dev, struct nfc_target *target, u8 mode) argument
1960 pn533_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, u8 comm_mode, u8 *gb, size_t gb_len) argument
2042 pn533_dep_link_down(struct nfc_dev *nfc_dev) argument
2253 pn533_transceive(struct nfc_dev *nfc_dev, struct nfc_target *target, struct sk_buff *skb, data_exchange_cb_t cb, void *cb_context) argument
2352 pn533_tm_send(struct nfc_dev *nfc_dev, struct sk_buff *skb) argument
2556 pn533_rf_field(struct nfc_dev *nfc_dev, u8 rf) argument
2574 pn532_sam_configuration(struct nfc_dev *nfc_dev) argument
2594 pn533_dev_up(struct nfc_dev *nfc_dev) argument
2616 pn533_dev_down(struct nfc_dev *nfc_dev) argument
[all...]
/linux-master/net/nfc/nci/
H A Dcore.c628 static int nci_dev_up(struct nfc_dev *nfc_dev) argument
635 static int nci_dev_down(struct nfc_dev *nfc_dev) argument
760 static int nci_set_local_general_bytes(struct nfc_dev *nfc_dev) argument
786 nci_set_listen_parameters(struct nfc_dev *nfc_dev) argument
809 nci_start_poll(struct nfc_dev *nfc_dev, __u32 im_protocols, __u32 tm_protocols) argument
863 nci_stop_poll(struct nfc_dev *nfc_dev) argument
878 nci_activate_target(struct nfc_dev *nfc_dev, struct nfc_target *target, __u32 protocol) argument
948 nci_deactivate_target(struct nfc_dev *nfc_dev, struct nfc_target *target, __u8 mode) argument
974 nci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, __u8 comm_mode, __u8 *gb, size_t gb_len) argument
995 nci_dep_link_down(struct nfc_dev *nfc_dev) argument
1018 nci_transceive(struct nfc_dev *nfc_dev, struct nfc_target *target, struct sk_buff *skb, data_exchange_cb_t cb, void *cb_context) argument
1051 nci_tm_send(struct nfc_dev *nfc_dev, struct sk_buff *skb) argument
1063 nci_enable_se(struct nfc_dev *nfc_dev, u32 se_idx) argument
1073 nci_disable_se(struct nfc_dev *nfc_dev, u32 se_idx) argument
1083 nci_discover_se(struct nfc_dev *nfc_dev) argument
1099 nci_se_io(struct nfc_dev *nfc_dev, u32 se_idx, u8 *apdu, size_t apdu_length, se_io_cb_t cb, void *cb_context) argument
1112 nci_fw_download(struct nfc_dev *nfc_dev, const char *firmware_name) argument
[all...]

Completed in 178 milliseconds