/linux-2.6.39/drivers/telephony/ |
D | ixj_pcmcia.c | 54 int i, place; in ixj_get_serial() local 68 place = 1; in ixj_get_serial() 81 j->serial += (str[i] - 48) * place; in ixj_get_serial() 89 j->serial += (str[i] - 55) * place; in ixj_get_serial() 97 j->serial += (str[i] - 87) * place; in ixj_get_serial() 100 place = place * 0x10; in ixj_get_serial()
|
/linux-2.6.39/Documentation/hwmon/ |
D | k8temp | 30 temp1_input - temperature of Core 0 and "place" 0 31 temp2_input - temperature of Core 0 and "place" 1 32 temp3_input - temperature of Core 1 and "place" 0 33 temp4_input - temperature of Core 1 and "place" 1
|
/linux-2.6.39/Documentation/filesystems/ |
D | xip.txt | 1 Execute-in-place for file mappings 16 Execute-in-place solves this issue the other way around: instead of keeping 18 completely. With execute-in-place, read&write type operations are performed 28 Execute-in-place is implemented in three steps: block device operation,
|
/linux-2.6.39/arch/mips/kernel/ |
D | head.S | 44 dsll t1, NASID_SHFT # Shift text nasid into place 50 dsll t1, 6 # Get pfn into place 51 dsll t2, 6 # Get pfn into place
|
/linux-2.6.39/Documentation/ABI/testing/ |
D | sysfs-bus-usb-devices-usbsevseg | 39 To set the nth decimal place, give this field 42 to set the mth place (where m is not already set),
|
D | sysfs-class-bdi | 6 Provide a place in sysfs for the backing_dev_info object. This allows
|
/linux-2.6.39/Documentation/usb/ |
D | misc_usbsevseg.txt | 40 to set the nth decimal place calculate 10 ** n 43 For example, to set the 0th and 3rd decimal place
|
/linux-2.6.39/fs/ext2/ |
D | Kconfig | 47 bool "Ext2 execute in place support" 50 Execute in place can be used on memory-backed block devices. If you
|
/linux-2.6.39/arch/ia64/ |
D | module.lds | 6 * Create place-holder sections to hold the PLTs, GOT, and
|
/linux-2.6.39/drivers/staging/iio/ |
D | TODO | 53 Initial discussions have taken place, but no actual code 54 is in place as yet. This topic will be reopened on lkml
|
/linux-2.6.39/arch/x86/kernel/ |
D | trampoline_32.S | 44 mov %cs, %ax # Code and data in the same place
|
D | trampoline_64.S | 43 mov %cs, %ax # Code and data in the same place
|
/linux-2.6.39/arch/sparc/lib/ |
D | umul.S | 114 addcc %o4, %g0, %o1 ! put upper half in place and set Z for %o1==0 121 addcc %o4, %o2, %o1 ! add compensation and put upper half in place
|
/linux-2.6.39/Documentation/RCU/ |
D | listRCU.txt | 23 added or deleted, rather than being modified in place. 155 or deleted, without in-place modification, it is very easy to use RCU! 160 The system-call auditing code does not update auditing rules in place. 266 update-in-place performed by audit_upd_rule(). For one thing, 299 in place), but non-atomic in-place modifications can be handled by making
|
D | lockdep.txt | 71 any change from taking place, and finally, in case (3) the current task 73 from taking place. If the above statement was invoked only from updater
|
/linux-2.6.39/arch/m68k/fpsp040/ |
D | gen_except.S | 79 orl %d1,%d0 |put it in the right place 83 orl %d1,%d0 |put them in the right place 198 orl %d1,%d0 |put it in the right place 202 orl %d1,%d0 |put them in the right place 310 orl %d1,%d0 |put it in the right place 314 orl %d1,%d0 |put them in the right place
|
/linux-2.6.39/Documentation/cpuidle/ |
D | driver.txt | 13 has mechanisms in place to support actual entry-exit into CPU idle states.
|
/linux-2.6.39/scripts/coccinelle/locks/ |
D | call_kern.cocci | 4 /// function under the lock in the first place.
|
/linux-2.6.39/arch/x86/kernel/acpi/ |
D | wakeup_32.S | 37 # jump to place where we left off
|
/linux-2.6.39/drivers/hwmon/ |
D | k8temp.c | 119 int place = attr->index; in show_temp() local 126 temp = TEMP_FROM_REG(data->temp[core][place]) + data->temp_offset; in show_temp()
|
/linux-2.6.39/arch/cris/boot/compressed/ |
D | README | 18 into the file vmlinuz. It can be executed in an arbitrary place in flash.
|
/linux-2.6.39/Documentation/arm/Samsung-S3C24XX/ |
D | DMA.txt | 10 channel generators is in one place.
|
/linux-2.6.39/drivers/net/ |
D | tlan.c | 3103 u8 place; in tlan_ee_send_byte() local 3110 for (place = 0x80; place != 0; place >>= 1) { in tlan_ee_send_byte() 3111 if (place & data) in tlan_ee_send_byte() 3164 u8 place; in tlan_ee_receive_byte() local 3173 for (place = 0x80; place; place >>= 1) { in tlan_ee_receive_byte() 3176 *data |= place; in tlan_ee_receive_byte()
|
/linux-2.6.39/drivers/block/paride/ |
D | Transition-notes | 83 it is holding pd_lock. The only place within the area where we 99 also in the area. The only place where ->claimed_cont is made non-NULL is 106 Corollary 1: ps_tq_active can be killed. Indeed, the only place where we
|
/linux-2.6.39/firmware/ |
D | README.AddingFirmware | 13 place to add those is the separate linux-firmware repository:
|