Searched refs:rsp_box (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/usb/gadget/ |
D | f_thor.c | 43 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()
|
D | f_thor.h | 83 struct rsp_box { /* total: 128B */ struct
|