Home
last modified time | relevance | path

Searched refs:nfc_llcp_sdp_tlv (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/nfc/
H A Dllcp_commands.c106 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 *sdreq; in nfc_llcp_send_snl_sdreq()
H A Dllcp.h37 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 Dnfc.h44 struct nfc_llcp_sdp_tlv;
58 void nfc_llcp_free_sdp_tlv(struct nfc_llcp_sdp_tlv *sdp);
H A Dllcp_core.c258 struct nfc_llcp_sdp_tlv *sdp; in nfc_llcp_sdreq_timeout_work()
1276 struct nfc_llcp_sdp_tlv *sdp; in nfc_llcp_recv_snl()
H A Dnetlink.c362 struct nfc_llcp_sdp_tlv *sdres; in nfc_genl_llc_send_sdres()
1145 struct nfc_llcp_sdp_tlv *sdreq; in nfc_genl_llc_sdreq()