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

#include <hidp.h>

Data Fields

struct list_head list
 
struct hci_connconn
 
struct socketctrl_sock
 
struct socketintr_sock
 
bdaddr_t bdaddr
 
unsigned long state
 
unsigned long flags
 
unsigned long idle_to
 
uint ctrl_mtu
 
uint intr_mtu
 
atomic_t terminate
 
struct task_structtask
 
unsigned char keys [8]
 
unsigned char leds
 
struct input_dev * input
 
struct hid_devicehid
 
struct timer_list timer
 
struct sk_buff_head ctrl_transmit
 
struct sk_buff_head intr_transmit
 
int waiting_report_type
 
int waiting_report_number
 
struct mutex report_mutex
 
struct sk_buffreport_return
 
wait_queue_head_t report_queue
 
int output_report_success
 
__u8rd_data
 
uint rd_size
 
wait_queue_head_t startup_queue
 
int waiting_for_startup
 

Detailed Description

Definition at line 128 of file hidp.h.

Field Documentation

bdaddr_t bdaddr

Definition at line 136 of file hidp.h.

Definition at line 131 of file hidp.h.

uint ctrl_mtu

Definition at line 142 of file hidp.h.

struct socket* ctrl_sock

Definition at line 133 of file hidp.h.

struct sk_buff_head ctrl_transmit

Definition at line 157 of file hidp.h.

unsigned long flags

Definition at line 139 of file hidp.h.

Definition at line 153 of file hidp.h.

unsigned long idle_to

Definition at line 140 of file hidp.h.

struct input_dev* input

Definition at line 151 of file hidp.h.

uint intr_mtu

Definition at line 143 of file hidp.h.

struct socket* intr_sock

Definition at line 134 of file hidp.h.

struct sk_buff_head intr_transmit

Definition at line 158 of file hidp.h.

unsigned char keys[8]

Definition at line 148 of file hidp.h.

unsigned char leds

Definition at line 149 of file hidp.h.

Definition at line 129 of file hidp.h.

int output_report_success

Definition at line 168 of file hidp.h.

__u8* rd_data

Definition at line 171 of file hidp.h.

uint rd_size

Definition at line 172 of file hidp.h.

struct mutex report_mutex

Definition at line 163 of file hidp.h.

wait_queue_head_t report_queue

Definition at line 165 of file hidp.h.

struct sk_buff* report_return

Definition at line 164 of file hidp.h.

wait_queue_head_t startup_queue

Definition at line 174 of file hidp.h.

unsigned long state

Definition at line 138 of file hidp.h.

Definition at line 146 of file hidp.h.

atomic_t terminate

Definition at line 145 of file hidp.h.

Definition at line 155 of file hidp.h.

int waiting_for_startup

Definition at line 175 of file hidp.h.

int waiting_report_number

Definition at line 162 of file hidp.h.

int waiting_report_type

Definition at line 161 of file hidp.h.


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