/linux-4.1.27/crypto/ |
D | cast6_generic.c | 184 void __cast6_encrypt(struct cast6_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast6_encrypt() 217 static void cast6_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_encrypt() 222 void __cast6_decrypt(struct cast6_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast6_decrypt() 255 static void cast6_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_decrypt()
|
D | cast5_generic.c | 311 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt() 363 static void cast5_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_encrypt() 368 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_decrypt() 407 static void cast5_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_decrypt()
|
/linux-4.1.27/drivers/iio/dac/ |
D | max5821.c | 96 u8 outbuf[2]; in max5821_sync_powerdown_mode() local 177 u8 outbuf[1]; in max5821_get_value() local 218 u8 outbuf[2]; in max5821_set_value() local 276 u8 outbuf[2] = { MAX5821_EXTENDED_COMMAND_MODE, in max5821_suspend() local 286 u8 outbuf[2] = { MAX5821_EXTENDED_COMMAND_MODE, in max5821_resume() local
|
D | max517.c | 61 u8 outbuf[2]; in max517_set_value() local 119 u8 outbuf = COMMAND_PD; in max517_suspend() local 126 u8 outbuf = 0; in max517_resume() local
|
D | mcp4725.c | 41 u8 outbuf[2]; in mcp4725_suspend() local 54 u8 outbuf[2]; in mcp4725_resume() local 217 u8 outbuf[2]; in mcp4725_set_value() local
|
/linux-4.1.27/drivers/crypto/nx/ |
D | nx-842.c | 338 unsigned long inbuf, outbuf, padding; in nx842_compress() local 538 unsigned long inbuf, outbuf; in nx842_decompress() local 1399 unsigned char **outbuf, struct sw842_fifo *fifo) in sw842_data8() 1411 unsigned char **outbuf, struct sw842_fifo *fifo) in sw842_data4() 1423 unsigned char **outbuf, struct sw842_fifo *fifo) in sw842_data2() 1435 unsigned char **outbuf, struct sw842_fifo *fifo) in sw842_ptr8() 1447 unsigned char **outbuf, struct sw842_fifo *fifo) in sw842_ptr4() 1459 unsigned char **outbuf, struct sw842_fifo *fifo) in sw842_ptr2() 1498 unsigned char *outbuf, *outbuf_end, *origbuf, *prevbuf; in sw842_decompress() local
|
/linux-4.1.27/include/crypto/ |
D | drbg.h | 184 unsigned char *outbuf; /* output buffer for random numbers */ member 204 unsigned char *outbuf, unsigned int outlen, in crypto_drbg_get_bytes_addtl() 235 unsigned char *outbuf, unsigned int outlen, in crypto_drbg_get_bytes_addtl_test()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | mcdi.c | 408 efx_dword_t *outbuf; in efx_mcdi_complete_async() local 533 efx_dword_t *outbuf, size_t outlen, in _efx_mcdi_rpc_finish() 618 efx_dword_t *outbuf, size_t outlen, in _efx_mcdi_rpc() 635 efx_dword_t *outbuf, size_t outlen, in efx_mcdi_rpc() 652 efx_dword_t *outbuf, size_t outlen, in efx_mcdi_rpc_quiet() 773 efx_dword_t *outbuf, size_t outlen, in efx_mcdi_rpc_finish() 781 efx_dword_t *outbuf, size_t outlen, in efx_mcdi_rpc_finish_quiet() 789 size_t inlen, efx_dword_t *outbuf, in efx_mcdi_display_error()
|
D | ef10.c | 1094 efx_ef10_mcdi_read_response(struct efx_nic *efx, efx_dword_t *outbuf, in efx_ef10_mcdi_read_response() 1637 int rc, efx_dword_t *outbuf, in efx_ef10_rx_defer_refill_complete() 2881 int rc, efx_dword_t *outbuf, in efx_ef10_filter_rfs_insert_complete() 2949 int rc, efx_dword_t *outbuf, in efx_ef10_filter_rfs_expire_complete()
|
D | siena.c | 733 static void siena_mcdi_read_response(struct efx_nic *efx, efx_dword_t *outbuf, in siena_mcdi_read_response()
|
/linux-4.1.27/lib/ |
D | decompress_bunzip2.c | 522 static int INIT read_bunzip(struct bunzip_data *bd, char *outbuf, int len) in read_bunzip() 681 unsigned char *outbuf, in bunzip2() 749 unsigned char *outbuf, long olen, in __decompress()
|
/linux-4.1.27/include/linux/ |
D | olpc-ec.h | 37 static inline int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_ec_cmd()
|
/linux-4.1.27/drivers/platform/olpc/ |
D | olpc-ec.c | 22 u8 *inbuf, *outbuf; member 115 int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, size_t outlen) in olpc_ec_cmd()
|
/linux-4.1.27/arch/arm/vdso/ |
D | vdsomunge.c | 137 void *outbuf; in main() local
|
/linux-4.1.27/fs/dlm/ |
D | dir.c | 237 char *outbuf, int outlen, int nodeid) in dlm_copy_master_names()
|
/linux-4.1.27/drivers/tty/hvc/ |
D | hvc_console.h | 53 char *outbuf; member
|
D | hvsi.c | 80 uint8_t outbuf[N_OUTBUF]; /* to implement write_room and chars_in_buffer */ member
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | usbhid.h | 85 char *outbuf; /* Output buffer */ member
|
/linux-4.1.27/arch/x86/platform/olpc/ |
D | olpc.c | 116 static int olpc_xo1_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_xo1_ec_cmd()
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 392 struct xdr_buf *outbuf; member 404 struct xdr_buf *outbuf = desc->outbuf; in encryptor() local
|
/linux-4.1.27/drivers/ide/ |
D | ide-taskfile.c | 473 u8 *outbuf = NULL; in ide_taskfile_ioctl() local
|
/linux-4.1.27/drivers/scsi/ |
D | 3w-sas.c | 103 char *outbuf, loff_t offset, size_t count) in twl_sysfs_aen_read() 134 char *outbuf, loff_t offset, size_t count) in twl_sysfs_compat_info()
|
D | hptiop.h | 346 void *outbuf; member
|
D | advansys.c | 8297 DvcPutScsiQ(PortAddr iop_base, ushort s_addr, uchar *outbuf, int words) in DvcPutScsiQ()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | rndis.c | 168 __le32 *outbuf; in gen_ndis_query_resp() local
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | gdb-stub.c | 739 char outbuf[26]; in gdbstub_console_write() local
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | common.c | 54 unsigned char outbuf[80]; in gigaset_dbg_buffer() local
|
/linux-4.1.27/drivers/media/rc/ |
D | ati_remote.c | 257 unsigned char *outbuf; member
|
/linux-4.1.27/drivers/sbus/char/ |
D | uctrl.c | 94 u8 *outbuf; member
|
/linux-4.1.27/drivers/usb/class/ |
D | cdc-wdm.c | 75 u8 *outbuf; /* buffer for command */ member
|
/linux-4.1.27/arch/frv/kernel/ |
D | gdb-stub.c | 616 char outbuf[26]; in __gdbstub_console_write() local
|
/linux-4.1.27/drivers/net/wan/ |
D | sdla.c | 430 void *inbuf, short inlen, void *outbuf, short *outlen) in sdla_cmd()
|
/linux-4.1.27/drivers/staging/media/lirc/ |
D | lirc_zilog.c | 891 static ssize_t read(struct file *filep, char __user *outbuf, size_t n, in read()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | s3c2410_udc.c | 528 unsigned char *outbuf = (unsigned char *)crq; in s3c2410_udc_read_fifo_crq() local
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | fw.c | 1570 u8 *outbuf; in mlx4_QUERY_FW_wrapper() local 2661 struct mlx4_access_reg *inbuf, *outbuf; in mlx4_ACCESS_REG() local
|
D | port.c | 501 u8 *inbuf, *outbuf; in mlx4_get_port_ib_caps() local
|
/linux-4.1.27/drivers/md/ |
D | dm-ioctl.c | 1104 char *outbuf, *outptr; in retrieve_status() local
|
/linux-4.1.27/drivers/block/mtip32xx/ |
D | mtip32xx.c | 2016 u8 *outbuf = NULL; in exec_drive_taskfile() local
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | hfa384x.h | 1163 hfa384x_usbout_t outbuf; /* pkt buf for OUT */ member
|
/linux-4.1.27/include/rdma/ |
D | ib_verbs.h | 1190 void __user *outbuf; member
|