Home
last modified time | relevance | path

Searched refs:do_read (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dread.c15 int do_read(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_read() function
78 read, 6, 0, do_read,
H A Dpmic.c103 static int do_read(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_read() function
177 U_BOOT_CMD_MKENT(read, 2, 1, do_read, "", ""),
/rk3399_rockchip-uboot/common/
H A Dusb.c964 static int usb_setup_descriptor(struct usb_device *dev, bool do_read) in usb_setup_descriptor() argument
992 if (do_read && dev->speed == USB_SPEED_FULL) { in usb_setup_descriptor()
1039 static int usb_prepare_device(struct usb_device *dev, int addr, bool do_read, in usb_prepare_device() argument
1055 err = usb_setup_descriptor(dev, do_read); in usb_prepare_device()
1079 if (!do_read) { in usb_prepare_device()
1171 int usb_setup_device(struct usb_device *dev, bool do_read, in usb_setup_device() argument
1181 ret = usb_prepare_device(dev, addr, do_read, parent); in usb_setup_device()
1199 bool do_read = true; in usb_new_device() local
1209 do_read = false; in usb_new_device()
1211 err = usb_setup_device(dev, do_read, dev->parent); in usb_new_device()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_mass_storage.c692 static int do_read(struct fsg_common *common) in do_read() function
1889 reply = do_read(common); in do_scsi_command()
1899 reply = do_read(common); in do_scsi_command()
1909 reply = do_read(common); in do_scsi_command()
/rk3399_rockchip-uboot/include/
H A Dusb.h820 int usb_setup_device(struct usb_device *dev, bool do_read,