Searched refs:rsp_box (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/usb/gadget/
H A Df_thor.h83 struct rsp_box { /* total: 128B */ struct
H A Df_thor.c50 sizeof(struct rsp_box));
61 static void send_rsp(struct udevice *udc, const struct rsp_box *rsp)
63 memcpy(thor_tx_data_buf, rsp, sizeof(struct rsp_box));
64 thor_tx_data(udc, thor_tx_data_buf, sizeof(struct rsp_box));
85 ALLOC_CACHE_ALIGN_BUFFER(struct rsp_box, rsp, sizeof(struct rsp_box));
86 memset(rsp, 0, sizeof(struct rsp_box));
122 ALLOC_CACHE_ALIGN_BUFFER(struct rsp_box, rsp, sizeof(struct rsp_box));
123 memset(rsp, 0, sizeof(struct rsp_box));
[all...]

Completed in 41 milliseconds