Searched refs:nfc_llcp_local (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/net/nfc/ |
D | llcp.h | 63 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 …]
|
D | llcp_core.c | 33 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 …]
|
D | llcp_commands.c | 200 int nfc_llcp_parse_gb_tlv(struct nfc_llcp_local *local, in nfc_llcp_parse_gb_tlv() 344 struct nfc_llcp_local *local; in nfc_llcp_send_disconnect() 368 struct nfc_llcp_local *local; in nfc_llcp_send_symm() 398 struct nfc_llcp_local *local; in nfc_llcp_send_connect() 464 struct nfc_llcp_local *local; in nfc_llcp_send_cc() 512 static struct sk_buff *nfc_llcp_allocate_snl(struct nfc_llcp_local *local, in nfc_llcp_allocate_snl() 541 int nfc_llcp_send_snl_sdres(struct nfc_llcp_local *local, in nfc_llcp_send_snl_sdres() 565 int nfc_llcp_send_snl_sdreq(struct nfc_llcp_local *local, in nfc_llcp_send_snl_sdreq() 600 int nfc_llcp_send_dm(struct nfc_llcp_local *local, u8 ssap, u8 dsap, u8 reason) in nfc_llcp_send_dm() 638 struct nfc_llcp_local *local; in nfc_llcp_send_i_frame() [all …]
|
D | llcp_sock.c | 74 struct nfc_llcp_local *local; in llcp_sock_bind() 148 struct nfc_llcp_local *local; in llcp_raw_sock_bind() 300 struct nfc_llcp_local *local; in nfc_llcp_getsockopt() 585 struct nfc_llcp_local *local; in llcp_sock_release() 653 struct nfc_llcp_local *local; in llcp_sock_connect()
|
D | nfc.h | 63 struct nfc_llcp_local *nfc_llcp_find_local(struct nfc_dev *dev);
|
D | netlink.c | 944 struct nfc_llcp_local *local, in nfc_genl_send_params() 972 struct nfc_llcp_local *local; in nfc_genl_llc_get_params() 1020 struct nfc_llcp_local *local; in nfc_genl_llc_set_params() 1087 struct nfc_llcp_local *local; in nfc_genl_llc_sdreq()
|