Home
last modified time | relevance | path

Searched refs:fsg_buffhd (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Drockusb.h73 struct fsg_buffhd;
82 struct fsg_buffhd *bh, int *reply) in rkusb_cmd_process()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_rockusb.c171 struct fsg_buffhd *bh) in rkusb_do_reset()
188 struct fsg_buffhd *bh) in rkusb_do_switch_to_usb3()
198 struct fsg_buffhd *bh) in rkusb_do_test_unit_ready()
222 struct fsg_buffhd *bh) in rkusb_do_read_flash_id()
266 struct fsg_buffhd *bh) in rkusb_do_test_bad_block()
281 struct fsg_buffhd *bh) in rkusb_do_read_flash_info()
348 struct fsg_buffhd *bh) in rkusb_do_get_chip_info()
367 struct fsg_buffhd *bh) in rkusb_do_lba_erase()
406 struct fsg_buffhd *bh) in rkusb_do_erase_force()
464 struct fsg_buffhd *bh; in rkusb_do_vs_write()
[all …]
H A Df_mass_storage.c301 struct fsg_buffhd *next_buffhd_to_fill;
302 struct fsg_buffhd *next_buffhd_to_drain;
303 struct fsg_buffhd buffhds[FSG_NUM_BUFFERS];
418 struct fsg_buffhd *bh, unsigned int length) in set_bulk_out_req_length()
495 struct fsg_buffhd *bh = req->context; in bulk_in_complete()
512 struct fsg_buffhd *bh = req->context; in bulk_out_complete()
696 struct fsg_buffhd *bh; in do_read()
823 struct fsg_buffhd *bh; in do_write()
1011 struct fsg_buffhd *bh = common->next_buffhd_to_fill; in do_verify()
1094 static int do_inquiry(struct fsg_common *common, struct fsg_buffhd *bh) in do_inquiry()
[all …]
H A Dstorage_common.c327 struct fsg_buffhd { struct
334 struct fsg_buffhd *next; argument