aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/renesas_usbhs/pipe.h
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2011-10-10 22:00:59 -0700
committerFelipe Balbi <balbi@ti.com>2011-10-13 20:41:36 +0300
commit0c6ef985ced753b60ecdc091fa49c3f5fa4a4f79 (patch)
treedac1c56511cb1e9455eec22320114d69d8df3c33 /drivers/usb/renesas_usbhs/pipe.h
parentusb: gadget: renesas_usbhs: each pipe hold maxpacket size (diff)
downloadwireguard-linux-0c6ef985ced753b60ecdc091fa49c3f5fa4a4f79.tar.xz
wireguard-linux-0c6ef985ced753b60ecdc091fa49c3f5fa4a4f79.zip
usb: gadget: renesas_usbhs: struct usbhs_pipe hold handler
packet handler had moved to struct usbhs_pipe from struct usbhsg_uep. it is preparation of mod_host support Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/renesas_usbhs/pipe.h')
-rw-r--r--drivers/usb/renesas_usbhs/pipe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/renesas_usbhs/pipe.h b/drivers/usb/renesas_usbhs/pipe.h
index 1baa1998c9a5..6760dff0b037 100644
--- a/drivers/usb/renesas_usbhs/pipe.h
+++ b/drivers/usb/renesas_usbhs/pipe.h
@@ -37,6 +37,8 @@ struct usbhs_pipe {
#define USBHS_PIPE_FLAGS_IS_DIR_IN (1 << 1)
#define USBHS_PIPE_FLAGS_IS_DIR_HOST (1 << 2)
+ struct usbhs_pkt_handle *handler;
+
void *mod_private;
};