Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/spinlock.h>
#include <linux/delay.h>
#include <linux/usb.h>
#include <linux/usb/gadget.h>
#include <linux/usb/otg.h>
#include "otg_fsm.h"
Go to the source code of this file.
Functions | |
void | otg_leave_state (struct otg_fsm *fsm, enum usb_otg_state old_state) |
int | otg_set_state (struct otg_fsm *fsm, enum usb_otg_state new_state) |
int | otg_statemachine (struct otg_fsm *fsm) |
void otg_leave_state | ( | struct otg_fsm * | fsm, |
enum usb_otg_state | old_state | ||
) |
int otg_set_state | ( | struct otg_fsm * | fsm, |
enum usb_otg_state | new_state | ||
) |