Searched refs:algo (Results 1 - 25 of 563) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/i2c/algos/
H A DMakefile5 obj-$(CONFIG_I2C_ALGOBIT) += i2c-algo-bit.o
6 obj-$(CONFIG_I2C_ALGOPCF) += i2c-algo-pcf.o
7 obj-$(CONFIG_I2C_ALGOPCA) += i2c-algo-pca.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/i2c/algos/
H A DMakefile5 obj-$(CONFIG_I2C_ALGOBIT) += i2c-algo-bit.o
6 obj-$(CONFIG_I2C_ALGOPCF) += i2c-algo-pcf.o
7 obj-$(CONFIG_I2C_ALGOPCA) += i2c-algo-pca.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/cipher/
H A Dhash-common.h25 /**/ (int algo,
H A Dhash-common.c44 _gcry_hash_selftest_check_one (int algo, argument
53 if (_gcry_md_get_algo_dlen (algo) != expectlen)
56 err = _gcry_md_open (&hd, algo, 0);
84 digest = _gcry_md_read (hd, algo);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/cipher/
H A Dhash-common.h25 /**/ (int algo,
H A Dhash-common.c44 _gcry_hash_selftest_check_one (int algo, argument
53 if (_gcry_md_get_algo_dlen (algo) != expectlen)
56 err = _gcry_md_open (&hd, algo, 0);
84 digest = _gcry_md_read (hd, algo);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/cipher/
H A Dhash-common.h25 /**/ (int algo,
H A Dhash-common.c44 _gcry_hash_selftest_check_one (int algo, argument
53 if (_gcry_md_get_algo_dlen (algo) != expectlen)
56 err = _gcry_md_open (&hd, algo, 0);
84 digest = _gcry_md_read (hd, algo);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/raid6/
H A Dalgos.c79 const struct raid6_calls * const * algo; local
106 for ( algo = raid6_algos ; *algo ; algo++ ) {
107 if ( !(*algo)->valid || (*algo)->valid() ) {
116 (*algo)->gen_syndrome(disks, PAGE_SIZE, dptrs);
121 if ( (*algo)->prefer > bestprefer ||
122 ((*algo)->prefer == bestprefer &&
124 best = *algo;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/raid6/
H A Dalgos.c79 const struct raid6_calls * const * algo; local
106 for ( algo = raid6_algos ; *algo ; algo++ ) {
107 if ( !(*algo)->valid || (*algo)->valid() ) {
116 (*algo)->gen_syndrome(disks, PAGE_SIZE, dptrs);
121 if ( (*algo)->prefer > bestprefer ||
122 ((*algo)->prefer == bestprefer &&
124 best = *algo;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/raid6/test/
H A Dtest.c75 printf("algo=%-8s faila=%3d(%c) failb=%3d(%c) %s\n",
92 const struct raid6_calls *const *algo; local
98 for (algo = raid6_algos; *algo; algo++) {
99 if (!(*algo)->valid || (*algo)->valid()) {
100 raid6_call = **algo;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/raid6/test/
H A Dtest.c75 printf("algo=%-8s faila=%3d(%c) failb=%3d(%c) %s\n",
92 const struct raid6_calls *const *algo; local
98 for (algo = raid6_algos; *algo; algo++) {
99 if (!(*algo)->valid || (*algo)->valid()) {
100 raid6_call = **algo;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/src/
H A Dcipher-proto.h33 int algo,
39 (int algo, int extended, selftest_report_func_t report);
44 (int algo,
113 gcry_error_t _gcry_cipher_selftest (int algo, int extended,
115 gcry_error_t _gcry_md_selftest (int algo, int extended,
117 gcry_error_t _gcry_pk_selftest (int algo, int extended,
119 gcry_error_t _gcry_hmac_selftest (int algo, int extended,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/src/
H A Dcipher-proto.h33 int algo,
39 (int algo, int extended, selftest_report_func_t report);
44 (int algo,
113 gcry_error_t _gcry_cipher_selftest (int algo, int extended,
115 gcry_error_t _gcry_md_selftest (int algo, int extended,
117 gcry_error_t _gcry_pk_selftest (int algo, int extended,
119 gcry_error_t _gcry_hmac_selftest (int algo, int extended,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/src/
H A Dcipher-proto.h33 int algo,
39 (int algo, int extended, selftest_report_func_t report);
44 (int algo,
113 gcry_error_t _gcry_cipher_selftest (int algo, int extended,
115 gcry_error_t _gcry_md_selftest (int algo, int extended,
117 gcry_error_t _gcry_pk_selftest (int algo, int extended,
119 gcry_error_t _gcry_hmac_selftest (int algo, int extended,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dvia_i2c.h25 #include <linux/i2c-algo-bit.h>
31 struct i2c_algo_bit_data algo; member in struct:via_i2c_stuff
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/Documentation/video4linux/bttv/
H A DModprobe.conf4 options i2c-algo-bit bit_test=1
H A DModules.conf7 options i2c-algo-bit bit_test=1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/Documentation/video4linux/bttv/
H A DModprobe.conf4 options i2c-algo-bit bit_test=1
H A DModules.conf7 options i2c-algo-bit bit_test=1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dvia_i2c.h25 #include <linux/i2c-algo-bit.h>
31 struct i2c_algo_bit_data algo; member in struct:via_i2c_stuff
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/i2c/
H A Di2c-mux.c31 struct i2c_algorithm algo; member in struct:i2c_mux_priv
52 ret = parent->algo->master_xfer(parent, msgs, num);
72 ret = parent->algo->smbus_xfer(parent, addr, flags,
86 return parent->algo->functionality(parent);
110 /* Need to do algo dynamically because we don't know ahead
113 if (parent->algo->master_xfer)
114 priv->algo.master_xfer = i2c_mux_master_xfer;
115 if (parent->algo->smbus_xfer)
116 priv->algo.smbus_xfer = i2c_mux_smbus_xfer;
117 priv->algo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/i2c/
H A Di2c-mux.c31 struct i2c_algorithm algo; member in struct:i2c_mux_priv
52 ret = parent->algo->master_xfer(parent, msgs, num);
72 ret = parent->algo->smbus_xfer(parent, addr, flags,
86 return parent->algo->functionality(parent);
110 /* Need to do algo dynamically because we don't know ahead
113 if (parent->algo->master_xfer)
114 priv->algo.master_xfer = i2c_mux_master_xfer;
115 if (parent->algo->smbus_xfer)
116 priv->algo.smbus_xfer = i2c_mux_smbus_xfer;
117 priv->algo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/include/linux/tc_ematch/
H A Dtc_em_text.h10 char algo[TC_EM_TEXT_ALGOSIZ]; member in struct:tcf_em_text
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_maven.h6 #include <linux/i2c-algo-bit.h>

Completed in 362 milliseconds

1234567891011>>