Home
last modified time | relevance | path

Searched refs:out_count (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/crypto/bcm/
H A Dutil.c353 ssize_t ret, out_offset, out_count; in spu_debugfs_read() local
361 out_count = 2048; in spu_debugfs_read()
363 buf = kmalloc(out_count, GFP_KERNEL); in spu_debugfs_read()
369 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
372 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
375 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
378 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
381 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
389 out_count - out_offset, in spu_debugfs_read()
395 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/qlge/
H A Dqlge_mpi.c129 for (i = 0; i < mbcp->out_count; i++) { in ql_get_mb_sts()
211 mbcp->out_count = 4; in ql_idc_req_aen()
236 mbcp->out_count = 4; in ql_idc_cmplt_aen()
255 mbcp->out_count = 2; in ql_link_up()
303 mbcp->out_count = 3; in ql_link_down()
316 mbcp->out_count = 5; in ql_sfp_in()
331 mbcp->out_count = 1; in ql_sfp_out()
346 mbcp->out_count = 6; in ql_aen_lost()
355 for (i = 0; i < mbcp->out_count; i++) in ql_aen_lost()
367 mbcp->out_count = 2; in ql_init_fw_done()
[all …]
H A Dqlge.h992 int out_count; member
/OK3568_Linux_fs/kernel/drivers/ntb/
H A Dntb_transport.c470 ssize_t ret, out_offset, out_count; in debugfs_read() local
477 out_count = 1000; in debugfs_read()
479 buf = kmalloc(out_count, GFP_KERNEL); in debugfs_read()
484 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in debugfs_read()
486 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in debugfs_read()
488 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in debugfs_read()
490 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in debugfs_read()
492 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in debugfs_read()
494 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in debugfs_read()
496 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in debugfs_read()
[all …]
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxdri2.c642 int *out_count, void *loaderPrivate) in dri2GetBuffers() argument
651 width, height, attachments, count, out_count); in dri2GetBuffers()
660 width, height, attachments, count, out_count); in dri2GetBuffers()
664 if (*out_count > MAX_DRAWABLE_BUFFERS) { in dri2GetBuffers()
665 *out_count = 0; in dri2GetBuffers()
675 for (i = 0; i < *out_count; i++) { in dri2GetBuffers()
691 *out_count = j; in dri2GetBuffers()
699 int *out_count, void *loaderPrivate) in dri2GetBuffersWithFormat() argument
709 out_count); in dri2GetBuffersWithFormat()
719 out_count); in dri2GetBuffersWithFormat()
[all …]
/OK3568_Linux_fs/kernel/drivers/mailbox/
H A Dbcm-pdc-mailbox.c429 ssize_t ret, out_offset, out_count; in pdc_debugfs_read() local
431 out_count = 512; in pdc_debugfs_read()
433 buf = kmalloc(out_count, GFP_KERNEL); in pdc_debugfs_read()
439 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read()
441 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read()
444 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read()
447 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read()
450 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read()
453 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read()
456 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/image/
H A Dmdc800.c156 int out_count; // Bytes in the buffer member
389 mdc800->out_count=64; in mdc800_usb_download_notify()
625 mdc800->out_count=0; in mdc800_device_open()
714 sts=left > (mdc800->out_count-mdc800->out_ptr)?mdc800->out_count-mdc800->out_ptr:left; in mdc800_device_read()
721 mdc800->out_count=0; in mdc800_device_read()
816 mdc800->out_count=0; in mdc800_device_write()
911 mdc800->out_count=16; in mdc800_device_write()
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2.c533 DRI2BufferPtr * buffers, int out_count, int *width, in update_dri2_drawable_buffers() argument
549 pPriv->bufferCount = out_count; in update_dri2_drawable_buffers()
558 unsigned int *attachments, int count, int *out_count, in do_get_buffers() argument
575 *out_count = 0; in do_get_buffers()
650 *out_count = i; in do_get_buffers()
652 update_dri2_drawable_buffers(pPriv, pDraw, buffers, *out_count, width, in do_get_buffers()
679 *out_count = 0; in do_get_buffers()
691 update_dri2_drawable_buffers(pPriv, pDraw, buffers, *out_count, width, in do_get_buffers()
699 unsigned int *attachments, int count, int *out_count) in DRI2GetBuffers() argument
702 out_count, FALSE); in DRI2GetBuffers()
[all …]
H A Ddri2.h288 int count, int *out_count);
318 int *out_count);
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dparam.c282 struct memblock *param_parse_ddr_mem(int *out_count) in param_parse_ddr_mem() argument
336 *out_count = n; in param_parse_ddr_mem()
368 *out_count = count; in param_parse_ddr_mem()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dparam.h18 struct memblock *param_parse_ddr_mem(int *out_count);
/OK3568_Linux_fs/kernel/drivers/char/
H A Dvirtio_console.c663 size_t out_count, bool to_user) in fill_readbuf() argument
668 if (!out_count || !port_has_data(port)) in fill_readbuf()
672 out_count = min(out_count, buf->len - buf->offset); in fill_readbuf()
677 ret = copy_to_user(out_buf, buf->buf + buf->offset, out_count); in fill_readbuf()
682 out_count); in fill_readbuf()
685 buf->offset += out_count; in fill_readbuf()
701 return out_count; in fill_readbuf()
/OK3568_Linux_fs/kernel/sound/usb/line6/
H A Ddriver.c564 unsigned int out_count; in line6_hwdep_read() local
589 rv = kfifo_to_user(&line6->messages.fifo, buf, count, &out_count); in line6_hwdep_read()
591 rv = out_count; in line6_hwdep_read()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Ddes.h220 long length, int out_count, DES_cblock *seed);
H A Ddes_old.h424 int out_count, _ossl_old_des_cblock *seed);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c4289 esw_attr->split_count = esw_attr->out_count; in parse_tc_fdb_actions()
4326 if (esw_attr->out_count >= MLX5_MAX_FLOW_FWD_VPORTS) { in parse_tc_fdb_actions()
4331 esw_attr->out_count); in parse_tc_fdb_actions()
4338 parse_attr->mirred_ifindex[esw_attr->out_count] = in parse_tc_fdb_actions()
4340 parse_attr->tun_info[esw_attr->out_count] = dup_tun_info(info); in parse_tc_fdb_actions()
4341 if (!parse_attr->tun_info[esw_attr->out_count]) in parse_tc_fdb_actions()
4344 esw_attr->dests[esw_attr->out_count].flags |= in parse_tc_fdb_actions()
4346 esw_attr->out_count++; in parse_tc_fdb_actions()
4395 esw_attr->dests[esw_attr->out_count].rep = rpriv->rep; in parse_tc_fdb_actions()
4396 esw_attr->dests[esw_attr->out_count].mdev = out_priv->mdev; in parse_tc_fdb_actions()
[all …]
H A Deswitch_offloads_termtbl.c232 for (i = esw_attr->split_count; i < esw_attr->out_count; i++) in mlx5_eswitch_termtbl_required()
H A Deswitch.h402 int out_count; member
/OK3568_Linux_fs/buildroot/package/bc/
H A D0002-notice-read-and-write-errors-on-input-and-output.patch185 out_count = 2;
197 out_count = 0;
208 out_count = 0;
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c1945 int out_count = 0; in kbase_read() local
1952 if (out_count > 0) in kbase_read()
1963 if (out_count == 0) in kbase_read()
1972 out_count++; in kbase_read()
1977 return out_count * sizeof(uevent); in kbase_read()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c2148 int out_count = 0; in kbase_read() local
2160 if (out_count > 0) in kbase_read()
2171 if (out_count == 0) in kbase_read()
2180 out_count++; in kbase_read()
2185 return out_count * sizeof(uevent); in kbase_read()
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-pcm.c126 ssize_t out_count = PAGE_SIZE, offset = 0, ret = 0; in dpcm_state_read_file() local
136 buf = kmalloc(out_count, GFP_KERNEL); in dpcm_state_read_file()
144 out_count - offset); in dpcm_state_read_file()
/OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/
H A Dql4_mbx.c30 void qla4xxx_process_mbox_intr(struct scsi_qla_host *ha, int out_count) in qla4xxx_process_mbox_intr() argument
41 ha->mbox_status_count = out_count; in qla4xxx_process_mbox_intr()
H A Dql4_nx.c3936 void qla4_82xx_process_mbox_intr(struct scsi_qla_host *ha, int out_count) in qla4_82xx_process_mbox_intr() argument
3942 ha->mbox_status_count = out_count; in qla4_82xx_process_mbox_intr()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dmain.c1887 goto out_count; in mlx5_ib_alloc_ucontext()
1950 out_count: in mlx5_ib_alloc_ucontext()

12