Searched refs:last_key (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-zydacron.c22 unsigned short last_key[4]; member in struct:zc_device
107 zc->last_key[i] = 0;
124 key = zc->last_key[index];
127 zc->last_key[index] = 0;
156 zc->last_key[index] = key;
H A Dhid-microsoft.c124 static unsigned int last_key = 0; local
135 last_key = key;
137 input_event(input, usage->type, last_key, 0);
H A Dhid-prodikeys.c69 unsigned short last_key[24]; member in struct:pcmidi_snd
399 key = pm->last_key[bit_index];
402 pm->last_key[bit_index], 0);
403 pm->last_key[bit_index] = 0;
493 pm->last_key[bit_index] = key;
550 pm->last_key[i] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest029.tcl73 set last_key [lindex $sorted_keys end]
169 getn_last_after_del [lindex [lindex $ret 0] 1] $last_key
200 getn_last_after_put [lindex [lindex $ret 0] 1] $last_key
220 getn_after_cursor_del [lindex [lindex $ret 0] 1] $last_key
239 get_after_cursor_reput [lindex [lindex $ret 0] 1] $last_key
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dav7110_ir.c94 if (!ir || !test_bit(ir->last_key, ir->input_dev->key))
97 input_report_key(ir->input_dev, ir->last_key, 0);
160 if (ir->last_key != keycode || toggle != ir->last_toggle) {
162 input_event(ir->input_dev, EV_KEY, ir->last_key, 0);
175 ir->last_key = keycode;
H A Dav7110.h90 u16 last_key; member in struct:infrared
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_i2c.c296 static unsigned char last_key = 0xFF; local
318 key = last_key;
320 last_key = key;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil.c1399 static fstring last_key = ""; local
1409 if (strcmp(user_name, last_key)) {
1416 fstrcpy(last_key, ""); pstrcpy(last_value, "");
1426 fstrcpy(last_key, user_name);
1442 static fstring last_key = ""; local
1458 if (!strcmp(user_name, last_key)) {
1465 fstrcpy(last_key, user_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dendpointola.c154 ep->last_key = ep->current_key = 0;
H A Dsm_make_chunk.c1672 key = (char *)ep->secret_key[ep->last_key];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dcore-device.c66 int last_key = 0, key, value; local
70 if (last_key == search_key &&
74 last_key = key;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dstructs.h1343 int last_key; member in struct:sctp_endpoint

Completed in 217 milliseconds