Searched refs:nfc_llcp_local (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/net/nfc/ |
D | llcp.h | 50 struct nfc_llcp_local { struct 105 struct nfc_llcp_local *local; argument 203 struct nfc_llcp_local *nfc_llcp_find_local(struct nfc_dev *dev); 204 struct nfc_llcp_local *nfc_llcp_local_get(struct nfc_llcp_local *local); 205 int nfc_llcp_local_put(struct nfc_llcp_local *local); 206 u8 nfc_llcp_get_sdp_ssap(struct nfc_llcp_local *local, 208 u8 nfc_llcp_get_local_ssap(struct nfc_llcp_local *local); 209 void nfc_llcp_put_ssap(struct nfc_llcp_local *local, u8 ssap); 211 void nfc_llcp_send_to_raw_sock(struct nfc_llcp_local *local, 222 int nfc_llcp_parse_gb_tlv(struct nfc_llcp_local *local, [all …]
|
D | llcp_core.c | 21 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() 64 static void nfc_llcp_socket_release(struct nfc_llcp_local *local, bool device, in nfc_llcp_socket_release() 144 struct nfc_llcp_local *nfc_llcp_local_get(struct nfc_llcp_local *local) in nfc_llcp_local_get() 151 static void local_cleanup(struct nfc_llcp_local *local) in local_cleanup() 168 struct nfc_llcp_local *local; in local_release() 170 local = container_of(ref, struct nfc_llcp_local, ref); in local_release() 177 int nfc_llcp_local_put(struct nfc_llcp_local *local) in nfc_llcp_local_put() 185 static struct nfc_llcp_sock *nfc_llcp_sock_get(struct nfc_llcp_local *local, in nfc_llcp_sock_get() 226 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_timeout_work() [all …]
|
D | llcp_commands.c | 192 int nfc_llcp_parse_gb_tlv(struct nfc_llcp_local *local, in nfc_llcp_parse_gb_tlv() 338 struct nfc_llcp_local *local; in nfc_llcp_send_disconnect() 360 struct nfc_llcp_local *local; in nfc_llcp_send_symm() 388 struct nfc_llcp_local *local; in nfc_llcp_send_connect() 463 struct nfc_llcp_local *local; in nfc_llcp_send_cc() 519 static struct sk_buff *nfc_llcp_allocate_snl(struct nfc_llcp_local *local, in nfc_llcp_allocate_snl() 548 int nfc_llcp_send_snl_sdres(struct nfc_llcp_local *local, in nfc_llcp_send_snl_sdres() 572 int nfc_llcp_send_snl_sdreq(struct nfc_llcp_local *local, in nfc_llcp_send_snl_sdreq() 606 int nfc_llcp_send_dm(struct nfc_llcp_local *local, u8 ssap, u8 dsap, u8 reason) in nfc_llcp_send_dm() 644 struct nfc_llcp_local *local; in nfc_llcp_send_i_frame() [all …]
|
D | llcp_sock.c | 63 struct nfc_llcp_local *local; in llcp_sock_bind() 154 struct nfc_llcp_local *local; in llcp_raw_sock_bind() 307 struct nfc_llcp_local *local; in nfc_llcp_getsockopt() 597 struct nfc_llcp_local *local; in llcp_sock_release() 658 struct nfc_llcp_local *local; in llcp_sock_connect()
|
D | nfc.h | 54 struct nfc_llcp_local *nfc_llcp_find_local(struct nfc_dev *dev);
|
D | netlink.c | 989 struct nfc_llcp_local *local, in nfc_genl_send_params() 1016 struct nfc_llcp_local *local; in nfc_genl_llc_get_params() 1065 struct nfc_llcp_local *local; in nfc_genl_llc_set_params() 1131 struct nfc_llcp_local *local; in nfc_genl_llc_sdreq()
|