summaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs/pipe.h
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2011-11-24 17:27:32 -0800
committerFelipe Balbi <balbi@ti.com>2011-12-12 11:45:15 +0200
commit9cf1b06e906d8590fc027264af30b37754bd8226 (patch)
tree0c940c28c60872757b64c9920186306cb3ff0207 /drivers/usb/renesas_usbhs/pipe.h
parent4b815932013c9f94f852df9d136dcd5c0008afe2 (diff)
downloadop-kernel-dev-9cf1b06e906d8590fc027264af30b37754bd8226.zip
op-kernel-dev-9cf1b06e906d8590fc027264af30b37754bd8226.tar.gz
usb: renesas_usbhs: add usbhs_pipe_is_stall()
This is preparation for chapter 9 test 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/renesas_usbhs/pipe.h b/drivers/usb/renesas_usbhs/pipe.h
index 6334fc6..fa18b7d 100644
--- a/drivers/usb/renesas_usbhs/pipe.h
+++ b/drivers/usb/renesas_usbhs/pipe.h
@@ -87,6 +87,7 @@ int usbhs_pipe_is_accessible(struct usbhs_pipe *pipe);
void usbhs_pipe_enable(struct usbhs_pipe *pipe);
void usbhs_pipe_disable(struct usbhs_pipe *pipe);
void usbhs_pipe_stall(struct usbhs_pipe *pipe);
+int usbhs_pipe_is_stall(struct usbhs_pipe *pipe);
void usbhs_pipe_select_fifo(struct usbhs_pipe *pipe, struct usbhs_fifo *fifo);
void usbhs_pipe_config_update(struct usbhs_pipe *pipe, u16 devsel,
u16 epnum, u16 maxp);
OpenPOWER on IntegriCloud