Searched refs:nfc_llcp_sdp_tlv (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/ |
H A D | llcp_commands.c | 106 struct nfc_llcp_sdp_tlv *nfc_llcp_build_sdres_tlv(u8 tid, u8 sap) in nfc_llcp_build_sdres_tlv() 108 struct nfc_llcp_sdp_tlv *sdres; in nfc_llcp_build_sdres_tlv() 111 sdres = kzalloc(sizeof(struct nfc_llcp_sdp_tlv), GFP_KERNEL); in nfc_llcp_build_sdres_tlv() 133 struct nfc_llcp_sdp_tlv *nfc_llcp_build_sdreq_tlv(u8 tid, const char *uri, in nfc_llcp_build_sdreq_tlv() 136 struct nfc_llcp_sdp_tlv *sdreq; in nfc_llcp_build_sdreq_tlv() 144 sdreq = kzalloc(sizeof(struct nfc_llcp_sdp_tlv), GFP_KERNEL); in nfc_llcp_build_sdreq_tlv() 174 void nfc_llcp_free_sdp_tlv(struct nfc_llcp_sdp_tlv *sdp) in nfc_llcp_free_sdp_tlv() 182 struct nfc_llcp_sdp_tlv *sdp; in nfc_llcp_free_sdp_tlv_list() 566 struct nfc_llcp_sdp_tlv *sdp; in nfc_llcp_send_snl_sdres() 590 struct nfc_llcp_sdp_tlv *sdre in nfc_llcp_send_snl_sdreq() [all...] |
H A D | llcp.h | 38 struct nfc_llcp_sdp_tlv { struct 230 struct nfc_llcp_sdp_tlv *nfc_llcp_build_sdres_tlv(u8 tid, u8 sap); 231 struct nfc_llcp_sdp_tlv *nfc_llcp_build_sdreq_tlv(u8 tid, const char *uri, 233 void nfc_llcp_free_sdp_tlv(struct nfc_llcp_sdp_tlv *sdp);
|
H A D | nfc.h | 44 struct nfc_llcp_sdp_tlv; 58 void nfc_llcp_free_sdp_tlv(struct nfc_llcp_sdp_tlv *sdp);
|
H A D | llcp_core.c | 260 struct nfc_llcp_sdp_tlv *sdp; in nfc_llcp_sdreq_timeout_work() 1285 struct nfc_llcp_sdp_tlv *sdp; in nfc_llcp_recv_snl()
|
H A D | netlink.c | 362 struct nfc_llcp_sdp_tlv *sdres; in nfc_genl_llc_send_sdres() 1145 struct nfc_llcp_sdp_tlv *sdreq; in nfc_genl_llc_sdreq()
|
/kernel/linux/linux-6.6/net/nfc/ |
H A D | llcp_commands.c | 106 struct nfc_llcp_sdp_tlv *nfc_llcp_build_sdres_tlv(u8 tid, u8 sap) in nfc_llcp_build_sdres_tlv() 108 struct nfc_llcp_sdp_tlv *sdres; in nfc_llcp_build_sdres_tlv() 111 sdres = kzalloc(sizeof(struct nfc_llcp_sdp_tlv), GFP_KERNEL); in nfc_llcp_build_sdres_tlv() 133 struct nfc_llcp_sdp_tlv *nfc_llcp_build_sdreq_tlv(u8 tid, const char *uri, in nfc_llcp_build_sdreq_tlv() 136 struct nfc_llcp_sdp_tlv *sdreq; in nfc_llcp_build_sdreq_tlv() 144 sdreq = kzalloc(sizeof(struct nfc_llcp_sdp_tlv), GFP_KERNEL); in nfc_llcp_build_sdreq_tlv() 174 void nfc_llcp_free_sdp_tlv(struct nfc_llcp_sdp_tlv *sdp) in nfc_llcp_free_sdp_tlv() 182 struct nfc_llcp_sdp_tlv *sdp; in nfc_llcp_free_sdp_tlv_list() 558 struct nfc_llcp_sdp_tlv *sdp; in nfc_llcp_send_snl_sdres() 582 struct nfc_llcp_sdp_tlv *sdre in nfc_llcp_send_snl_sdreq() [all...] |
H A D | llcp.h | 37 struct nfc_llcp_sdp_tlv { struct 229 struct nfc_llcp_sdp_tlv *nfc_llcp_build_sdres_tlv(u8 tid, u8 sap); 230 struct nfc_llcp_sdp_tlv *nfc_llcp_build_sdreq_tlv(u8 tid, const char *uri, 232 void nfc_llcp_free_sdp_tlv(struct nfc_llcp_sdp_tlv *sdp);
|
H A D | nfc.h | 44 struct nfc_llcp_sdp_tlv; 58 void nfc_llcp_free_sdp_tlv(struct nfc_llcp_sdp_tlv *sdp);
|
H A D | netlink.c | 362 struct nfc_llcp_sdp_tlv *sdres; in nfc_genl_llc_send_sdres() 1145 struct nfc_llcp_sdp_tlv *sdreq; in nfc_genl_llc_sdreq()
|
H A D | llcp_core.c | 258 struct nfc_llcp_sdp_tlv *sdp; in nfc_llcp_sdreq_timeout_work() 1276 struct nfc_llcp_sdp_tlv *sdp; in nfc_llcp_recv_snl()
|
Completed in 11 milliseconds