Lines Matching refs:nfc_llcp_local
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()
234 struct nfc_llcp_local *local = from_timer(local, t, link_timer); in nfc_llcp_symm_timer()
247 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_sdreq_timeout_work()
277 struct nfc_llcp_local *local = from_timer(local, t, sdreq_timer); in nfc_llcp_sdreq_timer()
282 struct nfc_llcp_local *nfc_llcp_find_local(struct nfc_dev *dev) in nfc_llcp_find_local()
284 struct nfc_llcp_local *local; in nfc_llcp_find_local()
326 struct nfc_llcp_sock *nfc_llcp_sock_from_sn(struct nfc_llcp_local *local, in nfc_llcp_sock_from_sn()
374 u8 nfc_llcp_get_sdp_ssap(struct nfc_llcp_local *local, in nfc_llcp_get_sdp_ssap()
428 u8 nfc_llcp_get_local_ssap(struct nfc_llcp_local *local) in nfc_llcp_get_local_ssap()
447 void nfc_llcp_put_ssap(struct nfc_llcp_local *local, u8 ssap) in nfc_llcp_put_ssap()
498 static u8 nfc_llcp_reserve_sdp_ssap(struct nfc_llcp_local *local) in nfc_llcp_reserve_sdp_ssap()
520 static int nfc_llcp_build_gb(struct nfc_llcp_local *local) in nfc_llcp_build_gb()
599 struct nfc_llcp_local *local; in nfc_llcp_general_bytes()
616 struct nfc_llcp_local *local; in nfc_llcp_set_remote_gb()
673 void nfc_llcp_send_to_raw_sock(struct nfc_llcp_local *local, in nfc_llcp_send_to_raw_sock()
715 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_tx_work()
770 static struct nfc_llcp_sock *nfc_llcp_connecting_sock_get(struct nfc_llcp_local *local, in nfc_llcp_connecting_sock_get()
795 static struct nfc_llcp_sock *nfc_llcp_sock_get_sn(struct nfc_llcp_local *local, in nfc_llcp_sock_get_sn()
834 static void nfc_llcp_recv_ui(struct nfc_llcp_local *local, in nfc_llcp_recv_ui()
870 static void nfc_llcp_recv_connect(struct nfc_llcp_local *local, in nfc_llcp_recv_connect()
995 struct nfc_llcp_local *local = sock->local; in nfc_llcp_queue_i_frames()
1020 static void nfc_llcp_recv_hdlc(struct nfc_llcp_local *local, in nfc_llcp_recv_hdlc()
1107 static void nfc_llcp_recv_disc(struct nfc_llcp_local *local, in nfc_llcp_recv_disc()
1151 static void nfc_llcp_recv_cc(struct nfc_llcp_local *local, in nfc_llcp_recv_cc()
1185 static void nfc_llcp_recv_dm(struct nfc_llcp_local *local, in nfc_llcp_recv_dm()
1223 static void nfc_llcp_recv_snl(struct nfc_llcp_local *local, in nfc_llcp_recv_snl()
1359 static void nfc_llcp_recv_agf(struct nfc_llcp_local *local, struct sk_buff *skb) in nfc_llcp_recv_agf()
1403 static void nfc_llcp_rx_skb(struct nfc_llcp_local *local, struct sk_buff *skb) in nfc_llcp_rx_skb()
1468 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_rx_work()
1489 static void __nfc_llcp_recv(struct nfc_llcp_local *local, struct sk_buff *skb) in __nfc_llcp_recv()
1498 struct nfc_llcp_local *local = (struct nfc_llcp_local *) data; in nfc_llcp_recv()
1510 struct nfc_llcp_local *local; in nfc_llcp_data_received()
1525 struct nfc_llcp_local *local; in nfc_llcp_mac_is_down()
1541 struct nfc_llcp_local *local; in nfc_llcp_mac_is_up()
1565 struct nfc_llcp_local *local; in nfc_llcp_register_device()
1567 local = kzalloc(sizeof(struct nfc_llcp_local), GFP_KERNEL); in nfc_llcp_register_device()
1611 struct nfc_llcp_local *local = nfc_llcp_find_local(dev); in nfc_llcp_unregister_device()