Home
last modified time | relevance | path

Searched refs:keys (Results 1 – 22 of 22) sorted by relevance

/linux-2.4.37.9/scripts/
DREADME.Menuconfig20 keys and press <Y> to build it in, <M> to make it a module or
33 o Use the Up/Down arrow keys (cursor keys) to highlight the item
41 You may also use the <PAGE UP> and <PAGE DOWN> keys to scroll
44 o To exit a menu use the cursor keys to highlight the <Exit> button
51 Also, the <TAB> and cursor keys will cycle between <Select>,
54 o To get help with an item, use the cursor keys to highlight <Help>
62 o Use the cursor keys to select the option you wish to set and press
68 o To see available help for the item, use the cursor keys to highlight
73 Also, the <TAB> and cursor keys will cycle between <Select> and
83 o For help, use the <TAB> or cursor keys to highlight the help option
[all …]
/linux-2.4.37.9/Documentation/
Dsonypi.txt19 - Fn keys
21 - programmable keys, back, help, zoom, thumbphrase buttons, etc.
85 programmable keys events). The default event mask is
125 Fn-keys which put the laptop in sleeping state, or switch the
127 driver disables all APM management for those keys, by enabling the
129 you have one of those laptops with working Fn keys and want to
Dsysrq.txt43 * What are the 'command' keys?
Dmoxa-smartio346 (plus/minus) keys to change the displaying time interval. Press <ENTER>
DConfigure.help3894 keys. Details about the Linux/Alpha booting process are contained in
20766 status and Fn-keys status on Dell laptops. It can also be used
22396 by pressing various keys while holding SysRq (Alt+PrintScreen). It
22399 keys are documented in <file:Documentation/sysrq.txt>. Don't say Y
29025 This is a variable key length cipher which can use keys from 32
29098 ARC4 is a stream cipher using keys ranging from 8 bits to 2048
29116 Anubis is a variable key length cipher which can use keys from
/linux-2.4.37.9/drivers/usb/storage/
Ddebug.c219 char *keys[] = { in usb_stor_show_sense() local
248 keystr = keys[key]; in usb_stor_show_sense()
/linux-2.4.37.9/include/linux/
Dpkt_cls.h79 struct tc_u32_key keys[0]; member
/linux-2.4.37.9/drivers/net/wireless/
Dorinoco.h92 struct orinoco_key keys[ORINOCO_MAX_KEYS]; member
Dorinoco.c1148 &priv->keys); in __orinoco_hw_setup_wep()
1167 keylen = le16_to_cpu(priv->keys[priv->tx_key].len); in __orinoco_hw_setup_wep()
1182 priv->keys[i].data); in __orinoco_hw_setup_wep()
2777 if(priv->keys[index].len == 0) { in orinoco_ioctl_setiwencode()
2794 priv->keys[index].len = cpu_to_le16(xlen); in orinoco_ioctl_setiwencode()
2795 memset(priv->keys[index].data, 0, sizeof(priv->keys[index].data)); in orinoco_ioctl_setiwencode()
2796 memcpy(priv->keys[index].data, keybuf, erq->length); in orinoco_ioctl_setiwencode()
2838 xlen = le16_to_cpu(priv->keys[index].len); in orinoco_ioctl_getiwencode()
2843 memcpy(keybuf, priv->keys[index].data, ORINOCO_MAX_KEY_SIZE); in orinoco_ioctl_getiwencode()
/linux-2.4.37.9/Documentation/arm/empeg/
Dir.txt36 The numeric keys generate the code 0x where x is the number pressed.
/linux-2.4.37.9/fs/ext3/
Dinode.c566 int n = 0, keys = 0; in ext3_alloc_branch() local
573 keys = 1; in ext3_alloc_branch()
581 keys = n+1; in ext3_alloc_branch()
618 for (i = 1; i < keys; i++) { in ext3_alloc_branch()
622 for (i = 0; i < keys; i++) in ext3_alloc_branch()
/linux-2.4.37.9/drivers/sbus/char/
Dsunkeymap.map272 # No keys produce the following
276 # keycode 0x7f is special and it means 'all keys released' and is
/linux-2.4.37.9/Documentation/input/
Dinput.txt137 HIDBP protocol. It's smaller, but doesn't support any extra special keys.
258 Typing a couple keys on the keyboard should be enough to check that a USB
Dinput-programming.txt145 The most simple event type is EV_KEY, which is used for keys and buttons.
/linux-2.4.37.9/arch/m68k/q40/
DREADME127 documentation of it is absolutely minimal - thus some exotic keys may not
/linux-2.4.37.9/net/sched/
Dcls_u32.c120 struct tc_u32_key *key = n->sel.keys; in u32_classify()
/linux-2.4.37.9/Documentation/s390/
D3270.txt219 Some of the Program Function (PF) and Program Attention (PA) keys are
DDebugging390.txt2486 The sysrq key reading is very picky ( I have to type the keys in an
2488 & it may be wise to predefine the keys as described in the VM hints above
/linux-2.4.37.9/fs/befs/
DChangeLog38 keys within btree nodes, rather than the linear search we were using
/linux-2.4.37.9/Documentation/filesystems/
Dhpfs.txt74 attributes with keys "UID", "GID" or "MODE" and 2-byte values are created. Only
/linux-2.4.37.9/Documentation/crypto/
Ddescore-readme.txt284 used to hold keys and input/output blocks to des.
/linux-2.4.37.9/fs/hfs/
DChangeLog372 Don't bother checking for oversized keys in hfs_bdelete().
2219 Fixed various bugs, mostly related to variable-length keys.