Home
last modified time | relevance | path

Searched refs:post_setup (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/nfc/s3fwrn5/
H A Dcore.c155 .post_setup = s3fwrn5_nci_post_setup,
/openbmc/linux/include/net/nfc/
H A Dnci_core.h71 int (*post_setup)(struct nci_dev *ndev); member
/openbmc/linux/net/nfc/nci/
H A Dcore.c525 if (!rc && ndev->ops->post_setup) in nci_open_device()
526 rc = ndev->ops->post_setup(ndev); in nci_open_device()
/openbmc/linux/drivers/nfc/fdp/
H A Dfdp.c692 .post_setup = fdp_nci_post_setup,