Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_dfu.h17 #define DFU_DT_FUNC 0x21 macro
H A Df_dfu.c61 .bDescriptorType = DFU_DT_FUNC,
601 (w_value >> 8) == DFU_DT_FUNC) { in dfu_handle()