Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | urelease_work |
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ": %s: " fmt, __func__ |
Functions | |
int | nfc_genl_targets_found (struct nfc_dev *dev) |
int | nfc_genl_target_lost (struct nfc_dev *dev, u32 target_idx) |
int | nfc_genl_tm_activated (struct nfc_dev *dev, u32 protocol) |
int | nfc_genl_tm_deactivated (struct nfc_dev *dev) |
int | nfc_genl_device_added (struct nfc_dev *dev) |
int | nfc_genl_device_removed (struct nfc_dev *dev) |
int | nfc_genl_dep_link_up_event (struct nfc_dev *dev, u32 target_idx, u8 comm_mode, u8 rf_mode) |
int | nfc_genl_dep_link_down_event (struct nfc_dev *dev) |
void | nfc_genl_data_init (struct nfc_genl_data *genl_data) |
void | nfc_genl_data_exit (struct nfc_genl_data *genl_data) |
int __init | nfc_genl_init (void) |
void | nfc_genl_exit (void) |
#define pr_fmt | ( | fmt | ) | KBUILD_MODNAME ": %s: " fmt, __func__ |
void nfc_genl_data_exit | ( | struct nfc_genl_data * | genl_data | ) |
void nfc_genl_data_init | ( | struct nfc_genl_data * | genl_data | ) |
nfc_genl_exit() - Deinitialize netlink interface
nfc_genl_init() - Initialize netlink interface
This initialization function registers the nfc netlink family.