| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_ext.c | 18 loff_t filelen, actlen; in spl_load_image_ext() local 44 err = ext4fs_read((char *)header, 0, sizeof(struct image_header), &actlen); in spl_load_image_ext() 56 err = ext4fs_read((char *)spl_image->load_addr, 0, filelen, &actlen); in spl_load_image_ext() 73 __maybe_unused loff_t filelen, actlen; in spl_load_image_ext_os() local 99 err = ext4fs_read((void *)CONFIG_SYS_SPL_ARGS_ADDR, 0, filelen, &actlen); in spl_load_image_ext_os() 129 err = ext4fs_read((void *)CONFIG_SYS_SPL_ARGS_ADDR, 0, filelen, &actlen); in spl_load_image_ext_os()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | usb_storage.c | 537 int actlen; in usb_stor_BBB_comdat() local 574 &actlen, USB_CNTL_TIMEOUT * 5); in usb_stor_BBB_comdat() 711 int actlen, data_actlen; in usb_stor_BBB_transport() local 774 &actlen, USB_CNTL_TIMEOUT*5); in usb_stor_BBB_transport()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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()
|