Lines Matching defs:local
57 struct nfc_llcp_local *local = sock->local; in nfc_llcp_socket_purge() local
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() local
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() local
247 struct nfc_llcp_local *local = from_timer(local, t, link_timer); in nfc_llcp_symm_timer() local
260 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_sdreq_timeout_work() local
290 struct nfc_llcp_local *local = from_timer(local, t, sdreq_timer); in nfc_llcp_sdreq_timer() local
297 struct nfc_llcp_local *local; in nfc_llcp_find_local() local
339 struct nfc_llcp_sock *nfc_llcp_sock_from_sn(struct nfc_llcp_local *local, in nfc_llcp_sock_from_sn()
387 u8 nfc_llcp_get_sdp_ssap(struct nfc_llcp_local *local, in nfc_llcp_get_sdp_ssap()
441 u8 nfc_llcp_get_local_ssap(struct nfc_llcp_local *local) in nfc_llcp_get_local_ssap()
460 void nfc_llcp_put_ssap(struct nfc_llcp_local *local, u8 ssap) in nfc_llcp_put_ssap()
511 static u8 nfc_llcp_reserve_sdp_ssap(struct nfc_llcp_local *local) in nfc_llcp_reserve_sdp_ssap()
533 static int nfc_llcp_build_gb(struct nfc_llcp_local *local) in nfc_llcp_build_gb()
596 struct nfc_llcp_local *local; in nfc_llcp_general_bytes() local
613 struct nfc_llcp_local *local; in nfc_llcp_set_remote_gb() local
670 void nfc_llcp_send_to_raw_sock(struct nfc_llcp_local *local, in nfc_llcp_send_to_raw_sock()
712 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_tx_work() local
774 static struct nfc_llcp_sock *nfc_llcp_connecting_sock_get(struct nfc_llcp_local *local, in nfc_llcp_connecting_sock_get()
799 static struct nfc_llcp_sock *nfc_llcp_sock_get_sn(struct nfc_llcp_local *local, in nfc_llcp_sock_get_sn()
837 static void nfc_llcp_recv_ui(struct nfc_llcp_local *local, in nfc_llcp_recv_ui()
873 static void nfc_llcp_recv_connect(struct nfc_llcp_local *local, in nfc_llcp_recv_connect()
998 struct nfc_llcp_local *local = sock->local; in nfc_llcp_queue_i_frames() local
1023 static void nfc_llcp_recv_hdlc(struct nfc_llcp_local *local, in nfc_llcp_recv_hdlc()
1110 static void nfc_llcp_recv_disc(struct nfc_llcp_local *local, in nfc_llcp_recv_disc()
1154 static void nfc_llcp_recv_cc(struct nfc_llcp_local *local, struct sk_buff *skb) in nfc_llcp_recv_cc()
1187 static void nfc_llcp_recv_dm(struct nfc_llcp_local *local, struct sk_buff *skb) in nfc_llcp_recv_dm()
1224 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() local
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() local
1511 struct nfc_llcp_local *local; in nfc_llcp_data_received() local
1526 struct nfc_llcp_local *local; in nfc_llcp_mac_is_down() local
1542 struct nfc_llcp_local *local; in nfc_llcp_mac_is_up() local
1566 struct nfc_llcp_local *local; in nfc_llcp_register_device() local
1612 struct nfc_llcp_local *local = nfc_llcp_find_local(dev); in nfc_llcp_unregister_device() local