Searched refs:rsp_box (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/usb/gadget/ |
D | f_thor.c | 44 sizeof(struct rsp_box)); 55 static void send_rsp(const struct rsp_box *rsp) in send_rsp() 57 memcpy(thor_tx_data_buf, rsp, sizeof(struct rsp_box)); in send_rsp() 58 thor_tx_data(thor_tx_data_buf, sizeof(struct rsp_box)); in send_rsp() 79 ALLOC_CACHE_ALIGN_BUFFER(struct rsp_box, rsp, sizeof(struct rsp_box)); in process_rqt_info() 80 memset(rsp, 0, sizeof(struct rsp_box)); in process_rqt_info() 116 ALLOC_CACHE_ALIGN_BUFFER(struct rsp_box, rsp, sizeof(struct rsp_box)); in process_rqt_cmd() 117 memset(rsp, 0, sizeof(struct rsp_box)); in process_rqt_cmd() 255 ALLOC_CACHE_ALIGN_BUFFER(struct rsp_box, rsp, sizeof(struct rsp_box)); in process_rqt_download() 260 memset(rsp, 0, sizeof(struct rsp_box)); in process_rqt_download()
|
D | f_thor.h | 83 struct rsp_box { /* total: 128B */ struct
|