Searched refs:input (Results 26 - 50 of 86) sorted by relevance

1234

/netgear-R7800-V1.0.2.28/target/linux/brcm63xx/
H A DMakefile18 DEFAULT_PACKAGES += kmod-switch kmod-input-gpio-keys-polled \
/netgear-R7800-V1.0.2.28/package/dnibusybox/
H A Dconvert_menuconfig.pl28 my $input = $_;
32 print STDERR "$input => $output\n";
35 open INPUT, $input;
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/mach-common/
H A Dubicom32input.c37 #include <linux/input.h>
38 #include <linux/input-polldev.h>
63 struct input_dev *id = dev->input;
145 * Setup the input device
147 input_dev = poll_dev->input;
170 "GPIO %d to input ret=%d\n", ub->gpio, ret);
265 MODULE_ALIAS("platform:ubicom32-input");
H A Dubicom32input_i2c.c6 * We hog the I2C device, turning it all to input.
36 #include <linux/input.h>
37 #include <linux/input-polldev.h>
131 struct input_dev *id = dev->input;
138 * Try to get the input status, if we fail, bail out, maybe we can do it
219 * Setup the input device
221 input_dev = poll_dev->input;
325 MODULE_ALIAS("platform:ubicom32-input");
/netgear-R7800-V1.0.2.28/target/linux/adm5120/files/arch/mips/include/asm/mach-adm5120/
H A Dadm5120_platform.h17 #include <linux/input.h>
23 #include <linux/input.h>
/netgear-R7800-V1.0.2.28/target/linux/rb532/base-files/sbin/
H A Dcf2nand5 local input="$1"
9 dd if="$input" bs=3M count=1 > "$output"
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/openmoko-gta02/profiles/
H A D101-gta02-full.mk10 PACKAGES:=xserver-xorg xf86-video-glamo xf86-input-tslib enlightenment fso-gsm0710muxd python fso-frameworkd fso-gpsd paroli
/netgear-R7800-V1.0.2.28/package/px5g/src/library/
H A Drsa.c203 unsigned char *input,
211 MPI_CHK( mpi_read_binary( &T, input, ctx->len ) );
237 unsigned char *input,
245 MPI_CHK( mpi_read_binary( &T, input, ctx->len ) );
259 * T1 = input ^ dP mod P
260 * T2 = input ^ dQ mod Q
297 unsigned char *input,
325 memcpy( p, input, ilen );
343 unsigned char *input,
357 ? rsa_public( ctx, input, bu
202 rsa_public( rsa_context *ctx, unsigned char *input, unsigned char *output ) argument
236 rsa_private( rsa_context *ctx, unsigned char *input, unsigned char *output ) argument
295 rsa_pkcs1_encrypt( rsa_context *ctx, int mode, int ilen, unsigned char *input, unsigned char *output ) argument
341 rsa_pkcs1_decrypt( rsa_context *ctx, int mode, int *olen, unsigned char *input, unsigned char *output, int output_max_len) argument
[all...]
H A Dsha1.c247 void sha1_update( sha1_context *ctx, unsigned char *input, int ilen ) argument
267 (void *) input, fill );
269 input += fill;
276 sha1_process( ctx, input );
277 input += 64;
284 (void *) input, ilen );
326 * output = SHA-1( input buffer )
328 void sha1( unsigned char *input, int ilen, unsigned char output[20] ) argument
333 sha1_update( &ctx, input, ilen );
404 void sha1_hmac_update( sha1_context *ctx, unsigned char *input, in argument
428 sha1_hmac( unsigned char *key, int keylen, unsigned char *input, int ilen, unsigned char output[20] ) argument
[all...]
/netgear-R7800-V1.0.2.28/package/proccgi/src/
H A Dproccgi.c42 * Read CGI input
151 HandleString (char *input) argument
155 if (input == NULL) {
159 data = FP_strdup (input);
/netgear-R7800-V1.0.2.28/target/linux/ixp4xx/
H A Dmodules.mk32 FILES:=$(LINUX_DIR)/drivers/input/misc/ixp4xx-beeper.ko
34 $(call AddDepends/input)
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/arch/mips/lantiq/svip/
H A Dmach-easy33016.c8 #include <linux/input.h>
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/mach-ip7k/
H A Dboard-ip7160bringup.c33 #include <linux/input.h>
/netgear-R7800-V1.0.2.28/scripts/
H A DbrcmImage.pl51 -r <file> : input rootfs file
52 -k <file> : input kernel file
78 local $/; # Set input to "slurp" mode.
/netgear-R7800-V1.0.2.28/target/linux/imx21/files/arch/arm/mach-mx2/
H A Dmach-vp6500.c20 #include <linux/input.h>
21 #include <linux/input/matrix_keypad.h>
/netgear-R7800-V1.0.2.28/target/linux/omap24xx/profiles/
H A D100-n810.mk17 kmod-input-evdev \
/netgear-R7800-V1.0.2.28/target/linux/ipq806x/
H A DMakefile26 kmod-input-gpio-keys kmod-qca-nss-drv kmod-qca-nss-gmac kmod-leds-gpio \
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/arch/mips/lantiq/falcon/
H A Dmach-easy98020.c8 #include <linux/input.h>
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/arch/mips/lantiq/xway/
H A Dmach-fritz_ar9.c14 #include <linux/input.h>
H A Dmach-h201l.c16 #include <linux/input.h>
H A Dmach-p2601hnfx.c17 #include <linux/input.h>
H A Dmach-wbmr.c17 #include <linux/input.h>
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/safe/
H A Dmd5.c147 void md5_loop(ctxt, input, len)
149 u_int8_t *input;
158 bcopy((void *)input, (void *)(ctxt->md5_buf + ctxt->md5_i),
163 md5_calc((u_int8_t *)(input + i), ctxt);
167 bcopy((void *)(input + i), (void *)ctxt->md5_buf, ctxt->md5_i);
169 bcopy((void *)input, (void *)(ctxt->md5_buf + ctxt->md5_i),
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dsha1.c228 void sha1_update( sha1_context *ctx, uchar *input, uint length ) argument
246 (void *) input, fill );
249 input += fill;
255 sha1_process( ctx, input );
257 input += 64;
263 (void *) input, length );
/netgear-R7800-V1.0.2.28/target/linux/kirkwood/files/arch/arm/mach-kirkwood/
H A Diconnect-setup.c20 #include <linux/input.h>

Completed in 136 milliseconds

1234