Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Df_thor.c43 sizeof(struct rsp_box));
54 static void send_rsp(const struct rsp_box *rsp) in send_rsp()
56 memcpy(thor_tx_data_buf, rsp, sizeof(struct rsp_box)); in send_rsp()
57 thor_tx_data(thor_tx_data_buf, sizeof(struct rsp_box)); in send_rsp()
78 ALLOC_CACHE_ALIGN_BUFFER(struct rsp_box, rsp, sizeof(struct rsp_box)); in process_rqt_info()
79 memset(rsp, 0, sizeof(struct rsp_box)); in process_rqt_info()
115 ALLOC_CACHE_ALIGN_BUFFER(struct rsp_box, rsp, sizeof(struct rsp_box)); in process_rqt_cmd()
116 memset(rsp, 0, sizeof(struct rsp_box)); in process_rqt_cmd()
254 ALLOC_CACHE_ALIGN_BUFFER(struct rsp_box, rsp, sizeof(struct rsp_box)); in process_rqt_download()
259 memset(rsp, 0, sizeof(struct rsp_box)); in process_rqt_download()
H A Df_thor.h83 struct rsp_box { /* total: 128B */ struct