Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
nfc_llc_ops Struct Reference

#include <llc.h>

Data Fields

void *(* init )(struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv, rcv_to_hci_t rcv_to_hci, int tx_headroom, int tx_tailroom, int *rx_headroom, int *rx_tailroom, llc_failure_t llc_failure)
 
void(* deinit )(struct nfc_llc *llc)
 
int(* start )(struct nfc_llc *llc)
 
int(* stop )(struct nfc_llc *llc)
 
void(* rcv_from_drv )(struct nfc_llc *llc, struct sk_buff *skb)
 
int(* xmit_from_hci )(struct nfc_llc *llc, struct sk_buff *skb)
 

Detailed Description

Definition at line 28 of file llc.h.

Field Documentation

void(* deinit)(struct nfc_llc *llc)

Definition at line 33 of file llc.h.

void*(* init)(struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv, rcv_to_hci_t rcv_to_hci, int tx_headroom, int tx_tailroom, int *rx_headroom, int *rx_tailroom, llc_failure_t llc_failure)

Definition at line 29 of file llc.h.

void(* rcv_from_drv)(struct nfc_llc *llc, struct sk_buff *skb)

Definition at line 36 of file llc.h.

int(* start)(struct nfc_llc *llc)

Definition at line 34 of file llc.h.

int(* stop)(struct nfc_llc *llc)

Definition at line 35 of file llc.h.

int(* xmit_from_hci)(struct nfc_llc *llc, struct sk_buff *skb)

Definition at line 37 of file llc.h.


The documentation for this struct was generated from the following file: