Searched refs:actual (Results 26 - 50 of 94) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dw83977af_ir.c645 int actual = 0; local
664 while ((fifo_size-- > 0) && (actual < len)) {
666 outb(buf[actual++], iobase+TBR);
670 __FUNCTION__ , fifo_size, actual, len);
675 return actual;
970 int actual; local
981 actual = w83977af_pio_write(self->io.fir_base,
986 self->tx_buff.data += actual;
987 self->tx_buff.len -= actual;
H A Dali-ircc.c904 int actual = 0; local
917 actual = ali_ircc_sir_write(iobase, self->io.fifo_size,
919 self->tx_buff.data += actual;
920 self->tx_buff.len -= actual;
1301 int actual = 0; local
1312 while ((fifo_size-- > 0) && (actual < len)) {
1314 outb(buf[actual], iobase+UART_TX);
1316 actual++;
1320 return actual;
H A Dnsc-ircc.c1588 int actual = 0; local
1606 while ((fifo_size-- > 0) && (actual < len)) {
1608 outb(buf[actual++], iobase+TXD);
1612 __FUNCTION__, fifo_size, actual, len);
1617 return actual;
1928 int actual; local
1933 actual = nsc_ircc_pio_write(self->io.fir_base,
1937 self->tx_buff.data += actual;
1938 self->tx_buff.len -= actual;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dzero.c515 for (i = 0; i < req->actual; i++, buf++) {
584 req->actual, req->length);
596 status, req->actual, req->length);
704 req->zero = (req->actual < req->length);
705 req->length = req->actual;
727 status, req->actual, req->length);
900 if (req->status || req->actual != req->length)
903 req->status, req->actual, req->length);
H A Dnet2280.c551 buf = req->buf + req->actual;
553 total = req->length - req->actual;
631 u8 *buf = req->req.buf + req->req.actual;
665 tmp = req->req.length - req->req.actual;
680 req->req.actual += count;
687 req, req->req.actual, req->req.length);
711 return is_short || ((req->req.actual == req->req.length)
895 req->req.actual, req->req.length);
945 _req->actual = 0;
974 * short reads (only _req->actual)
[all...]
H A Dinode.c289 epdata->status = req->actual;
526 unsigned actual; member in struct:kiocb_priv
560 total = priv->actual;
598 if (priv->iv == NULL || unlikely(req->actual == 0)) {
603 aio_complete(iocb, req->actual ? req->actual : req->status,
609 ep->name, req->status, req->actual);
612 priv->actual = req->actual;
655 priv->actual
[all...]
H A Dfsl_usb2_udc.c144 req->req.actual, req->req.length);
711 *length = min(req->req.length - req->req.actual,
725 swap_temp = (u32) (req->req.dma + req->req.actual);
732 req->req.actual += *length;
740 } else if (req->req.length == req->req.actual)
846 req->req.actual = 0;
1201 req->req.actual = 0;
1286 req->req.actual = 0;
1473 int td_complete, actual, remaining_length, j, tmp; local
1481 actual
[all...]
H A Dfile_storage.c1065 if (req->actual > 0)
1066 dump_msg(fsg, fsg->ep0req_name, req->buf, req->actual);
1067 if (req->status || req->actual != req->length)
1069 req->status, req->actual, req->length);
1088 if (req->status || req->actual != req->length)
1090 req->status, req->actual, req->length);
1108 dump_msg(fsg, "bulk-out", req->buf, req->actual);
1109 if (req->status || req->actual != bh->bulk_out_intended_length)
1111 req->status, req->actual,
1132 if (req->status || req->actual !
[all...]
H A Dgmidi.c473 for (i = 0; i + 3 < req->actual; i += 4) {
507 req->actual, req->length);
520 status, req->actual, req->length);
650 if (req->status || req->actual != req->length) {
653 req->status, req->actual, req->length);
H A Dat91_udc.c146 unsigned length = req->req.actual;
327 buf = req->req.buf + req->req.actual;
328 bufferspace = req->req.length - req->req.actual;
363 req->req.actual += count;
417 total = req->req.length - req->req.actual;
429 * NOTE: incrementing req->actual before we receive the ACK means
436 * recover when the actual bytecount matters (e.g. for USB Test
439 __raw_writesb(dreg, req->req.buf + req->req.actual, count);
443 req->req.actual += count;
654 _req->actual
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dslip.c378 int actual, count; local
409 actual = sl->tty->driver->write(sl->tty, sl->xbuff, count);
413 sl->xleft = count - actual;
414 sl->xhead = sl->xbuff + actual;
427 int actual; local
443 actual = tty->driver->write(tty, sl->xhead, sl->xleft);
444 sl->xleft -= actual;
445 sl->xhead += actual;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Ddcache.c1458 * When switching names, the actual string doesn't strictly have to
1465 * then no longer matches the actual (corrupted) string of the target.
1697 struct dentry *actual; local
1704 actual = dentry;
1715 actual = alias;
1725 actual = __d_unalias(dentry, alias);
1726 if (IS_ERR(actual))
1733 actual = __d_instantiate_unique(dentry, inode);
1734 if (!actual)
1735 actual
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dbtuart_cs.c117 int actual = 0; local
124 while ((fifo_size-- > 0) && (actual < len)) {
126 outb(buf[actual], iobase + UART_TX);
127 actual++;
130 return actual;
H A Ddtl1_cs.c119 int actual = 0; local
126 while ((fifo_size-- > 0) && (actual < len)) {
128 outb(buf[actual], iobase + UART_TX);
129 actual++;
132 return actual;
H A Dbluecard_cs.c208 int i, actual; local
210 actual = (len > 15) ? 15 : len;
212 outb_p(actual, iobase + offset);
214 for (i = 0; i < actual; i++)
217 return actual;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dn_hdlc.c356 register int actual; local
388 actual = tty->driver->write(tty, tbuf->buf, tbuf->count);
392 if (actual < 0)
393 actual = tbuf->count;
395 if (actual == tbuf->count) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_ioc32.c447 int count, actual; local
475 if (__get_user(actual, &request->count))
477 if (count >= actual)
478 for (i = 0; i < actual; ++i)
483 if (__put_user(actual, &argp->count))
511 int count, actual; local
537 if (__get_user(actual, &request->count))
539 if (count >= actual)
540 for (i = 0; i < actual; ++i)
548 if (__put_user(actual,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dfile.c283 __u64 actual; local
285 actual = lseek64(fd, offset, SEEK_SET);
286 if(actual != offset)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dusb.h530 int actual; local
531 actual = snprintf (buf, size, "usb-%s-%s", dev->bus->bus_name,
533 return (actual >= (int)size) ? -1 : actual;
1083 * utilization allows, and then set start_frame to reflect the actual frame
1144 int actual_length; /* (return) actual transfer length */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dhorizon.c602 u16 * bits, unsigned int * actual)
700 if (actual) {
701 *actual = (br + (pre<<div) - 1) / (pre<<div);
702 PRINTD (DBG_QOS, "actual rate: %u", *actual);
709 u16 * bit_pattern, unsigned int * actual) {
715 if (!actual)
716 // actual rate is not returned
717 actual = &my_actual;
719 if (make_rate (dev, c, round_nearest, bit_pattern, actual))
601 make_rate(const hrz_dev * dev, u32 c, rounding r, u16 * bits, unsigned int * actual) argument
708 make_rate_with_tolerance(const hrz_dev * dev, u32 c, rounding r, unsigned int tol, u16 * bit_pattern, unsigned int * actual) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbsd_timer.c48 * For each expiring timer the code will print the expected time interval and the actual time
497 uint actual; local
513 actual = ((end-event->start)/((uclock_t)UCLOCKS_PER_SEC/1000));
514 if (actual < 0)
516 TIMERDBG("expected %d ms actual %d ms", event->expected_ms,
H A Dlinux_timer.c48 * For each expiring timer the code will print the expected time interval and the actual time
499 uint actual; local
520 actual = ((end-event->start)/((uclock_t)UCLOCKS_PER_SEC/1000));
521 if (actual < 0)
523 TIMERDBG("expected %d ms actual %d ms", event->expected_ms,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/makefiles/
H A DRelPath.mk47 # ---relpath(), and turns the result into an actual relative
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dftdi-elan.c132 int actual; member in struct:u132_target
138 int repeat_number, int halted, int skipped, int actual,
861 int actual = target->actual; local
873 actual, non_null);
882 target->actual = 0;
944 target->actual = (ed_length >> 0) & 0x01FF;
1515 int halted, int skipped, int actual, int non_null))
1559 int halted, int skipped, int actual, int non_null))
1572 int halted, int skipped, int actual, in
1511 ftdi_elan_edset_setup(struct usb_ftdi *ftdi, u8 ed_number, void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits, void (*callback) (void *endp, struct urb *urb, u8 *buf, int len, int toggle_bits, int error_count, int condition_code, int repeat_number, int halted, int skipped, int actual, int non_null)) argument
1555 usb_ftdi_elan_edset_setup(struct platform_device *pdev, u8 ed_number, void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits, void (*callback) (void *endp, struct urb *urb, u8 *buf, int len, int toggle_bits, int error_count, int condition_code, int repeat_number, int halted, int skipped, int actual, int non_null)) argument
1568 ftdi_elan_edset_input(struct usb_ftdi *ftdi, u8 ed_number, void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits, void (*callback) (void *endp, struct urb *urb, u8 *buf, int len, int toggle_bits, int error_count, int condition_code, int repeat_number, int halted, int skipped, int actual, int non_null)) argument
1620 usb_ftdi_elan_edset_input(struct platform_device *pdev, u8 ed_number, void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits, void (*callback) (void *endp, struct urb *urb, u8 *buf, int len, int toggle_bits, int error_count, int condition_code, int repeat_number, int halted, int skipped, int actual, int non_null)) argument
1633 ftdi_elan_edset_empty(struct usb_ftdi *ftdi, u8 ed_number, void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits, void (*callback) (void *endp, struct urb *urb, u8 *buf, int len, int toggle_bits, int error_count, int condition_code, int repeat_number, int halted, int skipped, int actual, int non_null)) argument
1677 usb_ftdi_elan_edset_empty(struct platform_device *pdev, u8 ed_number, void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits, void (*callback) (void *endp, struct urb *urb, u8 *buf, int len, int toggle_bits, int error_count, int condition_code, int repeat_number, int halted, int skipped, int actual, int non_null)) argument
1690 ftdi_elan_edset_output(struct usb_ftdi *ftdi, u8 ed_number, void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits, void (*callback) (void *endp, struct urb *urb, u8 *buf, int len, int toggle_bits, int error_count, int condition_code, int repeat_number, int halted, int skipped, int actual, int non_null)) argument
1756 usb_ftdi_elan_edset_output(struct platform_device *pdev, u8 ed_number, void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits, void (*callback) (void *endp, struct urb *urb, u8 *buf, int len, int toggle_bits, int error_count, int condition_code, int repeat_number, int halted, int skipped, int actual, int non_null)) argument
1769 ftdi_elan_edset_single(struct usb_ftdi *ftdi, u8 ed_number, void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits, void (*callback) (void *endp, struct urb *urb, u8 *buf, int len, int toggle_bits, int error_count, int condition_code, int repeat_number, int halted, int skipped, int actual, int non_null)) argument
1821 usb_ftdi_elan_edset_single(struct platform_device *pdev, u8 ed_number, void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits, void (*callback) (void *endp, struct urb *urb, u8 *buf, int len, int toggle_bits, int error_count, int condition_code, int repeat_number, int halted, int skipped, int actual, int non_null)) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/lib/
H A Dchecksum.S17 ;; actual length when length < 40

Completed in 243 milliseconds

1234