/linux-2.4.37.9/drivers/acpi/ |
D | battery.c | 345 char *units = "?"; in acpi_battery_read_info() local 369 units = bif->power_unit ? ACPI_BATTERY_UNITS_AMPS : ACPI_BATTERY_UNITS_WATTS; in acpi_battery_read_info() 375 (u32) bif->design_capacity, units); in acpi_battery_read_info() 381 (u32) bif->last_full_capacity, units); in acpi_battery_read_info() 402 (u32) bif->design_capacity_warning, units); in acpi_battery_read_info() 404 (u32) bif->design_capacity_low, units); in acpi_battery_read_info() 406 (u32) bif->battery_capacity_granularity_1, units); in acpi_battery_read_info() 408 (u32) bif->battery_capacity_granularity_2, units); in acpi_battery_read_info() 444 char *units = "?"; in acpi_battery_read_state() local 462 units = battery->flags.power_unit ? ACPI_BATTERY_UNITS_AMPS : ACPI_BATTERY_UNITS_WATTS; in acpi_battery_read_state() [all …]
|
D | osl.c | 837 u32 units, in acpi_os_wait_semaphore() argument 846 if (!sem || (units < 1)) in acpi_os_wait_semaphore() 849 if (units > 1) in acpi_os_wait_semaphore() 852 ACPI_DEBUG_PRINT ((ACPI_DB_MUTEX, "Waiting for semaphore[%p|%d|%d]\n", handle, units, timeout)); in acpi_os_wait_semaphore() 904 handle, units, timeout, acpi_format_exception(status))); in acpi_os_wait_semaphore() 907 ACPI_DEBUG_PRINT ((ACPI_DB_MUTEX, "Acquired semaphore[%p|%d|%d]\n", handle, units, timeout)); in acpi_os_wait_semaphore() 920 u32 units) in acpi_os_signal_semaphore() argument 926 if (!sem || (units < 1)) in acpi_os_signal_semaphore() 929 if (units > 1) in acpi_os_signal_semaphore() 932 ACPI_DEBUG_PRINT ((ACPI_DB_MUTEX, "Signaling semaphore[%p|%d]\n", handle, units)); in acpi_os_signal_semaphore()
|
/linux-2.4.37.9/drivers/ide/ |
D | ide-probe.c | 1171 unsigned int unit, units, minors; in init_gendisk() local 1175 units = MAX_DRIVES; in init_gendisk() 1177 minors = units * (1<<PARTN_BITS); in init_gendisk() 1214 for (unit = 0; unit < units; ++unit) in init_gendisk() 1226 gd->nr_real = units; in init_gendisk() 1233 gd->de_arr = kmalloc(sizeof *gd->de_arr * units, GFP_KERNEL); in init_gendisk() 1234 gd->flags = kmalloc(sizeof *gd->flags * units, GFP_KERNEL); in init_gendisk() 1236 memset(gd->de_arr, 0, sizeof *gd->de_arr * units); in init_gendisk() 1238 memset(gd->flags, 0, sizeof *gd->flags * units); in init_gendisk() 1243 for (unit = 0; unit < units; ++unit) { in init_gendisk()
|
/linux-2.4.37.9/include/acpi/ |
D | acpiosxf.h | 129 u32 units, 135 u32 units);
|
/linux-2.4.37.9/include/asm-arm/ |
D | delay.h | 49 extern void __const_delay(unsigned long units);
|
/linux-2.4.37.9/drivers/ieee1394/ |
D | csr.c | 106 unsigned long units; in calculate_expire() local 109 units = (unsigned long)(csr->split_timeout_hi & 0x07) << 13; in calculate_expire() 112 units += (unsigned long)(csr->split_timeout_lo >> 19); in calculate_expire() 115 csr->expire = (unsigned long)(units * HZ) >> 13UL; in calculate_expire()
|
/linux-2.4.37.9/Documentation/ |
D | LVM-HOWTO | 15 allocation units called physical extents (called PE). 20 or LVs in units called logical extents or LEs.
|
/linux-2.4.37.9/Documentation/isdn/ |
D | README.audio | 56 y = 0 ... 255 range of interval in units 67 y = 0 ... 255 tone duration in units of 5ms.
|
/linux-2.4.37.9/fs/reiserfs/ |
D | item_ops.c | 352 static int indirect_part_size (struct virtual_item * vi, int first, int units) in indirect_part_size() argument 355 return units; in indirect_part_size()
|
D | fix_node.c | 364 int units; in get_num_ver() local 470 units = op_check_left (vi, free_space, start_bytes, skip_from_end); in get_num_ver() 471 if (units == -1) { in get_num_ver() 482 start_bytes += units; in get_num_ver() 483 snum012[needed_nodes - 1 + 3] = units; in get_num_ver()
|
/linux-2.4.37.9/arch/mips/lib/ |
D | memcpy.S | 208 SRL t0, len, LOG_NBYTES+3 # +3 for 8 units/iter 322 SRL t0, len, LOG_NBYTES+2 # +2 for 4 units/iter
|
/linux-2.4.37.9/arch/mips64/lib/ |
D | memcpy.S | 208 SRL t0, len, LOG_NBYTES+3 # +3 for 8 units/iter 322 SRL t0, len, LOG_NBYTES+2 # +2 for 4 units/iter
|
/linux-2.4.37.9/Documentation/i386/ |
D | zero-page.txt | 38 (b)zImage-file (in 16 byte units, rounded up)
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | apm.c | 1627 char *units = "?"; in apm_get_info() local 1641 units = (dx & 0x8000) ? "min" : "sec"; in apm_get_info() 1694 units); in apm_get_info()
|
/linux-2.4.37.9/drivers/s390/char/ |
D | tubttysiz.c | 32 char units; /* 0x00:in; 0x01:mm */ member
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | palinfo.c | 123 const char *units[]={ "", "K", "M", "G", "T" }; in bitvector_process() local 127 p += sprintf(p, "%d%s ", 1 << (i-j*10), units[j]); in bitvector_process()
|
/linux-2.4.37.9/Documentation/networking/ |
D | z8530drv.txt | 450 The delay (in units of 10 ms) after keying of the 472 expressed in units of 10 ms. About 200-300 ms (value 20-30) 484 The value of this parameter is in 10 ms units. 509 The value of this parameter is in 10 ms units.
|
D | e1000.txt | 257 This value delays the generation of receive interrupts in units of 1.024 279 This value, in units of 1.024 microseconds, limits the delay in which a 319 This value delays the generation of transmit interrupts in units of 332 This value, in units of 1.024 microseconds, limits the delay in which a
|
D | e100.txt | 152 This parameter holds the number of time units (in adapter terminology)
|
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/ |
D | Documentation.txt | 26 8.7 Reset all logical units of a target 27 8.8 Abort all tasks of all logical units of a target 382 8.7 Reset all logical units of a target 389 8.8 Abort all tasks of all logical units of a target 394 The driver will try to send a ABORT message to all the logical units 480 - all other logical units (all targets, all controllers) -> 10 commands.
|
/linux-2.4.37.9/drivers/net/wan/8253x/ |
D | sab8253xfs.txt | 12 Multichannel server units whether they are inserted directly into a host 136 as the Aurora adapter cards and multichannel units do. Currently, the 243 cards and units. These are of limited use for users but are helpful in 1288 and adapter units are ordered in reverse order to the ordering on the 1291 Multichannel units are ordered next, i.e., first. The ordering of
|
/linux-2.4.37.9/drivers/scsi/ |
D | README.st | 126 The buffer size is defined (in 1024 byte units) by ST_BUFFER_BLOCKS or 209 aa is the buffer size in 1024 byte units 210 bb is the write threshold in 1024 byte units (not used any more)
|
D | README.ncr53c8xx | 28 8.9 Reset all logical units of a target 29 8.10 Abort all tasks of all logical units of a target 539 8.9 Reset all logical units of a target 547 8.10 Abort all tasks of all logical units of a target 552 The driver will try to send a ABORT message to all the logical units 714 - all other logical units (all targets, all controllers) -> 10 commands.
|
/linux-2.4.37.9/Documentation/sound/ |
D | Maestro | 91 ( dsps_order=2 ). These devices act as fully distinct units and use
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | xfs.txt | 105 units.
|