Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/nfc/hci/
H A Dllc.h15 struct nfc_llc_ops { struct
29 struct nfc_llc_ops *ops;
35 struct nfc_llc_ops *ops;
42 int nfc_llc_register(const char *name, struct nfc_llc_ops *ops);
H A Dllc_nop.c74 static struct nfc_llc_ops llc_nop_ops = {
H A Dllc.c44 int nfc_llc_register(const char *name, struct nfc_llc_ops *ops) in nfc_llc_register()
H A Dllc_shdlc.c823 static struct nfc_llc_ops llc_shdlc_ops = {
/kernel/linux/linux-6.6/net/nfc/hci/
H A Dllc.h15 struct nfc_llc_ops { struct
29 const struct nfc_llc_ops *ops;
35 const struct nfc_llc_ops *ops;
42 int nfc_llc_register(const char *name, const struct nfc_llc_ops *ops);
H A Dllc_nop.c74 static const struct nfc_llc_ops llc_nop_ops = {
H A Dllc.c44 int nfc_llc_register(const char *name, const struct nfc_llc_ops *ops) in nfc_llc_register()
H A Dllc_shdlc.c806 static const struct nfc_llc_ops llc_shdlc_ops = {

Completed in 4 milliseconds