/openbmc/u-boot/common/spl/ |
H A D | spl_ext.c | 16 loff_t filelen, actlen; in spl_load_image_ext() local 41 err = ext4fs_read((char *)header, 0, sizeof(struct image_header), &actlen); in spl_load_image_ext() 53 err = ext4fs_read((char *)spl_image->load_addr, 0, filelen, &actlen); in spl_load_image_ext() 70 __maybe_unused loff_t filelen, actlen; in spl_load_image_ext_os() local 96 err = ext4fs_read((void *)CONFIG_SYS_SPL_ARGS_ADDR, 0, filelen, &actlen); in spl_load_image_ext_os() 126 err = ext4fs_read((void *)CONFIG_SYS_SPL_ARGS_ADDR, 0, filelen, &actlen); in spl_load_image_ext_os()
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | dvb-usb-urb.c | 15 int actlen = 0, ret = -ENOMEM; in dvb_usb_generic_rw() local 32 d->props.generic_bulk_ctrl_endpoint), wbuf,wlen,&actlen, in dvb_usb_generic_rw() 36 err("bulk message failed: %d (%d/%d)",ret,wlen,actlen); in dvb_usb_generic_rw() 38 ret = actlen != wlen ? -1 : 0; in dvb_usb_generic_rw() 48 d->props.generic_bulk_ctrl_endpoint),rbuf,rlen,&actlen, in dvb_usb_generic_rw() 55 debug_dump(rbuf,actlen,deb_xfer); in dvb_usb_generic_rw()
|
H A D | dib0700_core.c | 478 int ret = 0, actlen; in dib0700_jumpram() local 493 if ((ret = usb_bulk_msg(udev, usb_sndbulkpipe(udev, 0x01),buf,8,&actlen,1000)) < 0) { in dib0700_jumpram() 497 if (actlen != 8) { in dib0700_jumpram()
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0012-arm-corstone1000-fix-unrecognized-filesystem-type.patch | 28 &actlen, USB_CNTL_TIMEOUT*5);
|
/openbmc/linux/drivers/usb/atm/ |
H A D | cxacru.c | 611 int ret, actlen; in cxacru_cm() local 664 ret = cxacru_start_wait_urb(instance->rcv_urb, &instance->rcv_done, &actlen); in cxacru_cm() 670 if (actlen % CMD_PACKET_SIZE || !actlen) { in cxacru_cm() 673 cm, actlen); in cxacru_cm() 679 for (offb = offd = 0; offd < rsize && offb < actlen; offb += CMD_PACKET_SIZE) { in cxacru_cm()
|
/openbmc/linux/drivers/usb/core/ |
H A D | devio.c | 1137 unsigned int *actlen) in usbfs_start_wait_urb() argument 1145 *actlen = 0; in usbfs_start_wait_urb() 1154 *actlen = urb->actual_length; in usbfs_start_wait_urb() 1162 *actlen = urb->actual_length; in usbfs_start_wait_urb() 1172 unsigned int wLength, actlen; in do_proc_control() local 1220 i = usbfs_start_wait_urb(urb, tmo, &actlen); in do_proc_control() 1226 snoop_urb(dev, NULL, pipe, actlen, i, COMPLETE, tbuf, actlen); in do_proc_control() 1227 if (!i && actlen) { in do_proc_control() 1228 if (copy_to_user(ctrl->data, tbuf, actlen)) { in do_proc_control() 1246 i = usbfs_start_wait_urb(urb, tmo, &actlen); in do_proc_control() [all …]
|
/openbmc/u-boot/common/ |
H A D | usb_storage.c | 533 int actlen; in usb_stor_BBB_comdat() local 570 &actlen, USB_CNTL_TIMEOUT * 5); in usb_stor_BBB_comdat() 707 int actlen, data_actlen; in usb_stor_BBB_transport() local 770 &actlen, USB_CNTL_TIMEOUT*5); in usb_stor_BBB_transport()
|
/openbmc/linux/drivers/media/usb/cx231xx/ |
H A D | cx231xx-core.c | 750 int actlen = -1; in cx231xx_ep5_bulkout() local 760 buffer, 4096, &actlen, 2000); in cx231xx_ep5_bulkout() 765 size, actlen); in cx231xx_ep5_bulkout() 767 errCode = actlen != size ? -1 : 0; in cx231xx_ep5_bulkout()
|
/openbmc/linux/drivers/usb/storage/ |
H A D | realtek_cr.c | 420 u8 lun, u8 *status, int len, int *actlen) in rts51x_read_status() argument 436 buf, len, DMA_FROM_DEVICE, actlen); in rts51x_read_status()
|