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

#include <otg_fsm.h>

Data Fields

void(* chrg_vbus )(int on)
 
void(* drv_vbus )(int on)
 
void(* loc_conn )(int on)
 
void(* loc_sof )(int on)
 
void(* start_pulse )(void)
 
void(* add_timer )(void *timer)
 
void(* del_timer )(void *timer)
 
int(* start_host )(struct otg_fsm *fsm, int on)
 
int(* start_gadget )(struct otg_fsm *fsm, int on)
 

Detailed Description

Definition at line 92 of file otg_fsm.h.

Field Documentation

void(* add_timer)(void *timer)

Definition at line 98 of file otg_fsm.h.

void(* chrg_vbus)(int on)

Definition at line 93 of file otg_fsm.h.

void(* del_timer)(void *timer)

Definition at line 99 of file otg_fsm.h.

void(* drv_vbus)(int on)

Definition at line 94 of file otg_fsm.h.

void(* loc_conn)(int on)

Definition at line 95 of file otg_fsm.h.

void(* loc_sof)(int on)

Definition at line 96 of file otg_fsm.h.

int(* start_gadget)(struct otg_fsm *fsm, int on)

Definition at line 101 of file otg_fsm.h.

int(* start_host)(struct otg_fsm *fsm, int on)

Definition at line 100 of file otg_fsm.h.

void(* start_pulse)(void)

Definition at line 97 of file otg_fsm.h.


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