Lines Matching refs:nfc_llcp_local
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()
246 struct nfc_llcp_local *local = from_timer(local, t, link_timer); in nfc_llcp_symm_timer()
259 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_sdreq_timeout_work()
289 struct nfc_llcp_local *local = from_timer(local, t, sdreq_timer); in nfc_llcp_sdreq_timer()
294 struct nfc_llcp_local *nfc_llcp_find_local(struct nfc_dev *dev) in nfc_llcp_find_local()
296 struct nfc_llcp_local *local; in nfc_llcp_find_local()
297 struct nfc_llcp_local *res = NULL; in nfc_llcp_find_local()
310 static struct nfc_llcp_local *nfc_llcp_remove_local(struct nfc_dev *dev) in nfc_llcp_remove_local()
312 struct nfc_llcp_local *local, *tmp; in nfc_llcp_remove_local()
359 struct nfc_llcp_sock *nfc_llcp_sock_from_sn(struct nfc_llcp_local *local, in nfc_llcp_sock_from_sn()
410 u8 nfc_llcp_get_sdp_ssap(struct nfc_llcp_local *local, in nfc_llcp_get_sdp_ssap()
465 u8 nfc_llcp_get_local_ssap(struct nfc_llcp_local *local) in nfc_llcp_get_local_ssap()
484 void nfc_llcp_put_ssap(struct nfc_llcp_local *local, u8 ssap) in nfc_llcp_put_ssap()
535 static u8 nfc_llcp_reserve_sdp_ssap(struct nfc_llcp_local *local) in nfc_llcp_reserve_sdp_ssap()
557 static int nfc_llcp_build_gb(struct nfc_llcp_local *local) in nfc_llcp_build_gb()
636 struct nfc_llcp_local *local; in nfc_llcp_general_bytes()
655 struct nfc_llcp_local *local; in nfc_llcp_set_remote_gb()
717 void nfc_llcp_send_to_raw_sock(struct nfc_llcp_local *local, in nfc_llcp_send_to_raw_sock()
759 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_tx_work()
814 static struct nfc_llcp_sock *nfc_llcp_connecting_sock_get(struct nfc_llcp_local *local, in nfc_llcp_connecting_sock_get()
839 static struct nfc_llcp_sock *nfc_llcp_sock_get_sn(struct nfc_llcp_local *local, in nfc_llcp_sock_get_sn()
869 static void nfc_llcp_recv_ui(struct nfc_llcp_local *local, in nfc_llcp_recv_ui()
905 static void nfc_llcp_recv_connect(struct nfc_llcp_local *local, in nfc_llcp_recv_connect()
1039 struct nfc_llcp_local *local = sock->local; in nfc_llcp_queue_i_frames()
1064 static void nfc_llcp_recv_hdlc(struct nfc_llcp_local *local, in nfc_llcp_recv_hdlc()
1151 static void nfc_llcp_recv_disc(struct nfc_llcp_local *local, in nfc_llcp_recv_disc()
1195 static void nfc_llcp_recv_cc(struct nfc_llcp_local *local, in nfc_llcp_recv_cc()
1229 static void nfc_llcp_recv_dm(struct nfc_llcp_local *local, in nfc_llcp_recv_dm()
1267 static void nfc_llcp_recv_snl(struct nfc_llcp_local *local, in nfc_llcp_recv_snl()
1406 static void nfc_llcp_recv_agf(struct nfc_llcp_local *local, struct sk_buff *skb) in nfc_llcp_recv_agf()
1450 static void nfc_llcp_rx_skb(struct nfc_llcp_local *local, struct sk_buff *skb) in nfc_llcp_rx_skb()
1515 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_rx_work()
1536 static void __nfc_llcp_recv(struct nfc_llcp_local *local, struct sk_buff *skb) in __nfc_llcp_recv()
1545 struct nfc_llcp_local *local = (struct nfc_llcp_local *) data; in nfc_llcp_recv()
1557 struct nfc_llcp_local *local; in nfc_llcp_data_received()
1574 struct nfc_llcp_local *local; in nfc_llcp_mac_is_down()
1592 struct nfc_llcp_local *local; in nfc_llcp_mac_is_up()
1618 struct nfc_llcp_local *local; in nfc_llcp_register_device()
1620 local = kzalloc(sizeof(struct nfc_llcp_local), GFP_KERNEL); in nfc_llcp_register_device()
1675 struct nfc_llcp_local *local = nfc_llcp_remove_local(dev); in nfc_llcp_unregister_device()