···6363struct usb_phy;6464struct usb_otg;65656666-/* for transceivers connected thru an ULPI interface, the user must6666+/* for phys connected thru an ULPI interface, the user must6767 * provide access ops6868 */6969struct usb_phy_io_ops {···9292 u16 port_status;9393 u16 port_change;94949595- /* to support controllers that have multiple transceivers */9595+ /* to support controllers that have multiple phys */9696 struct list_head head;97979898- /* initialize/shutdown the OTG controller */9898+ /* initialize/shutdown the phy */9999 int (*init)(struct usb_phy *x);100100 void (*shutdown)(struct usb_phy *x);101101···106106 int (*set_power)(struct usb_phy *x,107107 unsigned mA);108108109109- /* Set transceiver into suspend mode */109109+ /* Set phy into suspend mode */110110 int (*set_suspend)(struct usb_phy *x,111111 int suspend);112112