aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/gadget.h
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2012-01-02 18:55:57 +0200
committerFelipe Balbi <balbi@ti.com>2012-02-06 11:48:24 +0200
commit8598bde7fa125e85bc97decd6513d37dcf1e7bd9 (patch)
treef33eab7bb8bc5e0197165215703dd0308c862d69 /drivers/usb/dwc3/gadget.h
parentusb: dwc3: gadget: allow testmodes changes via debugfs (diff)
downloadlinux-dev-8598bde7fa125e85bc97decd6513d37dcf1e7bd9.tar.xz
linux-dev-8598bde7fa125e85bc97decd6513d37dcf1e7bd9.zip
usb: dwc3: gadget: re-factor Link state change to a function
Most link changes will, of course, happen with the help of a matching host HW, but in some cases we might want to debug very low level details about the link and exposing this to debugfs sounds like a good plan. This is a preparation for such setup. Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3/gadget.h')
-rw-r--r--drivers/usb/dwc3/gadget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/gadget.h b/drivers/usb/dwc3/gadget.h
index 2cf6f2989f73..152b6de0649d 100644
--- a/drivers/usb/dwc3/gadget.h
+++ b/drivers/usb/dwc3/gadget.h
@@ -101,6 +101,7 @@ void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req,
int status);
int dwc3_gadget_set_test_mode(struct dwc3 *dwc, int mode);
+int dwc3_gadget_set_link_state(struct dwc3 *dwc, enum dwc3_link_state state);
void dwc3_ep0_interrupt(struct dwc3 *dwc,
const struct dwc3_event_depevt *event);