Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Df_thor.h91 struct data_rsp_box { /* total: 8B */ struct
Df_thor.c64 ALLOC_CACHE_ALIGN_BUFFER(struct data_rsp_box, rsp, in send_data_rsp()
65 sizeof(struct data_rsp_box)); in send_data_rsp()
70 memcpy(thor_tx_data_buf, rsp, sizeof(struct data_rsp_box)); in send_data_rsp()
71 thor_tx_data(thor_tx_data_buf, sizeof(struct data_rsp_box)); in send_data_rsp()