Home
last modified time | relevance | path

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

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