Searched refs:nfc_phy_ops (Results 1 – 20 of 20) sorted by relevance
/linux-5.19.10/drivers/nfc/st-nci/ |
D | ndlc.h | 19 const struct nfc_phy_ops *ops; 48 int ndlc_probe(void *phy_id, const struct nfc_phy_ops *phy_ops,
|
D | i2c.c | 185 static const struct nfc_phy_ops i2c_phy_ops = {
|
D | spi.c | 197 static const struct nfc_phy_ops spi_phy_ops = {
|
D | ndlc.c | 252 int ndlc_probe(void *phy_id, const struct nfc_phy_ops *phy_ops, in ndlc_probe()
|
/linux-5.19.10/drivers/nfc/st21nfca/ |
D | st21nfca.h | 148 const struct nfc_phy_ops *phy_ops; 167 int st21nfca_hci_probe(void *phy_id, const struct nfc_phy_ops *phy_ops,
|
D | i2c.c | 477 static const struct nfc_phy_ops i2c_phy_ops = {
|
D | core.c | 937 int st21nfca_hci_probe(void *phy_id, const struct nfc_phy_ops *phy_ops, in st21nfca_hci_probe()
|
/linux-5.19.10/drivers/nfc/microread/ |
D | microread.h | 13 int microread_probe(void *phy_id, const struct nfc_phy_ops *phy_ops,
|
D | i2c.c | 228 static const struct nfc_phy_ops i2c_phy_ops = {
|
D | microread.c | 154 const struct nfc_phy_ops *phy_ops; 643 int microread_probe(void *phy_id, const struct nfc_phy_ops *phy_ops, in microread_probe()
|
/linux-5.19.10/drivers/nfc/pn544/ |
D | pn544.h | 19 int pn544_hci_probe(void *phy_id, const struct nfc_phy_ops *phy_ops,
|
D | pn544.c | 110 const struct nfc_phy_ops *phy_ops; 903 int pn544_hci_probe(void *phy_id, const struct nfc_phy_ops *phy_ops, in pn544_hci_probe()
|
D | i2c.c | 518 static const struct nfc_phy_ops i2c_phy_ops = {
|
/linux-5.19.10/drivers/nfc/fdp/ |
D | fdp.h | 24 int fdp_nci_probe(struct fdp_i2c_phy *phy, const struct nfc_phy_ops *phy_ops,
|
D | fdp.c | 41 const struct nfc_phy_ops *phy_ops; 691 int fdp_nci_probe(struct fdp_i2c_phy *phy, const struct nfc_phy_ops *phy_ops, in fdp_nci_probe()
|
D | i2c.c | 123 static const struct nfc_phy_ops i2c_phy_ops = {
|
/linux-5.19.10/drivers/nfc/ |
D | mei_phy.h | 48 extern const struct nfc_phy_ops mei_phy_ops;
|
D | mei_phy.c | 365 const struct nfc_phy_ops mei_phy_ops = {
|
/linux-5.19.10/include/net/nfc/ |
D | nfc.h | 22 struct nfc_phy_ops { struct
|
/linux-5.19.10/Documentation/driver-api/nfc/ |
D | nfc-hci.rst | 130 struct nfc_phy_ops {
|