Linux Kernel
3.7.1
|
#include <intel_mid_otg.h>
Data Fields | |
struct usb_phy | otg |
struct otg_hsm | hsm |
void __iomem * | base |
struct iotg_ulpi_access_ops | ulpi_ops |
struct atomic_notifier_head | iotg_notifier |
int(* | start_host )(struct intel_mid_otg_xceiv *iotg) |
int(* | stop_host )(struct intel_mid_otg_xceiv *iotg) |
int(* | start_peripheral )(struct intel_mid_otg_xceiv *iotg) |
int(* | stop_peripheral )(struct intel_mid_otg_xceiv *iotg) |
int(* | set_adp_probe )(struct intel_mid_otg_xceiv *iotg, bool enabled, int dev) |
int(* | set_adp_sense )(struct intel_mid_otg_xceiv *iotg, bool enabled) |
Definition at line 110 of file intel_mid_otg.h.
Definition at line 115 of file intel_mid_otg.h.
Definition at line 112 of file intel_mid_otg.h.
struct atomic_notifier_head iotg_notifier |
Definition at line 121 of file intel_mid_otg.h.
Definition at line 111 of file intel_mid_otg.h.
Definition at line 132 of file intel_mid_otg.h.
int(* set_adp_sense)(struct intel_mid_otg_xceiv *iotg, bool enabled) |
Definition at line 134 of file intel_mid_otg.h.
int(* start_host)(struct intel_mid_otg_xceiv *iotg) |
Definition at line 124 of file intel_mid_otg.h.
int(* start_peripheral)(struct intel_mid_otg_xceiv *iotg) |
Definition at line 128 of file intel_mid_otg.h.
int(* stop_host)(struct intel_mid_otg_xceiv *iotg) |
Definition at line 125 of file intel_mid_otg.h.
int(* stop_peripheral)(struct intel_mid_otg_xceiv *iotg) |
Definition at line 129 of file intel_mid_otg.h.
struct iotg_ulpi_access_ops ulpi_ops |
Definition at line 118 of file intel_mid_otg.h.