Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_thor.c46 sizeof(struct rqt_box));
77 static int process_rqt_info(const struct rqt_box *rqt) in process_rqt_info()
114 static int process_rqt_cmd(const struct rqt_box *rqt) in process_rqt_cmd()
253 static long long int process_rqt_download(const struct rqt_box *rqt) in process_rqt_download()
329 ALLOC_CACHE_ALIGN_BUFFER(struct rqt_box, rqt, sizeof(struct rqt_box)); in process_data()
332 memcpy(rqt, thor_rx_data_buf, sizeof(struct rqt_box)); in process_data()
720 thor_set_dma(thor_rx_data_buf, sizeof(struct rqt_box)); in thor_handle()
H A Df_thor.h76 struct rqt_box { /* total: 256B */ struct