Searched refs:co (Results 1 – 5 of 5) sorted by relevance
| /include/crypto/ |
| D | skcipher.h | 165 struct skcipher_alg_common co; member 212 struct skcipher_alg_common co; member 383 struct lskcipher_alg, co.base); in crypto_lskcipher_alg() 418 return crypto_lskcipher_alg(tfm)->co.ivsize; in crypto_lskcipher_ivsize() 484 return crypto_lskcipher_alg(tfm)->co.chunksize; in crypto_lskcipher_chunksize() 518 return crypto_lskcipher_alg(tfm)->co.statesize; in crypto_lskcipher_statesize() 650 return crypto_lskcipher_alg(tfm)->co.min_keysize; in crypto_lskcipher_min_keysize() 656 return crypto_lskcipher_alg(tfm)->co.max_keysize; in crypto_lskcipher_max_keysize()
|
| /include/linux/ |
| D | console.h | 336 void (*write)(struct console *co, const char *s, unsigned int count); 337 int (*read)(struct console *co, char *s, unsigned int count); 338 struct tty_driver *(*device)(struct console *co, int *index); 340 int (*setup)(struct console *co, char *options); 341 int (*exit)(struct console *co); 342 int (*match)(struct console *co, char *name, int idx, char *options);
|
| D | serial_core.h | 1113 int uart_set_options(struct uart_port *port, struct console *co, int baud, 1115 struct tty_driver *uart_console_device(struct console *co, int *index);
|
| /include/linux/fsl/ |
| D | guts.h | 156 unsigned int co, unsigned int ch, unsigned int device) in guts_set_dmacr() argument 158 unsigned int shift = 16 + (8 * (1 - co) + 2 * (3 - ch)); in guts_set_dmacr() 192 unsigned int co, unsigned int ch, unsigned int value) in guts_set_pmuxcr_dma() argument 195 unsigned int shift = 2 * (co + 1) - (ch & 1) - 1; in guts_set_pmuxcr_dma()
|
| /include/crypto/internal/ |
| D | skcipher.h | 43 char head[offsetof(struct lskcipher_alg, co.base)]; 154 return container_of(spawn->base.alg, struct lskcipher_alg, co.base); in crypto_lskcipher_spawn_alg()
|