Searched refs:nfc_llcp_local (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/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 int nfc_llcp_local_put(struct nfc_llcp_local *local); 205 u8 nfc_llcp_get_sdp_ssap(struct nfc_llcp_local *local, 207 u8 nfc_llcp_get_local_ssap(struct nfc_llcp_local *local); 208 void nfc_llcp_put_ssap(struct nfc_llcp_local *local, u8 ssap); 210 void nfc_llcp_send_to_raw_sock(struct nfc_llcp_local *local, 221 int nfc_llcp_parse_gb_tlv(struct nfc_llcp_local *local, 238 int nfc_llcp_send_snl_sdres(struct nfc_llcp_local *local, [all …]
|
D | llcp_core.c | 23 static void nfc_llcp_rx_skb(struct nfc_llcp_local *local, struct sk_buff *skb); 47 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 static struct nfc_llcp_local *nfc_llcp_local_get(struct nfc_llcp_local *local) in nfc_llcp_local_get() 160 static void local_cleanup(struct nfc_llcp_local *local) in local_cleanup() 177 struct nfc_llcp_local *local; in local_release() 179 local = container_of(ref, struct nfc_llcp_local, ref); in local_release() 185 int nfc_llcp_local_put(struct nfc_llcp_local *local) in nfc_llcp_local_put() 201 static struct nfc_llcp_sock *nfc_llcp_sock_get(struct nfc_llcp_local *local, in nfc_llcp_sock_get() 238 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() 394 struct nfc_llcp_local *local; in nfc_llcp_send_connect() 470 struct nfc_llcp_local *local; in nfc_llcp_send_cc() 526 static struct sk_buff *nfc_llcp_allocate_snl(struct nfc_llcp_local *local, in nfc_llcp_allocate_snl() 555 int nfc_llcp_send_snl_sdres(struct nfc_llcp_local *local, in nfc_llcp_send_snl_sdres() 579 int nfc_llcp_send_snl_sdreq(struct nfc_llcp_local *local, in nfc_llcp_send_snl_sdreq() 613 int nfc_llcp_send_dm(struct nfc_llcp_local *local, u8 ssap, u8 dsap, u8 reason) in nfc_llcp_send_dm() 651 struct nfc_llcp_local *local; in nfc_llcp_send_i_frame() [all …]
|
D | nfc.h | 54 struct nfc_llcp_local *nfc_llcp_find_local(struct nfc_dev *dev); 55 int nfc_llcp_local_put(struct nfc_llcp_local *local);
|
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 | 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() 1068 struct nfc_llcp_local *local; in nfc_genl_llc_set_params() 1137 struct nfc_llcp_local *local; in nfc_genl_llc_sdreq()
|