/linux-3.3/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 | 560 static void gigaset_inbuf_init(struct inbuf_t *inbuf, struct cardstate *cs) in gigaset_inbuf_init() 575 int gigaset_fill_inbuf(struct inbuf_t *inbuf, const unsigned char *src, in gigaset_fill_inbuf()
|
/linux-3.3/drivers/infiniband/core/ |
D | ucm.c | 393 const char __user *inbuf, in ib_ucm_event() 479 const char __user *inbuf, in ib_ucm_create_id() 526 const char __user *inbuf, in ib_ucm_destroy_id() 571 const char __user *inbuf, in ib_ucm_attr_id() 603 const char __user *inbuf, in ib_ucm_init_qp_attr() 652 const char __user *inbuf, in ib_ucm_listen() 678 const char __user *inbuf, in ib_ucm_notify() 741 const char __user *inbuf, in ib_ucm_send_req() 799 const char __user *inbuf, in ib_ucm_send_rep() 839 const char __user *inbuf, int in_len, in ib_ucm_send_private_data() [all …]
|
D | ucma.c | 312 static ssize_t ucma_get_event(struct ucma_file *file, const char __user *inbuf, in ucma_get_event() 389 static ssize_t ucma_create_id(struct ucma_file *file, const char __user *inbuf, in ucma_create_id() 503 static ssize_t ucma_destroy_id(struct ucma_file *file, const char __user *inbuf, in ucma_destroy_id() 537 static ssize_t ucma_bind_addr(struct ucma_file *file, const char __user *inbuf, in ucma_bind_addr() 557 const char __user *inbuf, in ucma_resolve_addr() 579 const char __user *inbuf, in ucma_resolve_route() 673 const char __user *inbuf, in ucma_query_route() 750 static ssize_t ucma_connect(struct ucma_file *file, const char __user *inbuf, in ucma_connect() 774 static ssize_t ucma_listen(struct ucma_file *file, const char __user *inbuf, in ucma_listen() 795 static ssize_t ucma_accept(struct ucma_file *file, const char __user *inbuf, in ucma_accept() [all …]
|
/linux-3.3/drivers/net/ethernet/sfc/ |
D | mcdi.c | 70 const u8 *inbuf, size_t inlen) in efx_mcdi_copyin() 326 const u8 *inbuf, size_t inlen, u8 *outbuf, size_t outlen, in efx_mcdi_rpc() 638 u8 inbuf[MC_CMD_DRV_ATTACH_IN_LEN]; in efx_mcdi_drv_attach() local 707 u8 inbuf[MC_CMD_LOG_CTRL_IN_LEN]; in efx_mcdi_log_ctrl() local 763 u8 inbuf[MC_CMD_NVRAM_INFO_IN_LEN]; in efx_mcdi_nvram_info() local 792 u8 inbuf[MC_CMD_NVRAM_UPDATE_START_IN_LEN]; in efx_mcdi_nvram_update_start() local 814 u8 inbuf[MC_CMD_NVRAM_READ_IN_LEN]; in efx_mcdi_nvram_read() local 839 u8 inbuf[MC_CMD_NVRAM_WRITE_IN_LEN(EFX_MCDI_NVRAM_LEN_MAX)]; in efx_mcdi_nvram_write() local 865 u8 inbuf[MC_CMD_NVRAM_ERASE_IN_LEN]; in efx_mcdi_nvram_erase() local 888 u8 inbuf[MC_CMD_NVRAM_UPDATE_FINISH_IN_LEN]; in efx_mcdi_nvram_update_finish() local [all …]
|
D | mcdi_phy.c | 81 u8 inbuf[MC_CMD_SET_LINK_IN_LEN]; in efx_mcdi_set_link() local 132 u8 inbuf[MC_CMD_MDIO_READ_IN_LEN]; in efx_mcdi_mdio_read() local 160 u8 inbuf[MC_CMD_MDIO_WRITE_IN_LEN]; in efx_mcdi_mdio_write() local
|
D | mcdi_mac.c | 80 u8 inbuf[MC_CMD_MAC_STATS_IN_LEN]; in efx_mcdi_mac_stats() local
|
/linux-3.3/lib/ |
D | decompress.c | 48 decompress_fn decompress_method(const unsigned char *inbuf, int len, in decompress_method()
|
D | decompress_bunzip2.c | 97 unsigned char *inbuf /*,*outbuf*/; member 628 static int INIT start_bunzip(struct bunzip_data **bdp, void *inbuf, int len, in start_bunzip() 687 unsigned char *inbuf; in bunzip2() local
|
/linux-3.3/arch/powerpc/platforms/cell/ |
D | beat_udbg.c | 44 static u64 inbuf[2]; /* must be 2 u64s */ variable
|
/linux-3.3/crypto/ |
D | cast6.c | 449 static void cast6_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_encrypt() 482 static void cast6_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_decrypt()
|
D | cast5.c | 580 static void cast5_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_encrypt() 632 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-3.3/scripts/dtc/ |
D | flattree.c | 577 struct inbuf { struct 581 static void inbuf_init(struct inbuf *inb, void *base, void *limit) in inbuf_init() argument
|
/linux-3.3/arch/x86/platform/olpc/ |
D | olpc.c | 117 int olpc_ec_cmd(unsigned char cmd, unsigned char *inbuf, size_t inlen, in olpc_ec_cmd()
|
/linux-3.3/drivers/hid/usbhid/ |
D | usbhid.h | 73 char *inbuf; /* Input buffer */ member
|
/linux-3.3/arch/alpha/boot/ |
D | misc.c | 44 static uch *inbuf; /* input buffer */ variable
|
/linux-3.3/arch/powerpc/include/asm/ |
D | hvsi.h | 64 unsigned char inbuf[HVSI_INBUF_SIZE]; member
|
/linux-3.3/drivers/s390/block/ |
D | dcssblk.c | 341 dcssblk_shared_store(struct device *dev, struct device_attribute *attr, const char *inbuf, size_t c… in dcssblk_shared_store() 437 dcssblk_save_store(struct device *dev, struct device_attribute *attr, const char *inbuf, size_t cou… in dcssblk_save_store()
|
/linux-3.3/arch/h8300/boot/compressed/ |
D | misc.c | 32 static uch *inbuf; /* input buffer */ variable
|
/linux-3.3/fs/dlm/ |
D | dir.c | 370 void dlm_copy_master_names(struct dlm_ls *ls, char *inbuf, int inlen, in dlm_copy_master_names()
|
/linux-3.3/drivers/ide/ |
D | ide-taskfile.c | 475 u8 *inbuf = NULL; in ide_taskfile_ioctl() local
|
/linux-3.3/arch/cris/boot/compressed/ |
D | misc.c | 54 static uch *inbuf; /* input buffer */ variable
|
/linux-3.3/drivers/net/ethernet/mellanox/mlx4/ |
D | port.c | 559 u8 *inbuf, *outbuf; in mlx4_get_port_ib_caps() local 596 u8 *inbuf, *outbuf; in mlx4_check_ext_port_caps() local
|