Searched refs:do_read (Results 1 – 5 of 5) sorted by relevance
/u-boot/cmd/ |
A D | read.c | 15 int do_read(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_read() function 78 read, 6, 0, do_read,
|
A D | pmic.c | 124 static int do_read(struct cmd_tbl *cmdtp, int flag, int argc, in do_read() function 203 U_BOOT_CMD_MKENT(read, 2, 1, do_read, "", ""),
|
/u-boot/common/ |
A D | usb.c | 956 static int usb_setup_descriptor(struct usb_device *dev, bool do_read) in usb_setup_descriptor() argument 984 if (do_read && dev->speed == USB_SPEED_FULL) { in usb_setup_descriptor() 1031 static int usb_prepare_device(struct usb_device *dev, int addr, bool do_read, in usb_prepare_device() argument 1047 err = usb_setup_descriptor(dev, do_read); in usb_prepare_device() 1071 if (!do_read) { in usb_prepare_device() 1163 int usb_setup_device(struct usb_device *dev, bool do_read, in usb_setup_device() argument 1173 ret = usb_prepare_device(dev, addr, do_read, parent); in usb_setup_device() 1191 bool do_read = true; in usb_new_device() local 1201 do_read = false; in usb_new_device() 1203 err = usb_setup_device(dev, do_read, dev->parent); in usb_new_device()
|
/u-boot/drivers/usb/gadget/ |
A D | f_mass_storage.c | 691 static int do_read(struct fsg_common *common) in do_read() function 1867 reply = do_read(common); in do_scsi_command() 1877 reply = do_read(common); in do_scsi_command() 1887 reply = do_read(common); in do_scsi_command()
|
/u-boot/include/ |
A D | usb.h | 836 int usb_setup_device(struct usb_device *dev, bool do_read,
|
Completed in 20 milliseconds