Home
last modified time | relevance | path

Searched refs:bulk_cs_wrap (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Df_rockusb.h99 struct bulk_cs_wrap { struct
/openbmc/u-boot/drivers/usb/gadget/
H A Df_rockusb.c368 ALLOC_CACHE_ALIGN_BUFFER(struct bulk_cs_wrap, csw, in printcsw()
369 sizeof(struct bulk_cs_wrap)); in printcsw()
380 ALLOC_CACHE_ALIGN_BUFFER(struct bulk_cs_wrap, csw, in rockusb_tx_write_csw()
381 sizeof(struct bulk_cs_wrap)); in rockusb_tx_write_csw()
H A Dstorage_common.c190 struct bulk_cs_wrap { struct
H A Df_mass_storage.c1601 struct bulk_cs_wrap *csw; in send_status()