Lines Matching defs:local
45 struct nfc_llcp_local *local = sock->local; in nfc_llcp_socket_purge() local
66 static void nfc_llcp_socket_release(struct nfc_llcp_local *local, bool device, in nfc_llcp_socket_release()
146 struct nfc_llcp_local *nfc_llcp_local_get(struct nfc_llcp_local *local) in nfc_llcp_local_get()
153 static void local_cleanup(struct nfc_llcp_local *local) in local_cleanup()
169 struct nfc_llcp_local *local; in local_release() local
178 int nfc_llcp_local_put(struct nfc_llcp_local *local) in nfc_llcp_local_put()
186 static struct nfc_llcp_sock *nfc_llcp_sock_get(struct nfc_llcp_local *local, in nfc_llcp_sock_get()
227 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_timeout_work() local
235 struct nfc_llcp_local *local = from_timer(local, t, link_timer); in nfc_llcp_symm_timer() local
248 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_sdreq_timeout_work() local
278 struct nfc_llcp_local *local = from_timer(local, t, sdreq_timer); in nfc_llcp_sdreq_timer() local
285 struct nfc_llcp_local *local; in nfc_llcp_find_local() local
327 struct nfc_llcp_sock *nfc_llcp_sock_from_sn(struct nfc_llcp_local *local, in nfc_llcp_sock_from_sn()
375 u8 nfc_llcp_get_sdp_ssap(struct nfc_llcp_local *local, in nfc_llcp_get_sdp_ssap()
429 u8 nfc_llcp_get_local_ssap(struct nfc_llcp_local *local) in nfc_llcp_get_local_ssap()
448 void nfc_llcp_put_ssap(struct nfc_llcp_local *local, u8 ssap) in nfc_llcp_put_ssap()
499 static u8 nfc_llcp_reserve_sdp_ssap(struct nfc_llcp_local *local) in nfc_llcp_reserve_sdp_ssap()
521 static int nfc_llcp_build_gb(struct nfc_llcp_local *local) in nfc_llcp_build_gb()
600 struct nfc_llcp_local *local; in nfc_llcp_general_bytes() local
617 struct nfc_llcp_local *local; in nfc_llcp_set_remote_gb() local
674 void nfc_llcp_send_to_raw_sock(struct nfc_llcp_local *local, in nfc_llcp_send_to_raw_sock()
716 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_tx_work() local
778 static struct nfc_llcp_sock *nfc_llcp_connecting_sock_get(struct nfc_llcp_local *local, in nfc_llcp_connecting_sock_get()
803 static struct nfc_llcp_sock *nfc_llcp_sock_get_sn(struct nfc_llcp_local *local, in nfc_llcp_sock_get_sn()
841 static void nfc_llcp_recv_ui(struct nfc_llcp_local *local, in nfc_llcp_recv_ui()
877 static void nfc_llcp_recv_connect(struct nfc_llcp_local *local, in nfc_llcp_recv_connect()
1002 struct nfc_llcp_local *local = sock->local; in nfc_llcp_queue_i_frames() local
1027 static void nfc_llcp_recv_hdlc(struct nfc_llcp_local *local, in nfc_llcp_recv_hdlc()
1114 static void nfc_llcp_recv_disc(struct nfc_llcp_local *local, in nfc_llcp_recv_disc()
1158 static void nfc_llcp_recv_cc(struct nfc_llcp_local *local, struct sk_buff *skb) in nfc_llcp_recv_cc()
1191 static void nfc_llcp_recv_dm(struct nfc_llcp_local *local, struct sk_buff *skb) in nfc_llcp_recv_dm()
1228 static void nfc_llcp_recv_snl(struct nfc_llcp_local *local, in nfc_llcp_recv_snl()
1363 static void nfc_llcp_recv_agf(struct nfc_llcp_local *local, struct sk_buff *skb) in nfc_llcp_recv_agf()
1407 static void nfc_llcp_rx_skb(struct nfc_llcp_local *local, struct sk_buff *skb) in nfc_llcp_rx_skb()
1472 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_rx_work() local
1493 static void __nfc_llcp_recv(struct nfc_llcp_local *local, struct sk_buff *skb) in __nfc_llcp_recv()
1502 struct nfc_llcp_local *local = (struct nfc_llcp_local *) data; in nfc_llcp_recv() local
1515 struct nfc_llcp_local *local; in nfc_llcp_data_received() local
1530 struct nfc_llcp_local *local; in nfc_llcp_mac_is_down() local
1546 struct nfc_llcp_local *local; in nfc_llcp_mac_is_up() local
1570 struct nfc_llcp_local *local; in nfc_llcp_register_device() local
1616 struct nfc_llcp_local *local = nfc_llcp_find_local(dev); in nfc_llcp_unregister_device() local