Home
last modified time | relevance | path

Searched refs:place (Results 1 – 25 of 243) sorted by relevance

12345678910

/linux-2.6.39/drivers/telephony/
Dixj_pcmcia.c54 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/
Dk8temp30 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/
Dxip.txt1 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/
Dhead.S44 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/
Dsysfs-bus-usb-devices-usbsevseg39 To set the nth decimal place, give this field
42 to set the mth place (where m is not already set),
Dsysfs-class-bdi6 Provide a place in sysfs for the backing_dev_info object. This allows
/linux-2.6.39/Documentation/usb/
Dmisc_usbsevseg.txt40 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/
DKconfig47 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/
Dmodule.lds6 * Create place-holder sections to hold the PLTs, GOT, and
/linux-2.6.39/drivers/staging/iio/
DTODO53 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/
Dtrampoline_32.S44 mov %cs, %ax # Code and data in the same place
Dtrampoline_64.S43 mov %cs, %ax # Code and data in the same place
/linux-2.6.39/arch/sparc/lib/
Dumul.S114 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/
DlistRCU.txt23 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
Dlockdep.txt71 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/
Dgen_except.S79 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/
Ddriver.txt13 has mechanisms in place to support actual entry-exit into CPU idle states.
/linux-2.6.39/scripts/coccinelle/locks/
Dcall_kern.cocci4 /// function under the lock in the first place.
/linux-2.6.39/arch/x86/kernel/acpi/
Dwakeup_32.S37 # jump to place where we left off
/linux-2.6.39/drivers/hwmon/
Dk8temp.c119 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/
DREADME18 into the file vmlinuz. It can be executed in an arbitrary place in flash.
/linux-2.6.39/Documentation/arm/Samsung-S3C24XX/
DDMA.txt10 channel generators is in one place.
/linux-2.6.39/drivers/net/
Dtlan.c3103 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/
DTransition-notes83 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/
DREADME.AddingFirmware13 place to add those is the separate linux-firmware repository:

12345678910