Searched refs:funct (Results 1 - 6 of 6) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Deng_table.c74 * algorithm/mode. In the event that 'funct' is NULL, the first entry in
75 * this stack that initialises will be set as 'funct' and assumed as the
79 ENGINE *funct; member in struct:st_engine_pile
167 fnd->funct= NULL;
185 if(fnd->funct)
186 engine_unlocked_finish(fnd->funct, 0);
187 fnd->funct = e;
206 if(pile->funct == e)
209 pile->funct = NULL;
225 if(p->funct)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/serio/
H A Dhil_mlc.c435 #define FUNC(funct, funct_arg, zero_rc, neg_rc, pos_rc) \
436 { HILSE_FUNC, { .func = funct }, funct_arg, zero_rc, neg_rc, pos_rc },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8260_io/
H A Dfcc_enet.c78 void (*funct)(uint mii_reg, struct net_device *dev); member in struct:__anon3711
810 mii_queue(dev, (c+k)->mii_data, (c+k)->funct);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Dfec.c64 void (*funct)(uint mii_reg, struct net_device *dev); member in struct:__anon3713
840 mii_queue(dev, (c+k)->mii_data, (c+k)->funct);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dfec.c117 void (*funct)(uint mii_reg, struct net_device *dev); member in struct:__anon5485
765 mii_queue(dev, (c+k)->mii_data, (c+k)->funct);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_table.c68 ENGINE *funct; member in struct:st_engine_pile
69 /* Zero if 'sk' is newer than the cached 'funct', non-zero otherwise */
146 fnd->funct = NULL;
164 if(fnd->funct)
165 engine_unlocked_finish(fnd->funct, 0);
166 fnd->funct = e;
185 if(pile->funct == e)
188 pile->funct = NULL;
204 if(p->funct)
205 engine_unlocked_finish(p->funct,
[all...]

Completed in 126 milliseconds