Linux Kernel
3.7.1
|
Data Fields | |
struct hci_dev * | hdev |
char | reg_status |
long(* | st_write )(struct sk_buff *) |
struct completion | wait_reg_completion |
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.
Definition at line 53 of file btwilink.c.
char reg_status |
Definition at line 54 of file btwilink.c.
Definition at line 55 of file btwilink.c.
struct completion wait_reg_completion |
Definition at line 56 of file btwilink.c.