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

Data Fields

struct hci_devhdev
 
char reg_status
 
long(* st_write )(struct sk_buff *)
 
struct completion wait_reg_completion
 

Detailed Description

struct ti_st - driver operation structure : hci device pointer which binds to bt driver : ST registration callback status : write function provided by the ST driver to be used by the driver during send_frame. - completion sync between ti_st_open and st_reg_completion_cb.

Definition at line 52 of file btwilink.c.

Field Documentation

struct hci_dev* hdev

Definition at line 53 of file btwilink.c.

char reg_status

Definition at line 54 of file btwilink.c.

long(* st_write)(struct sk_buff *)

Definition at line 55 of file btwilink.c.

struct completion wait_reg_completion

Definition at line 56 of file btwilink.c.


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