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

#include <hci_uart.h>

Data Fields

unsigned int id
 
int(* open )(struct hci_uart *hu)
 
int(* close )(struct hci_uart *hu)
 
int(* flush )(struct hci_uart *hu)
 
int(* recv )(struct hci_uart *hu, void *data, int len)
 
int(* enqueue )(struct hci_uart *hu, struct sk_buff *skb)
 
struct sk_buff *(* dequeue )(struct hci_uart *hu)
 

Detailed Description

Definition at line 54 of file hci_uart.h.

Field Documentation

int(* close)(struct hci_uart *hu)

Definition at line 57 of file hci_uart.h.

struct sk_buff*(* dequeue)(struct hci_uart *hu)
read

Definition at line 61 of file hci_uart.h.

int(* enqueue)(struct hci_uart *hu, struct sk_buff *skb)

Definition at line 60 of file hci_uart.h.

int(* flush)(struct hci_uart *hu)

Definition at line 58 of file hci_uart.h.

unsigned int id

Definition at line 55 of file hci_uart.h.

int(* open)(struct hci_uart *hu)

Definition at line 56 of file hci_uart.h.

int(* recv)(struct hci_uart *hu, void *data, int len)

Definition at line 59 of file hci_uart.h.


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