Home
last modified time | relevance | path

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

/Linux-v5.4/net/nfc/
Dllcp.h51 struct nfc_llcp_local { struct
106 struct nfc_llcp_local *local; argument
204 struct nfc_llcp_local *nfc_llcp_find_local(struct nfc_dev *dev);
205 struct nfc_llcp_local *nfc_llcp_local_get(struct nfc_llcp_local *local);
206 int nfc_llcp_local_put(struct nfc_llcp_local *local);
207 u8 nfc_llcp_get_sdp_ssap(struct nfc_llcp_local *local,
209 u8 nfc_llcp_get_local_ssap(struct nfc_llcp_local *local);
210 void nfc_llcp_put_ssap(struct nfc_llcp_local *local, u8 ssap);
212 void nfc_llcp_send_to_raw_sock(struct nfc_llcp_local *local,
223 int nfc_llcp_parse_gb_tlv(struct nfc_llcp_local *local,
[all …]
Dllcp_core.c21 static void nfc_llcp_rx_skb(struct nfc_llcp_local *local, struct sk_buff *skb);
45 struct nfc_llcp_local *local = sock->local; in nfc_llcp_socket_purge()
66 static void nfc_llcp_socket_release(struct nfc_llcp_local *local, bool device, in nfc_llcp_socket_release()
146 struct nfc_llcp_local *nfc_llcp_local_get(struct nfc_llcp_local *local) in nfc_llcp_local_get()
153 static void local_cleanup(struct nfc_llcp_local *local) in local_cleanup()
169 struct nfc_llcp_local *local; in local_release()
171 local = container_of(ref, struct nfc_llcp_local, ref); in local_release()
178 int nfc_llcp_local_put(struct nfc_llcp_local *local) in nfc_llcp_local_put()
186 static struct nfc_llcp_sock *nfc_llcp_sock_get(struct nfc_llcp_local *local, in nfc_llcp_sock_get()
227 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_timeout_work()
[all …]
Dllcp_commands.c192 int nfc_llcp_parse_gb_tlv(struct nfc_llcp_local *local, in nfc_llcp_parse_gb_tlv()
336 struct nfc_llcp_local *local; in nfc_llcp_send_disconnect()
360 struct nfc_llcp_local *local; in nfc_llcp_send_symm()
390 struct nfc_llcp_local *local; in nfc_llcp_send_connect()
466 struct nfc_llcp_local *local; in nfc_llcp_send_cc()
523 static struct sk_buff *nfc_llcp_allocate_snl(struct nfc_llcp_local *local, in nfc_llcp_allocate_snl()
552 int nfc_llcp_send_snl_sdres(struct nfc_llcp_local *local, in nfc_llcp_send_snl_sdres()
576 int nfc_llcp_send_snl_sdreq(struct nfc_llcp_local *local, in nfc_llcp_send_snl_sdreq()
610 int nfc_llcp_send_dm(struct nfc_llcp_local *local, u8 ssap, u8 dsap, u8 reason) in nfc_llcp_send_dm()
648 struct nfc_llcp_local *local; in nfc_llcp_send_i_frame()
[all …]
Dllcp_sock.c63 struct nfc_llcp_local *local; in llcp_sock_bind()
143 struct nfc_llcp_local *local; in llcp_raw_sock_bind()
296 struct nfc_llcp_local *local; in nfc_llcp_getsockopt()
586 struct nfc_llcp_local *local; in llcp_sock_release()
654 struct nfc_llcp_local *local; in llcp_sock_connect()
Dnfc.h54 struct nfc_llcp_local *nfc_llcp_find_local(struct nfc_dev *dev);
Dnetlink.c990 struct nfc_llcp_local *local, in nfc_genl_send_params()
1017 struct nfc_llcp_local *local; in nfc_genl_llc_get_params()
1066 struct nfc_llcp_local *local; in nfc_genl_llc_set_params()
1132 struct nfc_llcp_local *local; in nfc_genl_llc_sdreq()