Home
last modified time | relevance | path

Searched refs:post_setup (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/nfc/s3fwrn5/
H A Dcore.c139 .post_setup = s3fwrn5_nci_post_setup,
/kernel/linux/linux-6.6/drivers/nfc/s3fwrn5/
H A Dcore.c155 .post_setup = s3fwrn5_nci_post_setup,
/kernel/linux/linux-5.10/include/net/nfc/
H A Dnci_core.h71 int (*post_setup)(struct nci_dev *ndev); member
/kernel/linux/linux-6.6/include/net/nfc/
H A Dnci_core.h71 int (*post_setup)(struct nci_dev *ndev); member
/kernel/linux/linux-5.10/net/nfc/nci/
H A Dcore.c512 if (!rc && ndev->ops->post_setup) in nci_open_device()
513 rc = ndev->ops->post_setup(ndev); in nci_open_device()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/nfc/fdp/
H A Dfdp.c707 .post_setup = fdp_nci_post_setup,
/kernel/linux/linux-6.6/drivers/nfc/fdp/
H A Dfdp.c692 .post_setup = fdp_nci_post_setup,

Completed in 10 milliseconds