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

#include <phy.h>

Data Fields

struct devicedev
 
const charlabel
 
unsigned int flags
 
enum usb_phy_type type
 
enum usb_otg_state state
 
enum usb_phy_events last_event
 
struct usb_otgotg
 
struct deviceio_dev
 
struct usb_phy_io_opsio_ops
 
void __iomemio_priv
 
struct atomic_notifier_head notifier
 
u16 port_status
 
u16 port_change
 
struct list_head head
 
int(* init )(struct usb_phy *x)
 
void(* shutdown )(struct usb_phy *x)
 
int(* set_power )(struct usb_phy *x, unsigned mA)
 
int(* set_suspend )(struct usb_phy *x, int suspend)
 
int(* notify_connect )(struct usb_phy *x, int port)
 
int(* notify_disconnect )(struct usb_phy *x, int port)
 

Detailed Description

Definition at line 64 of file phy.h.

Field Documentation

struct device* dev

Definition at line 65 of file phy.h.

unsigned int flags

Definition at line 67 of file phy.h.

Definition at line 87 of file phy.h.

int(* init)(struct usb_phy *x)

Definition at line 90 of file phy.h.

struct device* io_dev

Definition at line 75 of file phy.h.

Definition at line 76 of file phy.h.

void __iomem* io_priv

Definition at line 77 of file phy.h.

Definition at line 66 of file phy.h.

enum usb_phy_events last_event

Definition at line 71 of file phy.h.

Definition at line 80 of file phy.h.

int(* notify_connect)(struct usb_phy *x, int port)

Definition at line 102 of file phy.h.

int(* notify_disconnect)(struct usb_phy *x, int port)

Definition at line 103 of file phy.h.

Definition at line 73 of file phy.h.

u16 port_change

Definition at line 84 of file phy.h.

u16 port_status

Definition at line 83 of file phy.h.

int(* set_power)(struct usb_phy *x, unsigned mA)

Definition at line 94 of file phy.h.

int(* set_suspend)(struct usb_phy *x, int suspend)

Definition at line 98 of file phy.h.

void(* shutdown)(struct usb_phy *x)

Definition at line 91 of file phy.h.

Definition at line 70 of file phy.h.

Definition at line 69 of file phy.h.


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