Searched refs:get_key (Results 1 - 25 of 33) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/media/
H A Dir-kbd-i2c.h20 int (*get_key)(struct IR_i2c*, u32*, u32*); member in struct:IR_i2c
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/em28xx/
H A Dem28xx-input.c133 ir->get_key=NULL;
146 ir->get_key = get_key_terratec;
151 ir->get_key = get_key_pinnacle_usb_grey;
156 ir->get_key = get_key_em_haup;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dir-kbd-i2c.c242 rc = ir->get_key(ir, &ir_key, &ir_raw);
318 ir->get_key = get_key_pixelview;
324 ir->get_key = get_key_pv951;
331 ir->get_key = get_key_haup;
341 ir->get_key = get_key_knc1;
372 if (ir->get_key == NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_config.c38 static int get_key(char **line, char **key, char **value) function
135 retval = get_key(&linepos, &variable, &value);
H A Dudev_rules_parse.c81 static int get_key(char **line, char **key, enum key_operation *operation, char **value) function
256 retval = get_key(&linepos, &key, &operation, &value);
H A Dudev_rules.c76 static int get_key(char **line, char **key, char **value) function
157 if (get_key(&linepos, &variable, &value) == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DSequence.java105 seq.get_key(key);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dieee80211_crypt.h69 int (*get_key) (void *key, int len, u8 * seq, void *priv); member in struct:ieee80211_crypto_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_seq.cpp96 Dbt *DbSequence::get_key() function in class:DbSequence
100 (void)seq->get_key(seq, &key_);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c81 get_key(const void *p, const void *end, struct crypto_blkcipher **res) function
166 p = get_key(p, end, &ctx->enc);
169 p = get_key(p, end, &ctx->seq);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-input.c412 ir->get_key=NULL;
421 ir->get_key = get_key_pinnacle_color;
424 ir->get_key = get_key_pinnacle_grey;
430 ir->get_key = get_key_purpletv;
435 ir->get_key = get_key_hvr1110;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dsort.c60 static char *get_key(char *str, struct sort_key *key, int flags) function
169 x = get_key(*(char **)xarg, key, flags);
170 y = get_key(*(char **)yarg, key, flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbSequence.java71 public void get_key(com.sleepycat.db.DatabaseEntry key) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbSequence_get_key(swigCPtr, this, key); } method in class:DbSequence
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest068.tcl111 error_check_good get_key [list [list $word $word]] $dbt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_crypt_wep.c281 .get_key = prism2_wep_get_key,
H A Dieee80211_crypt_ccmp.c468 .get_key = ieee80211_ccmp_get_key,
H A Dieee80211_crypt_tkip.c771 .get_key = ieee80211_tkip_get_key,
H A Dieee80211_wx.c420 len = (*crypt)->ops->get_key(sec.keys[key], WEP_KEY_LEN,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_seq.c53 "get_key",
159 ret = seq->get_key(seq, &key);
161 DB_RETOK_STD(ret), "sequence get_key")) == TCL_OK)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_main.c397 len = local->crypt[idx]->ops->get_key(keybuf, sizeof(keybuf),
405 (void) local->crypt[i]->ops->get_key(
H A Dhostap_ioctl.c287 len = crypt->ops->get_key(key, WEP_KEY_LEN, NULL, crypt->priv);
3419 if ((*crypt)->ops->get_key) {
3421 (*crypt)->ops->get_key(ext->key,
3619 if ((*crypt)->ops->get_key) {
3621 (*crypt)->ops->get_key(param->u.crypt.key,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i1597 db_ret_t get_key(DBT *key) {
1598 return self->get_key(self, key);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/sequence/
H A Dsequence.c125 seq->get_key = __seq_get_key;
789 SEQ_ILLEGAL_BEFORE_OPEN(seq, "DB_SEQUENCE->get_key");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h875 Dbt *get_key();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h876 Dbt *get_key();

Completed in 166 milliseconds

12