Searched refs:actual (Results 51 - 75 of 93) sorted by relevance

1234

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.orig/
H A Dusb.h513 int actual_length; // actual data buffer length
932 int actual; local
933 actual = snprintf (buf, size, "usb-%s-%s",
935 return (actual >= size) ? -1 : actual;
H A Dusb_gadget.h49 * @actual: Reports actual bytes transferred. For reads (OUT
90 unsigned actual; member in struct:usb_request
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dusb_gadget.h52 * @actual: Reports bytes transferred to/from the buffer. For reads (OUT
94 unsigned actual; member in struct:usb_request
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dusb.h520 int actual_length; // actual data buffer length
940 int actual; local
941 actual = snprintf (buf, size, "usb-%s-%s",
943 return (actual >= size) ? -1 : actual;
H A Dusb_gadget.h52 * @actual: Reports bytes transferred to/from the buffer. For reads (OUT
94 unsigned actual; member in struct:usb_request
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dsgetem.S29 | actual or intended publication of such source code.
H A Dsint.S56 | actual or intended publication of such source code.
H A Dstanh.S54 | actual or intended publication of such source code.
H A Dbinstr.S65 | actual or intended publication of such source code.
H A Dkernel_ex.S17 | actual or intended publication of such source code.
H A Dscale.S26 | actual or intended publication of such source code.
H A Dslog2.S101 | actual or intended publication of such source code.
H A Dx_store.S16 | actual or intended publication of such source code.
H A Dx_unfl.S26 | actual or intended publication of such source code.
H A Ddecbin.S74 | actual or intended publication of such source code.
H A Dskeleton.S35 | actual or intended publication of such source code.
H A Dx_snan.S27 | actual or intended publication of such source code.
H A Dbugfix.S157 | actual or intended publication of such source code.
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/gadget/
H A Dether.c1110 if (req->status || req->actual != req->length)
1113 req->status, req->actual, req->length);
1453 skb_put (skb, req->actual);
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/mkdosfs/
H A Dmkdosfs.c112 loff_t actual; local
114 if (_llseek(fd, offset>>32, offset&0xffffffff, &actual, whence) != 0)
116 return actual;
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/common/src/
H A Dinit_mips.S203 * Declare the actual vectors. This expands to code that
716 ADD v0,RELOCOFFSET # Relocate to actual data segment
774 ADD t2,RELOCOFFSET # Relocate to actual data segment
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Dfirestream.c419 u16 * bits, unsigned int * actual)
531 if (actual)
532 *actual = (exp >= 9)
1451 /* Aaargh! I'm ashamed. This costs more lines-of-code than the actual
418 make_rate(unsigned int rate, int r, u16 * bits, unsigned int * actual) argument
H A Dambassador.c1005 u16 * bits, unsigned int * actual) {
1113 if (actual)
1114 *actual = (exp >= 9)
1004 make_rate(unsigned int rate, rounding r, u16 * bits, unsigned int * actual) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Daic7xxx_old.c377 * NOTE: The below structure is for reference only, the actual structure
1265 * allows the actual sequencer download to be verified. It is possible
2131 * Set the actual syncrate down in the card and in our host structs
2262 * Set the actual width down in the card and in our host structs
3046 int actual; local
3048 actual = scb->sg_length;
3049 if ((actual >= 512) && (((cmd->result >> 16) & 0xf) == DID_OK))
3090 while(actual)
3092 actual >>= 1;
4242 int actual, local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/kernel/
H A Dhead.S213 ;; to 0x40000000 (where the actual DRAM resides) otherwise

Completed in 227 milliseconds

1234