diff options
Diffstat (limited to 'include/linux/usb/phy.h')
-rw-r--r-- | include/linux/usb/phy.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/usb/phy.h b/include/linux/usb/phy.h index e39f251cf861..31a8068c42a5 100644 --- a/include/linux/usb/phy.h +++ b/include/linux/usb/phy.h | |||
@@ -63,7 +63,7 @@ enum usb_otg_state { | |||
63 | struct usb_phy; | 63 | struct usb_phy; |
64 | struct usb_otg; | 64 | struct usb_otg; |
65 | 65 | ||
66 | /* for transceivers connected thru an ULPI interface, the user must | 66 | /* for phys connected thru an ULPI interface, the user must |
67 | * provide access ops | 67 | * provide access ops |
68 | */ | 68 | */ |
69 | struct usb_phy_io_ops { | 69 | struct usb_phy_io_ops { |
@@ -92,10 +92,10 @@ struct usb_phy { | |||
92 | u16 port_status; | 92 | u16 port_status; |
93 | u16 port_change; | 93 | u16 port_change; |
94 | 94 | ||
95 | /* to support controllers that have multiple transceivers */ | 95 | /* to support controllers that have multiple phys */ |
96 | struct list_head head; | 96 | struct list_head head; |
97 | 97 | ||
98 | /* initialize/shutdown the OTG controller */ | 98 | /* initialize/shutdown the phy */ |
99 | int (*init)(struct usb_phy *x); | 99 | int (*init)(struct usb_phy *x); |
100 | void (*shutdown)(struct usb_phy *x); | 100 | void (*shutdown)(struct usb_phy *x); |
101 | 101 | ||
@@ -106,7 +106,7 @@ struct usb_phy { | |||
106 | int (*set_power)(struct usb_phy *x, | 106 | int (*set_power)(struct usb_phy *x, |
107 | unsigned mA); | 107 | unsigned mA); |
108 | 108 | ||
109 | /* Set transceiver into suspend mode */ | 109 | /* Set phy into suspend mode */ |
110 | int (*set_suspend)(struct usb_phy *x, | 110 | int (*set_suspend)(struct usb_phy *x, |
111 | int suspend); | 111 | int suspend); |
112 | 112 | ||