Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_rockusb.c166 struct fsg_buffhd *bh) in rkusb_do_reset()
178 struct fsg_buffhd *bh) in rkusb_do_test_unit_ready()
195 struct fsg_buffhd *bh) in rkusb_do_read_flash_id()
233 struct fsg_buffhd *bh) in rkusb_do_test_bad_block()
248 struct fsg_buffhd *bh) in rkusb_do_read_flash_info()
302 struct fsg_buffhd *bh) in rkusb_do_get_chip_info()
321 struct fsg_buffhd *bh) in rkusb_do_lba_erase()
360 struct fsg_buffhd *bh) in rkusb_do_erase_force()
419 struct fsg_buffhd *bh; in rkusb_do_vs_write()
579 struct fsg_buffhd *bh; in rkusb_do_vs_read()
[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];
417 struct fsg_buffhd *bh, unsigned int length) in set_bulk_out_req_length()
494 struct fsg_buffhd *bh = req->context; in bulk_in_complete()
511 struct fsg_buffhd *bh = req->context; in bulk_out_complete()
689 struct fsg_buffhd *bh; in do_read()
816 struct fsg_buffhd *bh; in do_write()
1004 struct fsg_buffhd *bh = common->next_buffhd_to_fill; in do_verify()
1087 static int do_inquiry(struct fsg_common *common, struct fsg_buffhd *bh) in do_inquiry()
[all …]
H A Dstorage_common.c323 struct fsg_buffhd { struct
330 struct fsg_buffhd *next; argument
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_mass_storage.c279 struct fsg_buffhd *next_buffhd_to_fill;
280 struct fsg_buffhd *next_buffhd_to_drain;
281 struct fsg_buffhd *buffhds;
363 struct fsg_buffhd *bh, unsigned int length) in set_bulk_out_req_length()
447 struct fsg_buffhd *bh = req->context; in bulk_in_complete()
463 struct fsg_buffhd *bh = req->context; in bulk_out_complete()
576 static bool start_in_transfer(struct fsg_common *common, struct fsg_buffhd *bh) in start_in_transfer()
586 static bool start_out_transfer(struct fsg_common *common, struct fsg_buffhd *bh) in start_out_transfer()
597 struct fsg_buffhd *bh) in sleep_thread()
624 struct fsg_buffhd *bh; in do_read()
[all …]
H A Dstorage_common.h143 struct fsg_buffhd { struct
146 struct fsg_buffhd *next; argument
/OK3568_Linux_fs/u-boot/include/
H A Drockusb.h64 struct fsg_buffhd;
73 struct fsg_buffhd *bh, int *reply) in rkusb_cmd_process()