/kernel/linux/linux-5.10/drivers/nfc/microread/ |
H A D | microread.h | 13 int microread_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name,
|
H A D | microread.c | 645 int microread_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name, in microread_probe() argument 679 quirks, protocols, llc_name, in microread_probe()
|
/kernel/linux/linux-6.6/drivers/nfc/microread/ |
H A D | microread.h | 14 const char *llc_name, int phy_headroom, int phy_tailroom,
|
H A D | microread.c | 644 const char *llc_name, int phy_headroom, int phy_tailroom, in microread_probe() 677 quirks, protocols, llc_name, in microread_probe() 643 microread_probe(void *phy_id, const struct nfc_phy_ops *phy_ops, const char *llc_name, int phy_headroom, int phy_tailroom, int phy_payload, struct nfc_hci_dev **hdev) microread_probe() argument
|
/kernel/linux/linux-5.10/drivers/nfc/pn544/ |
H A D | pn544.h | 19 int pn544_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name,
|
H A D | pn544.c | 904 int pn544_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name, in pn544_hci_probe() argument 943 protocols, llc_name, in pn544_hci_probe()
|
/kernel/linux/linux-6.6/drivers/nfc/pn544/ |
H A D | pn544.h | 20 char *llc_name, int phy_headroom, int phy_tailroom,
|
H A D | pn544.c | 904 char *llc_name, int phy_headroom, int phy_tailroom, in pn544_hci_probe() 943 protocols, llc_name, in pn544_hci_probe() 903 pn544_hci_probe(void *phy_id, const struct nfc_phy_ops *phy_ops, char *llc_name, int phy_headroom, int phy_tailroom, int phy_payload, fw_download_t fw_download, struct nfc_hci_dev **hdev) pn544_hci_probe() argument
|
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/ |
H A D | st21nfca.h | 168 char *llc_name, int phy_headroom, int phy_tailroom,
|
H A D | core.c | 939 char *llc_name, int phy_headroom, int phy_tailroom, in st21nfca_hci_probe() 990 protocols, llc_name, in st21nfca_hci_probe() 938 st21nfca_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name, int phy_headroom, int phy_tailroom, int phy_payload, struct nfc_hci_dev **hdev, struct st21nfca_se_status *se_status) st21nfca_hci_probe() argument
|
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/ |
H A D | st21nfca.h | 168 char *llc_name, int phy_headroom, int phy_tailroom,
|
H A D | core.c | 938 char *llc_name, int phy_headroom, int phy_tailroom, in st21nfca_hci_probe() 989 protocols, llc_name, in st21nfca_hci_probe() 937 st21nfca_hci_probe(void *phy_id, const struct nfc_phy_ops *phy_ops, char *llc_name, int phy_headroom, int phy_tailroom, int phy_payload, struct nfc_hci_dev **hdev, struct st21nfca_se_status *se_status) st21nfca_hci_probe() argument
|
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | hci.h | 158 const char *llc_name,
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | hci.h | 158 const char *llc_name,
|
/kernel/linux/linux-5.10/net/nfc/hci/ |
H A D | core.c | 954 const char *llc_name, in nfc_hci_allocate_device() 971 hdev->llc = nfc_llc_allocate(llc_name, hdev, ops->xmit, in nfc_hci_allocate_device() 950 nfc_hci_allocate_device(struct nfc_hci_ops *ops, struct nfc_hci_init_data *init_data, unsigned long quirks, u32 protocols, const char *llc_name, int tx_headroom, int tx_tailroom, int max_link_payload) nfc_hci_allocate_device() argument
|
/kernel/linux/linux-6.6/net/nfc/hci/ |
H A D | core.c | 954 const char *llc_name, in nfc_hci_allocate_device() 971 hdev->llc = nfc_llc_allocate(llc_name, hdev, ops->xmit, in nfc_hci_allocate_device() 950 nfc_hci_allocate_device(const struct nfc_hci_ops *ops, struct nfc_hci_init_data *init_data, unsigned long quirks, u32 protocols, const char *llc_name, int tx_headroom, int tx_tailroom, int max_link_payload) nfc_hci_allocate_device() argument
|