Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Df_thor.c45 sizeof(struct rqt_box));
76 static int process_rqt_info(const struct rqt_box *rqt) in process_rqt_info()
113 static int process_rqt_cmd(const struct rqt_box *rqt) in process_rqt_cmd()
252 static long long int process_rqt_download(const struct rqt_box *rqt) in process_rqt_download()
328 ALLOC_CACHE_ALIGN_BUFFER(struct rqt_box, rqt, sizeof(struct rqt_box)); in process_data()
331 memcpy(rqt, thor_rx_data_buf, sizeof(struct rqt_box)); in process_data()
719 thor_set_dma(thor_rx_data_buf, sizeof(struct rqt_box)); in thor_handle()
H A Df_thor.h75 struct rqt_box { /* total: 256B */ struct