Home
last modified time | relevance | path

Searched refs:dev_down (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/drivers/nfc/pn533/
Dpn533.h228 int (*dev_down)(struct pn533 *priv); member
Duart.c131 .dev_down = pn532_dev_down,
Dpn533.c2618 if (dev->phy_ops->dev_down && !ret) in pn533_dev_down()
2619 ret = dev->phy_ops->dev_down(dev); in pn533_dev_down()
2626 .dev_down = pn533_dev_down,
/linux-5.19.10/include/net/nfc/
Dnfc.h50 int (*dev_down)(struct nfc_dev *dev); member
/linux-5.19.10/net/nfc/
Dcore.c160 if (dev->ops->dev_down) in nfc_dev_down()
161 dev->ops->dev_down(dev); in nfc_dev_down()
Ddigital_core.c742 .dev_down = digital_dev_down,
/linux-5.19.10/net/nfc/hci/
Dcore.c933 .dev_down = hci_dev_down,
/linux-5.19.10/net/nfc/nci/
Dcore.c1118 .dev_down = nci_dev_down,