Home
last modified time | relevance | path

Searched refs:actual_length (Results 1 – 12 of 12) sorted by relevance

/netbsd/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcdintr.c502 memcpy(urb->buf + urb->actual_length, in dwc2_update_urb_state()
510 urb->actual_length, xfer_length); in dwc2_update_urb_state()
511 urb->actual_length += xfer_length; in dwc2_update_urb_state()
515 urb->actual_length >= urb->length && in dwc2_update_urb_state()
603 frame_desc->actual_length); in dwc2_update_isoc_urb_state()
615 frame_desc->actual_length = 0; in dwc2_update_isoc_urb_state()
641 frame_desc->actual_length); in dwc2_update_isoc_urb_state()
976 frame_desc->actual_length += len; in dwc2_xfercomp_isoc_split_in()
1219 memcpy(urb->buf + urb->actual_length, in dwc2_update_urb_state_abn()
1227 urb->actual_length += xfer_length; in dwc2_update_urb_state_abn()
[all …]
H A Ddwc2_hcdddma.c758 qtd->urb->actual_length); in dwc2_init_non_isoc_dma_desc()
760 qtd->urb->actual_length; in dwc2_init_non_isoc_dma_desc()
916 frame_desc->actual_length = qh->n_bytes[idx] - remain; in dwc2_cmpl_host_isoc_dma_desc()
920 frame_desc->actual_length = qh->n_bytes[idx] - remain; in dwc2_cmpl_host_isoc_dma_desc()
1112 urb->actual_length += n_bytes - remain; in dwc2_update_non_isoc_urb_state_ddma()
1113 if (remain || urb->actual_length >= urb->length) { in dwc2_update_non_isoc_urb_state_ddma()
1128 urb->actual_length += n_bytes - remain; in dwc2_update_non_isoc_urb_state_ddma()
1130 urb->actual_length); in dwc2_update_non_isoc_urb_state_ddma()
1131 if (remain || urb->actual_length >= urb->length) { in dwc2_update_non_isoc_urb_state_ddma()
H A Ddwc2_hcd.h181 u32 actual_length; member
197 u32 actual_length; member
613 return dwc2_urb->actual_length; in dwc2_hcd_urb_get_actual_length()
638 return dwc2_urb->iso_descs[desc_num].actual_length; in dwc2_hcd_urb_get_iso_desc_actual_length()
H A Ddwc2_hcd.c604 chan->xfer_dma = DMAADDR(urb->usbdma, urb->actual_length); in dwc2_hc_init_xfer_data()
609 return (u8 *)urb->buf + urb->actual_length; in dwc2_hc_init_xfer_data()
611 chan->xfer_buf = (u8 *)urb->buf + urb->actual_length; in dwc2_hc_init_xfer_data()
841 if (urb->actual_length > urb->length && in dwc2_assign_and_init_hc()
843 urb->actual_length = urb->length; in dwc2_assign_and_init_hc()
845 chan->xfer_len = urb->length - urb->actual_length; in dwc2_assign_and_init_hc()
2048 urb->actual_length); in dwc2_hcd_dump_state()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgcov-dump.c270 unsigned long actual_length = gcov_position () - base; in dump_gcov_file() local
272 if (actual_length > length) in dump_gcov_file()
274 filename, actual_length - length); in dump_gcov_file()
275 else if (length > actual_length) in dump_gcov_file()
277 filename, length - actual_length); in dump_gcov_file()
H A Dgcov-dump.cc277 unsigned long actual_length = gcov_position () - base; in dump_gcov_file() local
279 if (actual_length > length) in dump_gcov_file()
281 filename, actual_length - length); in dump_gcov_file()
282 else if (length > actual_length) in dump_gcov_file()
284 filename, length - actual_length); in dump_gcov_file()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgcov-dump.c270 unsigned long actual_length = gcov_position () - base; in dump_gcov_file() local
272 if (actual_length > length) in dump_gcov_file()
274 filename, actual_length - length); in dump_gcov_file()
275 else if (length > actual_length) in dump_gcov_file()
277 filename, length - actual_length); in dump_gcov_file()
/netbsd/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-util.c358 unsigned long actual_length; in read_gcda_file() local
362 actual_length = gcov_position () - base; in read_gcda_file()
363 if (actual_length > length) in read_gcda_file()
365 filename, actual_length - length); in read_gcda_file()
366 else if (length > actual_length) in read_gcda_file()
368 filename, length - actual_length); in read_gcda_file()
/netbsd/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-util.c360 unsigned long actual_length; in read_gcda_file() local
364 actual_length = gcov_position () - base; in read_gcda_file()
365 if (actual_length > length) in read_gcda_file()
367 filename, actual_length - length); in read_gcda_file()
368 else if (length > actual_length) in read_gcda_file()
370 filename, length - actual_length); in read_gcda_file()
/netbsd/sys/external/mit/xen-include-public/dist/xen/include/public/io/
H A Dusbif.h224 int32_t actual_length; /* actual transfer length */ member
/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-low.cc6328 unsigned int actual_length, copy_length; in read_loadmap() local
6343 actual_length = sizeof (struct target_loadmap) in read_loadmap()
6346 if (offset < 0 || offset > actual_length) in read_loadmap()
6349 copy_length = actual_length - offset < len ? actual_length - offset : len; in read_loadmap()
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-low.cc6328 unsigned int actual_length, copy_length; in read_loadmap() local
6343 actual_length = sizeof (struct target_loadmap) in read_loadmap()
6346 if (offset < 0 || offset > actual_length) in read_loadmap()
6349 copy_length = actual_length - offset < len ? actual_length - offset : len; in read_loadmap()