Home
last modified time | relevance | path

Searched refs:requested (Results 1 – 25 of 54) sorted by relevance

123

/linux-2.4.37.9/drivers/net/
Drcpci45.c282 int requested = 0; in RCopen() local
337 requested = MAX_NMBR_POST_BUFFERS_PER_MSG; in RCopen()
339 requested = post_buffers; in RCopen()
340 count = RC_allocate_and_post_buffers (dev, requested); in RCopen()
342 if (count < requested) { in RCopen()
649 int requested = 0; in rc_timer() local
673 requested = in rc_timer()
676 requested = post_buffers; in rc_timer()
679 requested); in rc_timer()
681 if (count < requested) in rc_timer()
/linux-2.4.37.9/drivers/cdrom/
Dcdrom.c317 u_char * curr, u_char requested);
929 u_char * curr, u_char requested) in sanitize_format() argument
931 if (*curr == requested) in sanitize_format()
933 if (requested == CDROM_LBA) { in sanitize_format()
944 *curr = requested; in sanitize_format()
1731 u_char requested, back; in cdrom_ioctl() local
1736 requested = q.cdsc_format; in cdrom_ioctl()
1737 if (!((requested == CDROM_MSF) || in cdrom_ioctl()
1738 (requested == CDROM_LBA))) in cdrom_ioctl()
1744 sanitize_format(&q.cdsc_absaddr, &back, requested); in cdrom_ioctl()
[all …]
/linux-2.4.37.9/Documentation/usb/
Derror-codes.txt36 c) more than one interrupt packet requested
43 -EFBIG too much ISO frames requested (currently uhci>900)
DURB.txt15 the requested action.
72 // specification of the requested data offsets and length for ISO
132 - Too many requested ISO frames (-EFBIG)
228 value that is less than or equal to the requested interval value.
Dusb-serial.txt261 requested state and may not reflect current state as set by
266 states reported by the interrupt and the states requested.
/linux-2.4.37.9/arch/alpha/lib/
Dev6-memset.S55 ble $18,end_b # U : zero length requested?
247 ble $18,end # U : zero length requested?
426 ble $18, end_w # U : zero length requested?
/linux-2.4.37.9/Documentation/power/
Dpci.txt132 - Device does not support requested state
145 Checks whether if device supports generating PME# from requested state
177 account the current state of the device and the requested state in order to
186 enter the requested state, either because of lack of support for it, or because
/linux-2.4.37.9/Documentation/sound/
Dforte21 driver tries to compensate by enforcing bigger buffers than requested
Dcs46xx58 has the ability to support the requested configuration.
/linux-2.4.37.9/arch/m68k/fpsp040/
Dsrem_mod.S26 | is requested.
44 | MOD is requested, go to Step 6.
46 | Step 5. R = MOD(X,Y), but REM(X,Y) is requested.
/linux-2.4.37.9/Documentation/s390/
Dcds.txt334 the requested irq/devno values
335 -1 if the requested conversion can't be accomplished.
346 However, the irq for the requested device must not be locked or this will
348 else has claimed ownership for the requested irq yet or the owning device
365 retrieval is requested for
402 the irq for the requested device must not be locked or this will cause a
448 irq : specifies the subchannel the ownership is requested for
531 requested for
642 irq : specifies the subchannel the ownership is requested for
704 the requested irq line in the PIC which is not applicable for the ESA/390
[all …]
DCommonIO67 - whether the device is in use (i. e. a device driver has requested ownership
/linux-2.4.37.9/Documentation/arm/nwfpe/
DREADME.FPE93 the requested permissions conditions, and performs the requested operation.
/linux-2.4.37.9/Documentation/
Dkmod.txt7 passing it the name that was requested.
Dmodules.txt192 - The kernel notices that a feature is requested that is not
195 description of the requested feature.
Disapnp.txt154 Once the device structure contains all requested resource values, the function
/linux-2.4.37.9/Documentation/networking/
D3c509.txt172 0x40 The driver has requested an interrupt
183 0x40 Tx interrupt requested.
/linux-2.4.37.9/Documentation/filesystems/
Dfat_cvf.txt76 on demand. With cvf_format=xxx, a module "xxx" is requested automatically
80 is "autoload", a non-existent module "cvf_autoload" is requested which
/linux-2.4.37.9/Documentation/sysctl/
Dfs.txt44 int want_pages; /* pages requested by system */
/linux-2.4.37.9/arch/m68k/ifpsp060/
DCHANGES59 requested by the package should return a failing value
/linux-2.4.37.9/drivers/message/i2o/
DREADME.ioctl258 The fragments _must_ be requested in order and be 8K in size. The
352 by htquery->iop and htquery->tid. The requested HTML page number is
/linux-2.4.37.9/arch/m68k/q40/
DREADME57 requested - SRAM must start with '%LX$' signature to do this. '-d' option
/linux-2.4.37.9/Documentation/video4linux/
DREADME.cpia138 provide any image format, so if size NxM is requested the driver will
Dzr36120.txt154 and the requested grab-size/format.
/linux-2.4.37.9/drivers/message/fusion/
Dmptscsih.c5313 u32 requested, configuration, flagsLength; in mptscsih_writeSDP1() local
5410 &requested, &configuration, negoFlags); in mptscsih_writeSDP1()
5421 hd->ioc->name, mf, id, requested, configuration)); in mptscsih_writeSDP1()
5469 pData->RequestedParameters = cpu_to_le32(requested); in mptscsih_writeSDP1()
5476 requested, configuration)); in mptscsih_writeSDP1()
6197 int requested, configuration, data; in mptscsih_synchronize_cache() local
6274 mptscsih_setDevicePage1Flags(0, MPT_ASYNC, 0, &requested, in mptscsih_synchronize_cache()
6276 pcfg1Data->RequestedParameters = le32_to_cpu(requested); in mptscsih_synchronize_cache()

123