Searched refs:dfu_read (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/test/py/tests/ |
H A D | test_dfu.py | 233 def dfu_read(alt_setting, fn): function 278 dfu_read(alt_setting_test_file, readback_fn)
|
/openbmc/u-boot/include/ |
H A D | dfu.h | 160 int dfu_read(struct dfu_entity *de, void *buf, int size, int blk_seq_num);
|
/openbmc/u-boot/drivers/dfu/ |
H A D | dfu.c | 350 int dfu_read(struct dfu_entity *dfu, void *buf, int size, int blk_seq_num) in dfu_read() function
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | f_dfu.c | 243 return dfu_read(dfu_get_entity(f_dfu->altsetting), req->buf, in handle_upload()
|