/linux-4.1.27/lib/ |
D | decompress_inflate.c | 40 unsigned char *out_buf, long out_len, in __gunzip() argument 50 out_buf = malloc(out_len); in __gunzip() 53 out_len = ((size_t)~0) - (size_t)out_buf; /* no limit */ in __gunzip() 55 if (!out_buf) { in __gunzip() 120 strm->next_out = out_buf; in __gunzip() 145 if (flush && strm->next_out > out_buf) { in __gunzip() 146 long l = strm->next_out - out_buf; in __gunzip() 147 if (l != flush(out_buf, l)) { in __gunzip() 152 strm->next_out = out_buf; in __gunzip() 180 free(out_buf); in __gunzip() [all …]
|
D | decompress_unlzo.c | 122 u8 *in_buf, *in_buf_save, *out_buf; in unlzo() local 126 out_buf = output; in unlzo() 131 out_buf = malloc(LZO_BLOCK_SIZE); in unlzo() 132 if (!out_buf) { in unlzo() 247 memcpy(out_buf, in_buf, src_len); in unlzo() 250 out_buf, &tmp); in unlzo() 258 if (flush && flush(out_buf, dst_len) != dst_len) in unlzo() 261 out_buf += dst_len; in unlzo() 286 free(out_buf); in unlzo() 295 unsigned char *out_buf, long olen, in __decompress() argument [all …]
|
D | decompress_unxz.c | 401 unsigned char *out_buf, long olen, in __decompress() argument 405 return unxz(buf, len, fill, flush, out_buf, pos, error); in __decompress()
|
/linux-4.1.27/drivers/mfd/ |
D | cros_ec_i2c.c | 40 u8 *out_buf = NULL; in cros_ec_cmd_xfer_i2c() local 66 out_buf = kzalloc(packet_len, GFP_KERNEL); in cros_ec_cmd_xfer_i2c() 67 if (!out_buf) in cros_ec_cmd_xfer_i2c() 70 i2c_msg[0].buf = (char *)out_buf; in cros_ec_cmd_xfer_i2c() 72 out_buf[0] = EC_CMD_VERSION0 + msg->version; in cros_ec_cmd_xfer_i2c() 73 out_buf[1] = msg->command; in cros_ec_cmd_xfer_i2c() 74 out_buf[2] = msg->outsize; in cros_ec_cmd_xfer_i2c() 77 sum = out_buf[0] + out_buf[1] + out_buf[2]; in cros_ec_cmd_xfer_i2c() 79 out_buf[3 + i] = msg->outdata[i]; in cros_ec_cmd_xfer_i2c() 80 sum += out_buf[3 + i]; in cros_ec_cmd_xfer_i2c() [all …]
|
/linux-4.1.27/fs/quota/ |
D | quota_tree.c | 89 goto out_buf; in get_free_dqblk() 97 goto out_buf; in get_free_dqblk() 102 out_buf: in get_free_dqblk() 139 goto out_buf; in remove_free_dqentry() 144 goto out_buf; in remove_free_dqentry() 149 goto out_buf; in remove_free_dqentry() 154 goto out_buf; in remove_free_dqentry() 166 out_buf: in remove_free_dqentry() 185 goto out_buf; in insert_free_dqentry() 189 goto out_buf; in insert_free_dqentry() [all …]
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | dvo_sil164.c | 72 u8 out_buf[2]; in sil164_readb() local 80 .buf = out_buf, in sil164_readb() 90 out_buf[0] = addr; in sil164_readb() 91 out_buf[1] = 0; in sil164_readb() 109 uint8_t out_buf[2]; in sil164_writeb() local 114 .buf = out_buf, in sil164_writeb() 117 out_buf[0] = addr; in sil164_writeb() 118 out_buf[1] = ch; in sil164_writeb()
|
D | dvo_tfp410.c | 97 u8 out_buf[2]; in tfp410_readb() local 105 .buf = out_buf, in tfp410_readb() 115 out_buf[0] = addr; in tfp410_readb() 116 out_buf[1] = 0; in tfp410_readb() 134 uint8_t out_buf[2]; in tfp410_writeb() local 139 .buf = out_buf, in tfp410_writeb() 142 out_buf[0] = addr; in tfp410_writeb() 143 out_buf[1] = ch; in tfp410_writeb()
|
D | dvo_ivch.c | 170 u8 out_buf[1]; in ivch_read() local 183 .buf = out_buf, in ivch_read() 193 out_buf[0] = addr; in ivch_read() 213 u8 out_buf[3]; in ivch_write() local 218 .buf = out_buf, in ivch_write() 221 out_buf[0] = addr; in ivch_write() 222 out_buf[1] = data & 0xff; in ivch_write() 223 out_buf[2] = data >> 8; in ivch_write()
|
D | dvo_ch7xxx.c | 139 u8 out_buf[2]; in ch7xxx_readb() local 147 .buf = out_buf, in ch7xxx_readb() 157 out_buf[0] = addr; in ch7xxx_readb() 158 out_buf[1] = 0; in ch7xxx_readb() 177 uint8_t out_buf[2]; in ch7xxx_writeb() local 182 .buf = out_buf, in ch7xxx_writeb() 185 out_buf[0] = addr; in ch7xxx_writeb() 186 out_buf[1] = ch; in ch7xxx_writeb()
|
D | dvo_ns2501.c | 381 u8 out_buf[2]; in ns2501_readb() local 389 .buf = out_buf, in ns2501_readb() 399 out_buf[0] = addr; in ns2501_readb() 400 out_buf[1] = 0; in ns2501_readb() 426 uint8_t out_buf[2]; in ns2501_writeb() local 432 .buf = out_buf, in ns2501_writeb() 435 out_buf[0] = addr; in ns2501_writeb() 436 out_buf[1] = ch; in ns2501_writeb()
|
/linux-4.1.27/drivers/w1/slaves/ |
D | w1_ds2423.c | 44 struct device_attribute *attr, char *out_buf) in w1_slave_show() argument 78 c -= snprintf(out_buf + PAGE_SIZE - c, in w1_slave_show() 87 c -= snprintf(out_buf + PAGE_SIZE - c, in w1_slave_show() 110 c -= snprintf(out_buf + PAGE_SIZE - c, in w1_slave_show() 113 c -= snprintf(out_buf + PAGE_SIZE - c, in w1_slave_show() 119 c -= snprintf(out_buf + PAGE_SIZE - c, c, "Connection error"); in w1_slave_show()
|
/linux-4.1.27/fs/ubifs/ |
D | compress.c | 96 int in_len, void *out_buf, int *out_len, int *compr_type) in ubifs_compress() argument 110 err = crypto_comp_compress(compr->cc, in_buf, in_len, out_buf, in ubifs_compress() 130 memcpy(out_buf, in_buf, in_len); in ubifs_compress() 148 int in_len, void *out_buf, int *out_len, int compr_type) in ubifs_decompress() argument 166 memcpy(out_buf, in_buf, in_len); in ubifs_decompress() 173 err = crypto_comp_decompress(compr->cc, in_buf, in_len, out_buf, in ubifs_decompress()
|
D | ubifs.h | 1795 void *out_buf, int *out_len, int *compr_type);
|
/linux-4.1.27/arch/s390/kernel/ |
D | debug.c | 80 struct debug_view *view, char *out_buf); 85 struct debug_view *view, char *out_buf); 93 char *out_buf, const char *in_buf); 95 struct debug_view *view, char *out_buf, 98 int area, debug_entry_t * entry, char *out_buf); 101 char *out_buf, debug_sprintf_entry_t *curr_event); 1215 struct debug_view *view, char *out_buf) in debug_prolog_pages_fn() argument 1217 return sprintf(out_buf, "%i\n", id->pages_per_area); in debug_prolog_pages_fn() 1266 debug_prolog_level_fn(debug_info_t * id, struct debug_view *view, char *out_buf) in debug_prolog_level_fn() argument 1271 rc = sprintf(out_buf,"-\n"); in debug_prolog_level_fn() [all …]
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | psb_intel_modes.c | 31 u8 out_buf[] = { 0x0, 0x0 }; in psb_intel_ddc_probe() local 39 .buf = out_buf, in psb_intel_ddc_probe()
|
D | cdv_intel_lvds.c | 97 u8 out_buf[2]; 105 .buf = out_buf, 116 out_buf[0] = dev_priv->lvds_bl->brightnesscmd; 117 out_buf[1] = (u8)blc_i2c_brightness;
|
D | psb_intel_lvds.c | 106 u8 out_buf[2]; in psb_lvds_i2c_set_brightness() local 114 .buf = out_buf, in psb_lvds_i2c_set_brightness() 125 out_buf[0] = dev_priv->lvds_bl->brightnesscmd; in psb_lvds_i2c_set_brightness() 126 out_buf[1] = (u8)blc_i2c_brightness; in psb_lvds_i2c_set_brightness()
|
/linux-4.1.27/drivers/net/irda/ |
D | kingsun-sir.c | 110 __u8 *out_buf; /* transmit buffer */ member 170 kingsun->out_buf, in kingsun_hard_xmit() 176 kingsun->out_buf, wraplen, kingsun_send_irq, in kingsun_hard_xmit() 497 kingsun->out_buf = NULL; in kingsun_probe() 514 kingsun->out_buf = kmalloc(KINGSUN_FIFO_SIZE, GFP_KERNEL); in kingsun_probe() 515 if (!kingsun->out_buf) in kingsun_probe() 553 kfree(kingsun->out_buf); in kingsun_probe() 584 kfree(kingsun->out_buf); in kingsun_disconnect()
|
D | mcs7780.c | 838 wraplen = mcs_wrap_sir_skb(skb, mcs->out_buf); in mcs_hard_xmit() 842 wraplen = mcs_wrap_mir_skb(skb, mcs->out_buf); in mcs_hard_xmit() 846 wraplen = mcs_wrap_fir_skb(skb, mcs->out_buf); in mcs_hard_xmit() 850 mcs->out_buf, wraplen, mcs_send_irq, mcs); in mcs_hard_xmit()
|
D | mcs7780.h | 115 char out_buf[4096]; /* transmit/receive buffer */ member
|
/linux-4.1.27/drivers/hid/ |
D | hid-logitech-dj.c | 705 u8 *out_buf; in logi_dj_ll_raw_request() local 727 out_buf = kzalloc(DJREPORT_SHORT_LENGTH, GFP_ATOMIC); in logi_dj_ll_raw_request() 728 if (!out_buf) in logi_dj_ll_raw_request() 734 out_buf[0] = REPORT_ID_DJ_SHORT; in logi_dj_ll_raw_request() 735 out_buf[1] = djdev->device_index; in logi_dj_ll_raw_request() 736 memcpy(out_buf + 2, buf, count); in logi_dj_ll_raw_request() 738 ret = hid_hw_raw_request(djrcv_dev->hdev, out_buf[0], out_buf, in logi_dj_ll_raw_request() 741 kfree(out_buf); in logi_dj_ll_raw_request()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | debug.h | 56 char* out_buf); 59 struct debug_view* view, char* out_buf, 63 char* out_buf); 71 int area, debug_entry_t* entry, char* out_buf);
|
/linux-4.1.27/fs/cifs/ |
D | transport.c | 838 struct smb_hdr *in_buf, struct smb_hdr *out_buf, in SendReceive() argument 929 if (!midQ->resp_buf || !out_buf || in SendReceive() 937 memcpy(out_buf, midQ->resp_buf, *pbytes_returned + 4); in SendReceive() 952 struct smb_hdr *out_buf) in send_lock_cancel() argument 967 return SendReceive(xid, ses, in_buf, out_buf, in send_lock_cancel() 973 struct smb_hdr *in_buf, struct smb_hdr *out_buf, in SendReceiveBlockingLock() argument 1069 rc = send_lock_cancel(xid, tcon, in_buf, out_buf); in SendReceiveBlockingLock() 1101 if (out_buf == NULL || midQ->mid_state != MID_RESPONSE_RECEIVED) { in SendReceiveBlockingLock() 1108 memcpy(out_buf, midQ->resp_buf, *pbytes_returned + 4); in SendReceiveBlockingLock()
|
D | smb2ops.c | 267 struct network_interface_info_ioctl_rsp *out_buf; in SMB3_request_interfaces() local 272 (char **)&out_buf, &ret_data_len); in SMB3_request_interfaces() 281 le32_to_cpu(out_buf->Capability)); in SMB3_request_interfaces() 283 le64_to_cpu(out_buf->LinkSpeed)); in SMB3_request_interfaces()
|
D | cifsproto.h | 104 struct smb_hdr *out_buf,
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_i2c.c | 1056 u8 out_buf[2]; in radeon_i2c_get_byte() local 1063 .buf = out_buf, in radeon_i2c_get_byte() 1073 out_buf[0] = addr; in radeon_i2c_get_byte() 1074 out_buf[1] = 0; in radeon_i2c_get_byte() 1090 uint8_t out_buf[2]; in radeon_i2c_put_byte() local 1095 .buf = out_buf, in radeon_i2c_put_byte() 1098 out_buf[0] = addr; in radeon_i2c_put_byte() 1099 out_buf[1] = val; in radeon_i2c_put_byte()
|
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target_nego.c | 64 char *out_buf, in extract_param() argument 70 if (!in_buf || !pattern || !out_buf || !type) in extract_param() 97 memcpy(out_buf, ptr, len); in extract_param() 98 out_buf[len] = '\0'; in extract_param() 106 char *out_buf, in iscsi_handle_authentication() argument 162 return srp_main_loop(conn, auth, in_buf, out_buf, in iscsi_handle_authentication() 166 return chap_main_loop(conn, auth, in_buf, out_buf, in iscsi_handle_authentication()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/btcoexist/ |
D | halbtcoutsrc.c | 232 static bool halbtc_get(void *void_btcoexist, u8 get_type, void *out_buf) in halbtc_get() argument 239 bool *bool_tmp = (bool *)out_buf; in halbtc_get() 240 int *s32_tmp = (int *)out_buf; in halbtc_get() 241 u32 *u32_tmp = (u32 *)out_buf; in halbtc_get() 242 u8 *u8_tmp = (u8 *)out_buf; in halbtc_get()
|
D | halbtcoutsrc.h | 386 typedef bool (*bfp_btc_get)(void *btcoexist, u8 get_type, void *out_buf);
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource.c | 343 struct vmw_dma_buffer **out_buf) in vmw_user_lookup_handle() argument 348 BUG_ON(*out_surf || *out_buf); in vmw_user_lookup_handle() 359 ret = vmw_user_dmabuf_lookup(tfile, handle, out_buf, NULL); in vmw_user_lookup_handle() 1047 struct vmw_dma_buffer *out_buf; in vmw_dumb_map_offset() local 1050 ret = vmw_user_dmabuf_lookup(tfile, handle, &out_buf, NULL); in vmw_dumb_map_offset() 1054 *offset = drm_vma_node_offset_addr(&out_buf->base.vma_node); in vmw_dumb_map_offset() 1055 vmw_dmabuf_unreference(&out_buf); in vmw_dumb_map_offset()
|
D | vmwgfx_drv.h | 619 struct vmw_dma_buffer **out_buf);
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | usbtouchscreen.c | 851 goto out_buf; in nexio_alloc() 873 out_buf: in nexio_alloc() 902 goto out_buf; in nexio_init() 910 goto out_buf; in nexio_init() 919 goto out_buf; in nexio_init() 952 out_buf: in nexio_init()
|
/linux-4.1.27/drivers/s390/block/ |
D | dcssblk.c | 732 goto out_buf; in dcssblk_remove_store() 742 goto out_buf; in dcssblk_remove_store() 749 goto out_buf; in dcssblk_remove_store() 767 out_buf: in dcssblk_remove_store()
|
/linux-4.1.27/Documentation/s390/ |
D | s390dbf.txt | 563 char* out_buf); 566 struct debug_view* view, char* out_buf, 570 char* out_buf); 623 char *out_buf, const char *in_buf 631 rc += sprintf(out_buf, "%s", messages[msg_nr]); 633 rc += sprintf(out_buf, UNKNOWNSTR, msg_nr);
|
/linux-4.1.27/drivers/base/regmap/ |
D | regmap-debugfs.c | 388 goto out_buf; in regmap_reg_ranges_read_file() 392 out_buf: in regmap_reg_ranges_read_file()
|
/linux-4.1.27/drivers/mtd/maps/ |
D | vmu-flash.c | 331 goto out_buf; in vmu_flash_read_char() 345 out_buf: in vmu_flash_read_char()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sriov.c | 960 u32 *out_buf = &msgbuf[1]; in ixgbe_get_vf_reta() local 978 out_buf[i] = 0; in ixgbe_get_vf_reta() 980 out_buf[i] |= (u32)(reta[16 * i + j] & 0x3) << (2 * j); in ixgbe_get_vf_reta()
|
/linux-4.1.27/net/ceph/ |
D | auth_x.c | 343 goto out_buf; in ceph_x_build_authorizer() 351 out_buf: in ceph_x_build_authorizer()
|
/linux-4.1.27/drivers/rapidio/devices/ |
D | tsi721.c | 1521 goto out_buf; in tsi721_open_outb_mbox() 1535 goto out_buf; in tsi721_open_outb_mbox() 1650 out_buf: in tsi721_open_outb_mbox() 1830 goto out_buf; in tsi721_open_inb_mbox() 1953 out_buf: in tsi721_open_inb_mbox()
|
/linux-4.1.27/drivers/crypto/ |
D | mxs-dcp.c | 263 uint8_t *out_buf = sdcp->coh->aes_out_buf; in mxs_dcp_aes_block_crypt() local 314 out_tmp = out_buf; in mxs_dcp_aes_block_crypt()
|
/linux-4.1.27/drivers/char/ |
D | virtio_console.c | 673 static ssize_t fill_readbuf(struct port *port, char __user *out_buf, in fill_readbuf() argument 688 ret = copy_to_user(out_buf, buf->buf + buf->offset, out_count); in fill_readbuf() 692 memcpy((__force char *)out_buf, buf->buf + buf->offset, in fill_readbuf()
|
/linux-4.1.27/tools/hv/ |
D | hv_kvp_daemon.c | 1097 char *out_buf, int out_len) in parse_ip_val_buffer() argument 1124 strcpy(out_buf, (start + i)); in parse_ip_val_buffer()
|