| /linux-4.4.14/drivers/isdn/gigaset/ | 
| D | asyncdata.c | 49 static unsigned cmd_loop(unsigned numbytes, struct inbuf_t *inbuf)  in cmd_loop()121 static unsigned lock_loop(unsigned numbytes, struct inbuf_t *inbuf)  in lock_loop()
 138 static unsigned hdlc_loop(unsigned numbytes, struct inbuf_t *inbuf)  in hdlc_loop()
 285 static unsigned iraw_loop(unsigned numbytes, struct inbuf_t *inbuf)  in iraw_loop()
 338 static void handle_dle(struct inbuf_t *inbuf)  in handle_dle()
 407 void gigaset_m10x_input(struct inbuf_t *inbuf)  in gigaset_m10x_input()
 
 | 
| D | isocdata.c | 894 static void cmd_loop(unsigned char *src, int numbytes, struct inbuf_t *inbuf)  in cmd_loop()941 void gigaset_isoc_input(struct inbuf_t *inbuf)  in gigaset_isoc_input()
 
 | 
| D | common.c | 549 static void gigaset_inbuf_init(struct inbuf_t *inbuf, struct cardstate *cs)  in gigaset_inbuf_init()566 int gigaset_fill_inbuf(struct inbuf_t *inbuf, const unsigned char *src,  in gigaset_fill_inbuf()
 
 | 
| D | ser-gigaset.c | 672 	struct inbuf_t *inbuf;  in gigaset_tty_receive()  local
 | 
| D | usb-gigaset.c | 348 	struct inbuf_t *inbuf = cs->inbuf;  in gigaset_read_int_callback()  local
 | 
| D | bas-gigaset.c | 479 	struct inbuf_t *inbuf = urb->context;  in read_ctrl_callback()  local
 | 
| D | gigaset.h | 433 	struct inbuf_t *inbuf;  member
 | 
| /linux-4.4.14/drivers/infiniband/core/ | 
| D | ucm.c | 386 			    const char __user *inbuf,  in ib_ucm_event()471 				const char __user *inbuf,  in ib_ucm_create_id()
 518 				 const char __user *inbuf,  in ib_ucm_destroy_id()
 563 			      const char __user *inbuf,  in ib_ucm_attr_id()
 595 				   const char __user *inbuf,  in ib_ucm_init_qp_attr()
 644 			     const char __user *inbuf,  in ib_ucm_listen()
 669 			     const char __user *inbuf,  in ib_ucm_notify()
 732 			       const char __user *inbuf,  in ib_ucm_send_req()
 790 			       const char __user *inbuf,  in ib_ucm_send_rep()
 830 					const char __user *inbuf, int in_len,  in ib_ucm_send_private_data()
 [all …]
 
 | 
| D | ucma.c | 374 static ssize_t ucma_get_event(struct ucma_file *file, const char __user *inbuf,  in ucma_get_event()450 static ssize_t ucma_create_id(struct ucma_file *file, const char __user *inbuf,  in ucma_create_id()
 568 static ssize_t ucma_destroy_id(struct ucma_file *file, const char __user *inbuf,  in ucma_destroy_id()
 616 static ssize_t ucma_bind_ip(struct ucma_file *file, const char __user *inbuf,  in ucma_bind_ip()
 635 static ssize_t ucma_bind(struct ucma_file *file, const char __user *inbuf,  in ucma_bind()
 660 			       const char __user *inbuf,  in ucma_resolve_ip()
 682 				 const char __user *inbuf,  in ucma_resolve_addr()
 709 				  const char __user *inbuf,  in ucma_resolve_route()
 793 				const char __user *inbuf,  in ucma_query_route()
 962 			  const char __user *inbuf,  in ucma_query()
 [all …]
 
 | 
| /linux-4.4.14/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()
 
 | 
| D | tgr192.c | 514 static int tgr192_update(struct shash_desc *desc, const u8 *inbuf,  in tgr192_update()
 | 
| /linux-4.4.14/drivers/net/ethernet/sfc/ | 
| D | mcdi.c | 149 				  const efx_dword_t *inbuf, size_t inlen)  in efx_mcdi_send_request()709 			 const efx_dword_t *inbuf, size_t inlen,  in _efx_mcdi_rpc()
 726 		 const efx_dword_t *inbuf, size_t inlen,  in efx_mcdi_rpc()
 743 		       const efx_dword_t *inbuf, size_t inlen,  in efx_mcdi_rpc_quiet()
 752 		       const efx_dword_t *inbuf, size_t inlen)  in efx_mcdi_rpc_start()
 773 			       const efx_dword_t *inbuf, size_t inlen,  in _efx_mcdi_rpc_async()
 848 		   const efx_dword_t *inbuf, size_t inlen, size_t outlen,  in efx_mcdi_rpc_async()
 856 			     const efx_dword_t *inbuf, size_t inlen,  in efx_mcdi_rpc_async_quiet()
 
 | 
| D | ef10.c | 2921 				      efx_dword_t *inbuf, u64 handle,  in efx_ef10_filter_push_prep()
 | 
| /linux-4.4.14/lib/ | 
| D | decompress.c | 57 decompress_fn __init decompress_method(const unsigned char *inbuf, long len,  in decompress_method()
 | 
| D | decompress_bunzip2.c | 97 	unsigned char *inbuf /*,*outbuf*/;  member628 static int INIT start_bunzip(struct bunzip_data **bdp, void *inbuf, long len,  in start_bunzip()
 687 	unsigned char *inbuf;  in bunzip2()  local
 
 | 
| D | decompress_unlzma.c | 555 	unsigned char *inbuf;  in unlzma()  local
 | 
| /linux-4.4.14/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.4.14/drivers/platform/olpc/ | 
| D | olpc-ec.c | 22 	u8 *inbuf, *outbuf;  member115 int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, size_t outlen)  in olpc_ec_cmd()
 
 | 
| /linux-4.4.14/scripts/dtc/ | 
| D | flattree.c | 580 struct inbuf {  struct584 static void inbuf_init(struct inbuf *inb, void *base, void *limit)  in inbuf_init()  argument
 
 | 
| /linux-4.4.14/arch/arm/vdso/ | 
| D | vdsomunge.c | 135 	const void *inbuf;  in main()  local
 | 
| /linux-4.4.14/fs/dlm/ | 
| D | dir.c | 236 void dlm_copy_master_names(struct dlm_ls *ls, char *inbuf, int inlen,  in dlm_copy_master_names()
 | 
| /linux-4.4.14/drivers/hid/usbhid/ | 
| D | usbhid.h | 71 	char *inbuf;                                                    /* Input buffer */  member
 | 
| /linux-4.4.14/arch/alpha/boot/ | 
| D | misc.c | 44 static uch *inbuf;		/* input buffer */  variable
 | 
| /linux-4.4.14/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.4.14/arch/powerpc/include/asm/ | 
| D | hvsi.h | 64 	unsigned char	inbuf[HVSI_INBUF_SIZE];  member
 | 
| /linux-4.4.14/drivers/s390/block/ | 
| D | dcssblk.c | 322 dcssblk_shared_store(struct device *dev, struct device_attribute *attr, const char *inbuf, size_t c…  in dcssblk_shared_store()426 dcssblk_save_store(struct device *dev, struct device_attribute *attr, const char *inbuf, size_t cou…  in dcssblk_save_store()
 
 | 
| /linux-4.4.14/arch/nios2/boot/compressed/ | 
| D | misc.c | 48 static uch *inbuf;		/* input buffer */  variable
 | 
| /linux-4.4.14/drivers/crypto/nx/ | 
| D | nx-842-pseries.c | 300 	unsigned long inbuf, outbuf;  in nx842_pseries_compress()  local431 	unsigned long inbuf, outbuf;  in nx842_pseries_decompress()  local
 
 | 
| /linux-4.4.14/drivers/iio/dac/ | 
| D | mcp4725.c | 286 	u8 inbuf[3];  in mcp4725_probe()  local
 | 
| D | max5821.c | 178 	u8 inbuf[2];  in max5821_get_value()  local
 | 
| /linux-4.4.14/arch/cris/boot/compressed/ | 
| D | misc.c | 54 static uch *inbuf;	     /* input buffer */  variable
 | 
| /linux-4.4.14/drivers/ide/ | 
| D | ide-taskfile.c | 474 	u8 *inbuf		= NULL;  in ide_taskfile_ioctl()  local
 | 
| /linux-4.4.14/drivers/hid/i2c-hid/ | 
| D | i2c-hid.c | 140 	char			*inbuf;		/* Input buffer */  member477 	u8 *inbuf = kzalloc(ihid->bufsize, GFP_KERNEL);  in i2c_hid_init_reports()  local
 
 | 
| /linux-4.4.14/arch/mn10300/boot/compressed/ | 
| D | misc.c | 88 static uch *inbuf;	/* input buffer */  variable
 | 
| /linux-4.4.14/drivers/staging/comedi/drivers/ | 
| D | usbduxfast.c | 160 	s8 *inbuf;  member
 | 
| /linux-4.4.14/drivers/media/rc/ | 
| D | ati_remote.c | 256 	unsigned char *inbuf;  member
 | 
| /linux-4.4.14/drivers/sbus/char/ | 
| D | uctrl.c | 93 	u8 *inbuf;  member
 | 
| /linux-4.4.14/drivers/usb/class/ | 
| D | cdc-wdm.c | 74 	u8			*inbuf; /* buffer for response */  member
 | 
| /linux-4.4.14/drivers/net/wan/ | 
| D | sdla.c | 430                         void *inbuf, short inlen, void *outbuf, short *outlen)  in sdla_cmd()
 | 
| /linux-4.4.14/drivers/s390/char/ | 
| D | con3215.c | 82 	char *inbuf;		      /* pointer to input buffer */  member
 | 
| /linux-4.4.14/drivers/tty/hvc/ | 
| D | hvsi.c | 82 	uint8_t inbuf[HVSI_MAX_PACKET + HVSI_MAX_READ];  member
 | 
| /linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ | 
| D | fw.c | 2689 	struct mlx4_access_reg *inbuf, *outbuf;  in mlx4_ACCESS_REG()  local2768 	struct mlx4_access_reg *inbuf = inbox->buf;  in mlx4_ACCESS_REG_wrapper()  local
 
 | 
| D | port.c | 501 	u8 *inbuf, *outbuf;  in mlx4_get_port_ib_caps()  local
 | 
| /linux-4.4.14/drivers/scsi/ | 
| D | hptiop.h | 345 	void   *inbuf;  member
 | 
| D | advansys.c | 6678 DvcGetQinfo(PortAddr iop_base, ushort s_addr, uchar *inbuf, int words)  in DvcGetQinfo()
 | 
| /linux-4.4.14/drivers/char/ | 
| D | virtio_console.c | 188 	struct port_buffer *inbuf;  member
 | 
| /linux-4.4.14/drivers/block/mtip32xx/ | 
| D | mtip32xx.c | 2020 	u8 *inbuf = NULL;  in exec_drive_taskfile()  local
 | 
| /linux-4.4.14/drivers/staging/wlan-ng/ | 
| D | hfa384x.h | 1164 	hfa384x_usbin_t inbuf;	/* pkt buf for IN(a copy) */  member
 | 
| /linux-4.4.14/include/rdma/ | 
| D | ib_verbs.h | 1279 	const void __user *inbuf;  member
 |