Searched refs:pn544_hci_probe (Results 1 - 8 of 8) sorted by relevance
/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 | mei.c | 33 r = pn544_hci_probe(phy, &mei_phy_ops, LLC_NOP_NAME, in pn544_mei_probe()
|
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() function 971 EXPORT_SYMBOL(pn544_hci_probe); variable
|
H A D | i2c.c | 926 r = pn544_hci_probe(phy, &i2c_phy_ops, LLC_SHDLC_NAME, in pn544_hci_i2c_probe()
|
/kernel/linux/linux-6.6/drivers/nfc/pn544/ |
H A D | pn544.h | 19 int pn544_hci_probe(void *phy_id, const struct nfc_phy_ops *phy_ops,
|
H A D | mei.c | 29 r = pn544_hci_probe(phy, &mei_phy_ops, LLC_NOP_NAME, in pn544_mei_probe()
|
H A D | pn544.c | 903 int pn544_hci_probe(void *phy_id, const struct nfc_phy_ops *phy_ops, in pn544_hci_probe() function 971 EXPORT_SYMBOL(pn544_hci_probe); variable
|
H A D | i2c.c | 920 r = pn544_hci_probe(phy, &i2c_phy_ops, LLC_SHDLC_NAME, in pn544_hci_i2c_probe()
|
Completed in 7 milliseconds