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

#include <ci.h>

Data Fields

int(* start )(struct ci13xxx *)
 
void(* stop )(struct ci13xxx *)
 
irqreturn_t(* irq )(struct ci13xxx *)
 
const charname
 

Detailed Description

struct ci_role_driver - host/gadget role driver start: start this role stop: stop this role irq: irq handler for this role name: role name string (host/gadget)

Definition at line 75 of file ci.h.

Field Documentation

Definition at line 78 of file ci.h.

const char* name

Definition at line 79 of file ci.h.

int(* start)(struct ci13xxx *)

Definition at line 76 of file ci.h.

void(* stop)(struct ci13xxx *)

Definition at line 77 of file ci.h.


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