Searched refs:nfc_llc_register (Results 1 – 5 of 5) sorted by relevance
53 int nfc_llc_register(const char *name, struct nfc_llc_ops *ops);
96 return nfc_llc_register(LLC_NOP_NAME, &llc_nop_ops); in nfc_llc_nop_register()
55 int nfc_llc_register(const char *name, struct nfc_llc_ops *ops) in nfc_llc_register() function
853 return nfc_llc_register(LLC_SHDLC_NAME, &llc_shdlc_ops); in nfc_llc_shdlc_register()
170 calling nfc_llc_register(const char *name, struct nfc_llc_ops *ops);