Searched refs:dfu_read (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/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)
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | dfu.h | 175 int dfu_read(struct dfu_entity *de, void *buf, int size, int blk_seq_num);
|
| /OK3568_Linux_fs/u-boot/drivers/dfu/ |
| H A D | dfu.c | 349 int dfu_read(struct dfu_entity *dfu, void *buf, int size, int blk_seq_num) in dfu_read() function
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | f_dfu.c | 244 return dfu_read(dfu_get_entity(f_dfu->altsetting), req->buf, in handle_upload()
|