Home
last modified time | relevance | path

Searched hist:"7 b5e504daef569de8b98acb5e2ba14e42dcf582f" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Ddwc2.c7b5e504daef569de8b98acb5e2ba14e42dcf582f Sun Mar 08 05:48:52 UTC 2015 Stephen Warren <swarren@wwwdotorg.org> usb: dwc2: refactor submit_bulk_msg to be common

Move the body of submit_bulk_msg() into new function chunk_msg(). This
can be shared with submit_control_msg() to reduce code duplication, and
allow control messages larger than maxpacket.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>