Loading drivers/usb/otg/ab8500-usb.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -153,7 +153,7 @@ static int ab8500_usb_link_status_update(struct ab8500_usb *ab) u8 reg; u8 reg; enum ab8500_usb_link_status lsts; enum ab8500_usb_link_status lsts; void *v = NULL; void *v = NULL; enum usb_xceiv_events event; enum usb_phy_events event; abx500_get_register_interruptible(ab->dev, abx500_get_register_interruptible(ab->dev, AB8500_USB, AB8500_USB, Loading drivers/usb/otg/twl4030-usb.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -246,7 +246,7 @@ twl4030_usb_clear_bits(struct twl4030_usb *twl, u8 reg, u8 bits) /*-------------------------------------------------------------------------*/ /*-------------------------------------------------------------------------*/ static enum usb_xceiv_events twl4030_usb_linkstat(struct twl4030_usb *twl) static enum usb_phy_events twl4030_usb_linkstat(struct twl4030_usb *twl) { { int status; int status; int linkstat = USB_EVENT_NONE; int linkstat = USB_EVENT_NONE; Loading include/linux/usb/otg.h +3 −3 Original line number Original line Diff line number Diff line Loading @@ -35,7 +35,7 @@ enum usb_otg_state { OTG_STATE_A_VBUS_ERR, OTG_STATE_A_VBUS_ERR, }; }; enum usb_xceiv_events { enum usb_phy_events { USB_EVENT_NONE, /* no events or cable disconnected */ USB_EVENT_NONE, /* no events or cable disconnected */ USB_EVENT_VBUS, /* vbus valid event */ USB_EVENT_VBUS, /* vbus valid event */ USB_EVENT_ID, /* id was grounded */ USB_EVENT_ID, /* id was grounded */ Loading Loading @@ -66,7 +66,7 @@ struct usb_phy { u8 default_a; u8 default_a; enum usb_otg_state state; enum usb_otg_state state; enum usb_xceiv_events last_event; enum usb_phy_events last_event; struct usb_bus *host; struct usb_bus *host; struct usb_gadget *gadget; struct usb_gadget *gadget; Loading @@ -74,7 +74,7 @@ struct usb_phy { struct otg_io_access_ops *io_ops; struct otg_io_access_ops *io_ops; void __iomem *io_priv; void __iomem *io_priv; /* for notification of usb_xceiv_events */ /* for notification of usb_phy_events */ struct atomic_notifier_head notifier; struct atomic_notifier_head notifier; /* to pass extra port status to the root hub */ /* to pass extra port status to the root hub */ Loading Loading
drivers/usb/otg/ab8500-usb.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -153,7 +153,7 @@ static int ab8500_usb_link_status_update(struct ab8500_usb *ab) u8 reg; u8 reg; enum ab8500_usb_link_status lsts; enum ab8500_usb_link_status lsts; void *v = NULL; void *v = NULL; enum usb_xceiv_events event; enum usb_phy_events event; abx500_get_register_interruptible(ab->dev, abx500_get_register_interruptible(ab->dev, AB8500_USB, AB8500_USB, Loading
drivers/usb/otg/twl4030-usb.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -246,7 +246,7 @@ twl4030_usb_clear_bits(struct twl4030_usb *twl, u8 reg, u8 bits) /*-------------------------------------------------------------------------*/ /*-------------------------------------------------------------------------*/ static enum usb_xceiv_events twl4030_usb_linkstat(struct twl4030_usb *twl) static enum usb_phy_events twl4030_usb_linkstat(struct twl4030_usb *twl) { { int status; int status; int linkstat = USB_EVENT_NONE; int linkstat = USB_EVENT_NONE; Loading
include/linux/usb/otg.h +3 −3 Original line number Original line Diff line number Diff line Loading @@ -35,7 +35,7 @@ enum usb_otg_state { OTG_STATE_A_VBUS_ERR, OTG_STATE_A_VBUS_ERR, }; }; enum usb_xceiv_events { enum usb_phy_events { USB_EVENT_NONE, /* no events or cable disconnected */ USB_EVENT_NONE, /* no events or cable disconnected */ USB_EVENT_VBUS, /* vbus valid event */ USB_EVENT_VBUS, /* vbus valid event */ USB_EVENT_ID, /* id was grounded */ USB_EVENT_ID, /* id was grounded */ Loading Loading @@ -66,7 +66,7 @@ struct usb_phy { u8 default_a; u8 default_a; enum usb_otg_state state; enum usb_otg_state state; enum usb_xceiv_events last_event; enum usb_phy_events last_event; struct usb_bus *host; struct usb_bus *host; struct usb_gadget *gadget; struct usb_gadget *gadget; Loading @@ -74,7 +74,7 @@ struct usb_phy { struct otg_io_access_ops *io_ops; struct otg_io_access_ops *io_ops; void __iomem *io_priv; void __iomem *io_priv; /* for notification of usb_xceiv_events */ /* for notification of usb_phy_events */ struct atomic_notifier_head notifier; struct atomic_notifier_head notifier; /* to pass extra port status to the root hub */ /* to pass extra port status to the root hub */ Loading