Searched refs:nfc_phy_ops (Results 1 – 20 of 20) sorted by relevance
/Linux-v5.10/drivers/nfc/st-nci/ |
D | ndlc.h | 19 struct nfc_phy_ops *ops; 48 int ndlc_probe(void *phy_id, struct nfc_phy_ops *phy_ops, struct device *dev,
|
D | i2c.c | 189 static struct nfc_phy_ops i2c_phy_ops = {
|
D | spi.c | 204 static struct nfc_phy_ops spi_phy_ops = {
|
D | ndlc.c | 256 int ndlc_probe(void *phy_id, struct nfc_phy_ops *phy_ops, struct device *dev, in ndlc_probe()
|
/Linux-v5.10/drivers/nfc/st21nfca/ |
D | st21nfca.h | 147 struct nfc_phy_ops *phy_ops; 166 int st21nfca_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops,
|
D | i2c.c | 485 static struct nfc_phy_ops i2c_phy_ops = {
|
D | core.c | 938 int st21nfca_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops, in st21nfca_hci_probe()
|
/Linux-v5.10/drivers/nfc/microread/ |
D | microread.h | 13 int microread_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name,
|
D | i2c.c | 228 static struct nfc_phy_ops i2c_phy_ops = {
|
D | microread.c | 155 struct nfc_phy_ops *phy_ops; 645 int microread_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name, in microread_probe()
|
/Linux-v5.10/drivers/nfc/pn544/ |
D | pn544.h | 19 int pn544_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name,
|
D | pn544.c | 111 struct nfc_phy_ops *phy_ops; 904 int pn544_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name, in pn544_hci_probe()
|
D | i2c.c | 520 static struct nfc_phy_ops i2c_phy_ops = {
|
/Linux-v5.10/drivers/nfc/fdp/ |
D | fdp.h | 24 int fdp_nci_probe(struct fdp_i2c_phy *phy, struct nfc_phy_ops *phy_ops,
|
D | fdp.c | 41 struct nfc_phy_ops *phy_ops; 732 int fdp_nci_probe(struct fdp_i2c_phy *phy, struct nfc_phy_ops *phy_ops, in fdp_nci_probe()
|
D | i2c.c | 125 static struct nfc_phy_ops i2c_phy_ops = {
|
/Linux-v5.10/drivers/nfc/ |
D | mei_phy.h | 48 extern struct nfc_phy_ops mei_phy_ops;
|
D | mei_phy.c | 373 struct nfc_phy_ops mei_phy_ops = {
|
/Linux-v5.10/include/net/nfc/ |
D | nfc.h | 22 struct nfc_phy_ops { struct
|
/Linux-v5.10/Documentation/driver-api/nfc/ |
D | nfc-hci.rst | 130 struct nfc_phy_ops {
|