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

Data Fields

struct ccg_usb_function ** functions
 
struct list_head enabled_functions
 
struct usb_composite_devcdev
 
struct devicedev
 
bool enabled
 
struct mutex mutex
 
bool connected
 
bool sw_connected
 
struct work_struct work
 
unsigned int max_func_num
 
unsigned int func_num
 
struct ffs_obj ffs_tab [GFS_MAX_DEVS]
 

Detailed Description

Definition at line 109 of file ccg.c.

Field Documentation

Definition at line 112 of file ccg.c.

bool connected

Definition at line 117 of file ccg.c.

struct device* dev

Definition at line 113 of file ccg.c.

bool enabled

Definition at line 115 of file ccg.c.

struct list_head enabled_functions

Definition at line 111 of file ccg.c.

Definition at line 123 of file ccg.c.

unsigned int func_num

Definition at line 122 of file ccg.c.

struct ccg_usb_function** functions

Definition at line 110 of file ccg.c.

unsigned int max_func_num

Definition at line 121 of file ccg.c.

Definition at line 116 of file ccg.c.

bool sw_connected

Definition at line 118 of file ccg.c.

Definition at line 119 of file ccg.c.


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