Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Df_dfu.h16 #define DFU_DT_FUNC 0x21 macro
H A Df_dfu.c60 .bDescriptorType = DFU_DT_FUNC,
600 (w_value >> 8) == DFU_DT_FUNC) { in dfu_handle()