/linux-2.4.37.9/Documentation/sound/ |
D | rme96xx | 330 radiobutton .status.sr.441 -selectcolor red -text "44.1 kHz" -width 10 -anchor nw -variable srate -… 331 radiobutton .status.sr.480 -selectcolor red -text "48 kHz" -width 10 -anchor nw -variable srate -va… 332 radiobutton .status.sr.882 -selectcolor red -text "88.2 kHz" -width 10 -anchor nw -variable srate -… 333 radiobutton .status.sr.960 -selectcolor red -text "96 kHz" -width 10 -anchor nw -variable srate -v… 341 checkbutton .status.lock.adat1 -selectcolor red -text "ADAT1" -anchor nw -width 10 -variable adatlo… 342 checkbutton .status.lock.adat2 -selectcolor red -text "ADAT2" -anchor nw -width 10 -variable adatlo… 343 checkbutton .status.lock.adat3 -selectcolor red -text "ADAT3" -anchor nw -width 10 -variable adatlo… 351 checkbutton .status.sync.adat1 -selectcolor red -text "ADAT1" -anchor nw -width 10 -variable adatsy… 352 checkbutton .status.sync.adat2 -selectcolor red -text "ADAT2" -anchor nw -width 10 -variable adatsy… 353 checkbutton .status.sync.adat3 -selectcolor red -text "ADAT3" -anchor nw -width 10 -variable adatsy… [all …]
|
D | ChangeLog.awe | 41 - Set default preset/bank/drumset as variable 44 - Change modwheel sensitivity as variable 76 - Use awe_mem_start variable instead of constant
|
D | Maestro3 | 60 of the driver is enabled through the CONFIG_SOUND_MAESTRO3 variable
|
/linux-2.4.37.9/drivers/s390/misc/ |
D | chandev.c | 266 #define CHANDEV_BACKTRACE(variable) \ argument 267 memset((variable),0,sizeof(void *)*CHANDEV_BACKTRACE_LOOPCNT); \ 268 (variable)[0]=__builtin_return_address(0); \ 269 if(((long)variable[0])&0x80000000) \ 271 (variable)[1]=__builtin_return_address(1); \ 272 if(((long)variable[1])&0x80000000) \ 274 (variable)[2]=__builtin_return_address(2); \ 275 if(((long)variable[2])&0x80000000) \ 277 (variable)[3]=__builtin_return_address(3); \ 278 if(((long)variable[3])&0x80000000) \ [all …]
|
/linux-2.4.37.9/scripts/ |
D | tkparse.h | 111 struct variable struct 118 extern struct variable *vartable; argument
|
/linux-2.4.37.9/drivers/acorn/block/ |
D | mfmhd.c | 1058 unsigned int variable; in mfm_detectdrive() local 1060 variable = (maxgeo[attribute] + mingeo[attribute]) >> 1; in mfm_detectdrive() 1082 cmdb[5] = variable; in mfm_detectdrive() 1086 cmdb[1] = variable; in mfm_detectdrive() 1087 cmdb[4] = variable; in mfm_detectdrive() 1091 cmdb[2] = variable >> 8; in mfm_detectdrive() 1092 cmdb[3] = variable; in mfm_detectdrive() 1102 mingeo[attribute] = variable + 1; in mfm_detectdrive() 1112 maxgeo[attribute] = variable; in mfm_detectdrive()
|
/linux-2.4.37.9/Documentation/kbuild/ |
D | makefiles.txt | 68 Makefiles. It has a public interface in the form of certain variable 150 This variable defines the target architecture, such as "i386", 174 The top Makefile defines this variable, and the arch Makefile 219 This variable is a prefix path for other variables such as $(CC), 221 variable explicitly. Subdirectory Makefiles don't need to worry 260 This variable is defined and used only inside the main arch 265 This variable defines a place for the arch Makefiles to install 271 installation. This variable is not defined in the Makefile but 281 This variable is private between Makefile and Rules.make. 286 An internal variable. This doesn't need to be exported, as it [all …]
|
D | bug-list.txt | 5 - If a variable has a value of "m" in the previous .config file,
|
/linux-2.4.37.9/include/asm-ia64/sn/ |
D | fetchop.h | 65 u64 variable; member
|
/linux-2.4.37.9/include/linux/ |
D | sctp.h | 335 sctp_sack_variable_t variable[0]; member 387 __u8 variable[0]; member
|
/linux-2.4.37.9/drivers/scsi/ |
D | README.aic7xxx | 216 is a bit mask variable that applies for up to 8 aic7xxx SCSI channels. 251 what the variable should be. It depends entirely on how the chipset 256 the variable may not get set properly. Of course, if the proper 299 don't set the aic7xxx=override_term variable at all, leave it alone. 310 we need to encode that into the aic7xxx=stpwlev:0x... variable. 311 This variable is a bit field encoded variable. Bit 0 is for the first 406 a comma inside of those quotes as starting a new variable, resulting
|
D | README.st | 32 used only in variable block mode (I don't know if this is sensible 63 The driver supports fixed and variable block size (within buffer 67 In variable block mode, the byte count in write() determines the size 115 at the next tape operation. Applies only to variable block mode. 250 variable block mode (if applicable). 302 variable) (global)
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | README.aic7xxx | 250 is a bit mask variable that applies for up to 8 aic7xxx SCSI channels. 285 what the variable should be. It depends entirely on how the chipset 290 the variable may not get set properly. Of course, if the proper 333 don't set the aic7xxx=override_term variable at all, leave it alone. 344 we need to encode that into the aic7xxx=stpwlev:0x... variable. 345 This variable is a bit field encoded variable. Bit 0 is for the first 440 a comma inside of those quotes as starting a new variable, resulting
|
/linux-2.4.37.9/Documentation/ |
D | isapnp.txt | 35 - variable <idx> begins with zero 36 - variable <CSN> begins with one
|
D | spinlocks.txt | 7 > routines. So far, I've added a spin_lock variable to things like my queue 51 touches a shared variable has to agree about the spinlock they want to 159 where an interrupt tries to lock an already locked variable. This is ok if
|
D | CodingStyle | 130 variable "tmp", which is much easier to write, and not the least more 147 LOCAL variable names should be short, and to the point. If you have 151 variable that is used to hold a temporary value. 153 If you are afraid to mix up your local variable names, you have another 374 2) macros that depend on having a local variable with a magic name:
|
D | using-newer-gcc.txt | 161 The compiler just has to be passed to "make" via the "CC" variable for all 176 variable during make modules_install if you know where to find a good
|
D | kernel-doc-nano-HOWTO.txt | 123 '$ENVVAR' - environment variable
|
/linux-2.4.37.9/Documentation/vm/ |
D | numa | 32 For the sake of uniformity, the variable "numnodes" is also defined
|
/linux-2.4.37.9/Documentation/i2c/ |
D | i2c-protocol | 59 If you set the I2C_M_NOSTART variable for the first partial message,
|
/linux-2.4.37.9/net/sctp/ |
D | outqueue.c | 973 frags = sack->variable; in sctp_sack_update_unack_data() 1023 sctp_sack_variable_t *frags = sack->variable; in sctp_outq_sack() 1613 frags = sack->variable; in sctp_acked()
|
/linux-2.4.37.9/Documentation/usb/ |
D | philips.txt | 157 The trace variable is a bitmask; each bit represents a certain feature. 159 below, add the values together and supply that to the trace variable.
|
/linux-2.4.37.9/arch/arm/nwfpe/ |
D | ChangeLog | 55 register type out of FPREG, and getting rid of the union variable
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | x_store.S | 54 | in the USER_FPn variable on the stack because all exception
|
/linux-2.4.37.9/Documentation/networking/ |
D | x25-iface.txt | 110 variable netdev_dropping when a new frame is received. The driver
|