#include <linux/module.h>
#include <linux/types.h>
#include <linux/workqueue.h>
#include <linux/completion.h>
#include <linux/export.h>
#include <linux/sched.h>
#include <linux/bitops.h>
#include <linux/skbuff.h>
#include "../nfc.h"
#include <net/nfc/nci.h>
#include <net/nfc/nci_core.h>
#include <linux/nfc.h>
Go to the source code of this file.
|
#define | pr_fmt(fmt) KBUILD_MODNAME ": %s: " fmt, __func__ |
|
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": %s: " fmt, __func__ |
nci_allocate_device - allocate a new nci device
: device operations : NFC protocols supported by the device
Definition at line 662 of file core.c.
nci_free_device - deallocate nci device
: The nci device to deallocate
Definition at line 706 of file core.c.
nci_recv_frame - receive frame from NCI drivers
: The sk_buff to receive
Definition at line 803 of file core.c.
nci_register_device - register a nci device in the nfc subsystem
: The nci device to register
Definition at line 718 of file core.c.
nci_unregister_device - unregister a nci device in the nfc subsystem
: The nci device to unregister
Definition at line 786 of file core.c.