Home
last modified time | relevance | path

Searched refs:nfc_llcp_local (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/net/nfc/
Dllcp.h63 struct nfc_llcp_local { struct
118 struct nfc_llcp_local *local; argument
216 struct nfc_llcp_local *nfc_llcp_find_local(struct nfc_dev *dev);
217 struct nfc_llcp_local *nfc_llcp_local_get(struct nfc_llcp_local *local);
218 int nfc_llcp_local_put(struct nfc_llcp_local *local);
219 u8 nfc_llcp_get_sdp_ssap(struct nfc_llcp_local *local,
221 u8 nfc_llcp_get_local_ssap(struct nfc_llcp_local *local);
222 void nfc_llcp_put_ssap(struct nfc_llcp_local *local, u8 ssap);
224 void nfc_llcp_send_to_raw_sock(struct nfc_llcp_local *local,
235 int nfc_llcp_parse_gb_tlv(struct nfc_llcp_local *local,
[all …]
Dllcp_core.c33 static void nfc_llcp_rx_skb(struct nfc_llcp_local *local, struct sk_buff *skb);
57 struct nfc_llcp_local *local = sock->local; in nfc_llcp_socket_purge()
78 static void nfc_llcp_socket_release(struct nfc_llcp_local *local, bool device, in nfc_llcp_socket_release()
158 struct nfc_llcp_local *nfc_llcp_local_get(struct nfc_llcp_local *local) in nfc_llcp_local_get()
165 static void local_cleanup(struct nfc_llcp_local *local) in local_cleanup()
181 struct nfc_llcp_local *local; in local_release()
183 local = container_of(ref, struct nfc_llcp_local, ref); in local_release()
190 int nfc_llcp_local_put(struct nfc_llcp_local *local) in nfc_llcp_local_put()
198 static struct nfc_llcp_sock *nfc_llcp_sock_get(struct nfc_llcp_local *local, in nfc_llcp_sock_get()
239 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_timeout_work()
[all …]
Dllcp_commands.c204 int nfc_llcp_parse_gb_tlv(struct nfc_llcp_local *local, in nfc_llcp_parse_gb_tlv()
348 struct nfc_llcp_local *local; in nfc_llcp_send_disconnect()
372 struct nfc_llcp_local *local; in nfc_llcp_send_symm()
402 struct nfc_llcp_local *local; in nfc_llcp_send_connect()
466 struct nfc_llcp_local *local; in nfc_llcp_send_cc()
515 static struct sk_buff *nfc_llcp_allocate_snl(struct nfc_llcp_local *local, in nfc_llcp_allocate_snl()
544 int nfc_llcp_send_snl_sdres(struct nfc_llcp_local *local, in nfc_llcp_send_snl_sdres()
568 int nfc_llcp_send_snl_sdreq(struct nfc_llcp_local *local, in nfc_llcp_send_snl_sdreq()
602 int nfc_llcp_send_dm(struct nfc_llcp_local *local, u8 ssap, u8 dsap, u8 reason) in nfc_llcp_send_dm()
640 struct nfc_llcp_local *local; in nfc_llcp_send_i_frame()
[all …]
Dllcp_sock.c75 struct nfc_llcp_local *local; in llcp_sock_bind()
150 struct nfc_llcp_local *local; in llcp_raw_sock_bind()
303 struct nfc_llcp_local *local; in nfc_llcp_getsockopt()
593 struct nfc_llcp_local *local; in llcp_sock_release()
661 struct nfc_llcp_local *local; in llcp_sock_connect()
Dnfc.h66 struct nfc_llcp_local *nfc_llcp_find_local(struct nfc_dev *dev);
Dnetlink.c999 struct nfc_llcp_local *local, in nfc_genl_send_params()
1026 struct nfc_llcp_local *local; in nfc_genl_llc_get_params()
1074 struct nfc_llcp_local *local; in nfc_genl_llc_set_params()
1141 struct nfc_llcp_local *local; in nfc_genl_llc_sdreq()