Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Ddfu.h19 enum dfu_device_type { enum
100 enum dfu_device_type dev_type;
148 const char *dfu_get_dev_type(enum dfu_device_type t);
/openbmc/u-boot/drivers/dfu/
H A Ddfu.c478 const char *dfu_get_dev_type(enum dfu_device_type t) in dfu_get_dev_type()