Home
last modified time | relevance | path

Searched refs:fsg_common (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Drockusb.h58 struct fsg_common;
63 int rkusb_do_check_parity(struct fsg_common *common);
75 struct fsg_common;
81 static inline int rkusb_cmd_process(struct fsg_common *common, in rkusb_cmd_process()
87 static inline int rkusb_do_check_parity(struct fsg_common *common) in rkusb_do_check_parity()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_mass_storage.c290 struct fsg_common;
293 struct fsg_common { struct
375 struct fsg_common *common;
390 static inline int __fsg_is_set(struct fsg_common *common, in __fsg_is_set()
411 static int exception_in_progress(struct fsg_common *common) in exception_in_progress()
417 static void set_bulk_out_req_length(struct fsg_common *common, in set_bulk_out_req_length()
433 static struct fsg_common *the_fsg_common;
454 static void wakeup_thread(struct fsg_common *common) in wakeup_thread()
459 static void raise_exception(struct fsg_common *common, enum fsg_state new_state) in raise_exception()
473 static int ep0_queue(struct fsg_common *common) in ep0_queue()
[all …]
H A Df_rockusb.c126 static int rkusb_check_lun(struct fsg_common *common) in rkusb_check_lun()
170 static int rkusb_do_reset(struct fsg_common *common, in rkusb_do_reset()
187 static int rkusb_do_switch_to_usb3(struct fsg_common *common, in rkusb_do_switch_to_usb3()
197 static int rkusb_do_test_unit_ready(struct fsg_common *common, in rkusb_do_test_unit_ready()
221 static int rkusb_do_read_flash_id(struct fsg_common *common, in rkusb_do_read_flash_id()
265 static int rkusb_do_test_bad_block(struct fsg_common *common, in rkusb_do_test_bad_block()
280 static int rkusb_do_read_flash_info(struct fsg_common *common, in rkusb_do_read_flash_info()
347 static int rkusb_do_get_chip_info(struct fsg_common *common, in rkusb_do_get_chip_info()
366 static int rkusb_do_lba_erase(struct fsg_common *common, in rkusb_do_lba_erase()
405 static int rkusb_do_erase_force(struct fsg_common *common, in rkusb_do_erase_force()
[all …]