#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/list.h>
#include <linux/nfc.h>
#include "../nfc.h"
#include "llcp.h"
Go to the source code of this file.
|
#define | pr_fmt(fmt) "llcp: %s: " fmt, __func__ |
|
|
void | nfc_llcp_sock_link (struct llcp_sock_list *l, struct sock *sk) |
|
void | nfc_llcp_sock_unlink (struct llcp_sock_list *l, struct sock *sk) |
|
struct nfc_llcp_local * | nfc_llcp_local_get (struct nfc_llcp_local *local) |
|
int | nfc_llcp_local_put (struct nfc_llcp_local *local) |
|
struct nfc_llcp_local * | nfc_llcp_find_local (struct nfc_dev *dev) |
|
u8 | nfc_llcp_get_sdp_ssap (struct nfc_llcp_local *local, struct nfc_llcp_sock *sock) |
|
u8 | nfc_llcp_get_local_ssap (struct nfc_llcp_local *local) |
|
void | nfc_llcp_put_ssap (struct nfc_llcp_local *local, u8 ssap) |
|
u8 * | nfc_llcp_general_bytes (struct nfc_dev *dev, size_t *general_bytes_len) |
|
int | nfc_llcp_set_remote_gb (struct nfc_dev *dev, u8 *gb, u8 gb_len) |
|
void | nfc_llcp_send_to_raw_sock (struct nfc_llcp_local *local, struct sk_buff *skb, u8 direction) |
|
int | nfc_llcp_queue_i_frames (struct nfc_llcp_sock *sock) |
|
void | nfc_llcp_recv (void *data, struct sk_buff *skb, int err) |
|
int | nfc_llcp_data_received (struct nfc_dev *dev, struct sk_buff *skb) |
|
void | nfc_llcp_mac_is_down (struct nfc_dev *dev) |
|
void | nfc_llcp_mac_is_up (struct nfc_dev *dev, u32 target_idx, u8 comm_mode, u8 rf_mode) |
|
int | nfc_llcp_register_device (struct nfc_dev *ndev) |
|
void | nfc_llcp_unregister_device (struct nfc_dev *dev) |
|
int __init | nfc_llcp_init (void) |
|
void | nfc_llcp_exit (void) |
|
#define pr_fmt |
( |
|
fmt | ) |
"llcp: %s: " fmt, __func__ |