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

1234567891011>>

/linux-master/drivers/i2c/algos/
H A DMakefile6 obj-$(CONFIG_I2C_ALGOBIT) += i2c-algo-bit.o
7 obj-$(CONFIG_I2C_ALGOPCF) += i2c-algo-pcf.o
8 obj-$(CONFIG_I2C_ALGOPCA) += i2c-algo-pca.o
/linux-master/arch/mips/generic/
H A Dboard-ocelot.its.S11 algo = "sha1"; define
22 algo = "sha1"; define
H A Dboard-jaguar2.its.S11 algo = "sha1"; define
21 algo = "sha1"; define
H A Dboard-ni169445.its.S10 algo = "sha1"; define
H A Dboard-serval.its.S11 algo = "sha1"; define
H A Dboard-boston.its.S10 algo = "sha1"; define
H A Dboard-luton.its.S11 algo = "sha1"; define
H A Dboard-xilfpga.its.S10 algo = "sha1"; define
H A Dboard-marduk.its.S10 algo = "sha1"; define
/linux-master/arch/mips/mobileye/
H A Dboard-epm5.its.S11 algo = "sha1"; define
/linux-master/drivers/gpu/drm/gma500/
H A Dintel_i2c.c11 #include <linux/i2c-algo-bit.h>
118 chan->base.algo_data = &chan->algo;
120 chan->algo.setsda = set_data;
121 chan->algo.setscl = set_clock;
122 chan->algo.getsda = get_data;
123 chan->algo.getscl = get_clock;
124 chan->algo.udelay = 20;
125 chan->algo.timeout = usecs_to_jiffies(2200);
126 chan->algo.data = chan;
H A Doaktrail_lvds_i2c.c27 #include <linux/i2c-algo-bit.h>
146 chan->base.algo_data = &chan->algo;
148 chan->algo.setsda = set_data;
149 chan->algo.setscl = set_clock;
150 chan->algo.getsda = get_data;
151 chan->algo.getscl = get_clock;
152 chan->algo.udelay = 100;
153 chan->algo.timeout = usecs_to_jiffies(2200);
154 chan->algo.data = chan;
/linux-master/lib/raid6/
H A Dalgos.c136 const struct raid6_recov_calls *const *algo; local
139 for (best = NULL, algo = raid6_recov_algos; *algo; algo++)
140 if (!best || (*algo)->priority > best->priority)
141 if (!(*algo)->valid || (*algo)->valid())
142 best = *algo;
160 const struct raid6_calls *const *algo; local
163 for (bestgenperf = 0, best = NULL, algo
[all...]
/linux-master/drivers/video/fbdev/savage/
H A Dsavagefb-i2c.c141 chan->adapter.algo_data = &chan->algo;
143 chan->algo.udelay = 10;
144 chan->algo.timeout = 20;
145 chan->algo.data = chan;
150 chan->algo.setsda(chan, 1);
151 chan->algo.setscl(chan, 1);
178 par->chan.algo.setsda = prosavage_gpio_setsda;
179 par->chan.algo.setscl = prosavage_gpio_setscl;
180 par->chan.algo.getsda = prosavage_gpio_getsda;
181 par->chan.algo
[all...]
/linux-master/include/linux/
H A Dvia_i2c.h11 #include <linux/i2c-algo-bit.h>
17 struct i2c_algo_bit_data algo; member in struct:via_i2c_stuff
H A Ddigsig.h30 uint8_t algo; member in struct:pubkey_hdr
38 uint8_t algo; member in struct:signature_hdr
H A Dmodule_signature.h34 u8 algo; /* Public-key crypto algorithm [0] */ member in struct:module_signature
H A Dgenalloc.h63 genpool_algo_t algo; /* allocation function */ member in struct:gen_pool
126 genpool_algo_t algo, void *data, void **owner);
131 return gen_pool_alloc_algo_owner(pool, size, pool->algo, pool->data,
136 size_t size, genpool_algo_t algo, void *data)
138 return gen_pool_alloc_algo_owner(pool, size, algo, data, NULL);
153 return gen_pool_alloc_algo(pool, size, pool->algo, pool->data);
159 dma_addr_t *dma, genpool_algo_t algo, void *data);
164 dma_addr_t *dma, genpool_algo_t algo, void *data);
180 extern void gen_pool_set_algo(struct gen_pool *pool, genpool_algo_t algo,
135 gen_pool_alloc_algo(struct gen_pool *pool, size_t size, genpool_algo_t algo, void *data) argument
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_maven.h7 #include <linux/i2c-algo-bit.h>
/linux-master/include/uapi/linux/tc_ematch/
H A Dtc_em_text.h11 char algo[TC_EM_TEXT_ALGOSIZ]; member in struct:tcf_em_text
/linux-master/drivers/media/pci/cx88/
H A Dcx88-vp3054-i2c.h13 struct i2c_algo_bit_data algo; member in struct:vp3054_i2c_state
/linux-master/drivers/crypto/intel/keembay/
H A Docs-hcu.h63 * @algo: The hashing algorithm being used.
67 enum ocs_hcu_algo algo; member in struct:ocs_hcu_hash_ctx
83 int ocs_hcu_hash_init(struct ocs_hcu_hash_ctx *ctx, enum ocs_hcu_algo algo);
98 int ocs_hcu_digest(struct ocs_hcu_dev *hcu_dev, enum ocs_hcu_algo algo,
101 int ocs_hcu_hmac(struct ocs_hcu_dev *hcu_dev, enum ocs_hcu_algo algo,
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_i2c.h10 #include <linux/i2c-algo-bit.h>
/linux-master/security/integrity/ima/
H A Dima_crypto.c62 enum hash_algo algo; member in struct:ima_algo_desc
69 * and IMA default algo.
91 static struct crypto_shash *ima_alloc_tfm(enum hash_algo algo) argument
96 if (algo < 0 || algo >= HASH_ALGO__LAST)
97 algo = ima_hash_algo;
99 if (algo == ima_hash_algo)
103 if (ima_algo_array[i].tfm && ima_algo_array[i].algo == algo)
106 tfm = crypto_alloc_shash(hash_algo_name[algo],
117 enum hash_algo algo; local
290 ima_alloc_atfm(enum hash_algo algo) argument
[all...]
/linux-master/net/ipv6/
H A Dseg6_hmac.c105 struct seg6_hmac_algo *algo; local
110 algo = &hmac_algos[i];
111 if (algo->alg_id == alg_id)
112 return algo;
121 struct seg6_hmac_algo *algo; local
126 algo = __hmac_get_algo(hinfo->alg_id);
127 if (!algo)
130 tfm = *this_cpu_ptr(algo->tfms);
145 shash = *this_cpu_ptr(algo->shashs);
355 struct seg6_hmac_algo *algo; local
414 struct seg6_hmac_algo *algo = NULL; local
[all...]

Completed in 434 milliseconds

1234567891011>>