Searched refs:OPS (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/arch/x86/crypto/ |
D | morus640_glue.c | 161 struct morus640_ops OPS = { in crypto_morus640_glue_encrypt() local 171 crypto_morus640_glue_crypt(req, OPS, cryptlen, &tag); in crypto_morus640_glue_encrypt() 185 struct morus640_ops OPS = { in crypto_morus640_glue_decrypt() local 198 crypto_morus640_glue_crypt(req, OPS, cryptlen, &tag); in crypto_morus640_glue_decrypt()
|
D | morus1280_glue.c | 165 struct morus1280_ops OPS = { in crypto_morus1280_glue_encrypt() local 175 crypto_morus1280_glue_crypt(req, OPS, cryptlen, &tag); in crypto_morus1280_glue_encrypt() 189 struct morus1280_ops OPS = { in crypto_morus1280_glue_decrypt() local 202 crypto_morus1280_glue_crypt(req, OPS, cryptlen, &tag); in crypto_morus1280_glue_decrypt()
|
D | aegis128-aesni-glue.c | 203 static const struct aegis_crypt_ops OPS = { in crypto_aegis128_aesni_encrypt() local 214 crypto_aegis128_aesni_crypt(req, &tag, cryptlen, &OPS); in crypto_aegis128_aesni_encrypt() 225 static const struct aegis_crypt_ops OPS = { in crypto_aegis128_aesni_decrypt() local 239 crypto_aegis128_aesni_crypt(req, &tag, cryptlen, &OPS); in crypto_aegis128_aesni_decrypt()
|
D | aegis256-aesni-glue.c | 203 static const struct aegis_crypt_ops OPS = { in crypto_aegis256_aesni_encrypt() local 214 crypto_aegis256_aesni_crypt(req, &tag, cryptlen, &OPS); in crypto_aegis256_aesni_encrypt() 225 static const struct aegis_crypt_ops OPS = { in crypto_aegis256_aesni_decrypt() local 239 crypto_aegis256_aesni_crypt(req, &tag, cryptlen, &OPS); in crypto_aegis256_aesni_decrypt()
|
D | aegis128l-aesni-glue.c | 203 static const struct aegis_crypt_ops OPS = { in crypto_aegis128l_aesni_encrypt() local 214 crypto_aegis128l_aesni_crypt(req, &tag, cryptlen, &OPS); in crypto_aegis128l_aesni_encrypt() 225 static const struct aegis_crypt_ops OPS = { in crypto_aegis128l_aesni_decrypt() local 239 crypto_aegis128l_aesni_crypt(req, &tag, cryptlen, &OPS); in crypto_aegis128l_aesni_decrypt()
|
/Linux-v4.19/drivers/staging/mt7621-mmc/ |
D | sd.c | 388 N_MSG(OPS, "Set read data timeout: %dns %dclks -> %d x 65536 cycles", in msdc_set_timeout() 1075 N_MSG(OPS, "enable clock!"); in msdc_do_request() 1167 …N_MSG(OPS, "CMD<%d> data<%s %s> blksz<%d> block<%d> error<%d>", cmd->opcode, (dma ? "dma" : "pio"), in msdc_do_request() 1177 N_MSG(OPS, "disable clock, CMD13 IDLE"); in msdc_do_request() 1181 N_MSG(OPS, "disable clock, CMD<%d>", cmd->opcode); in msdc_do_request() 1186 N_MSG(OPS, "disable clock!!! Read CMD<%d>", cmd->opcode); in msdc_do_request()
|
/Linux-v4.19/kernel/trace/ |
D | trace_events_filter.c | 24 #define OPS \ macro 38 enum filter_op_ids { OPS }; enumerator 43 static const char * ops[] = { OPS };
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | fscache.txt | 349 …OBJECT PARENT STAT CHLDN OPS OOP IPR EX READS EM EV F S | NETFS_COOKIE_DEF TY FL NETFS_DATA … 362 OPS Number of outstanding operations on this object
|