/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
D | util.c | 353 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 …]
|
/kernel/linux/linux-5.10/drivers/staging/qlge/ |
D | qlge_mpi.c | 129 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 …]
|
D | qlge.h | 992 int out_count; member
|
/kernel/linux/linux-5.10/drivers/ntb/ |
D | ntb_transport.c | 470 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 …]
|
/kernel/linux/linux-5.10/drivers/mailbox/ |
D | bcm-pdc-mailbox.c | 429 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 …]
|
/kernel/linux/linux-5.10/drivers/usb/image/ |
D | mdc800.c | 156 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()
|
/kernel/linux/linux-5.10/drivers/char/ |
D | virtio_console.c | 663 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()
|
/kernel/linux/linux-5.10/sound/usb/line6/ |
D | driver.c | 565 unsigned int out_count; in line6_hwdep_read() local 590 rv = kfifo_to_user(&line6->messages.fifo, buf, count, &out_count); in line6_hwdep_read() 592 rv = out_count; in line6_hwdep_read()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 4295 esw_attr->split_count = esw_attr->out_count; in parse_tc_fdb_actions() 4332 if (esw_attr->out_count >= MLX5_MAX_FLOW_FWD_VPORTS) { in parse_tc_fdb_actions() 4337 esw_attr->out_count); in parse_tc_fdb_actions() 4344 parse_attr->mirred_ifindex[esw_attr->out_count] = in parse_tc_fdb_actions() 4346 parse_attr->tun_info[esw_attr->out_count] = dup_tun_info(info); in parse_tc_fdb_actions() 4347 if (!parse_attr->tun_info[esw_attr->out_count]) in parse_tc_fdb_actions() 4350 esw_attr->dests[esw_attr->out_count].flags |= in parse_tc_fdb_actions() 4352 esw_attr->out_count++; in parse_tc_fdb_actions() 4401 esw_attr->dests[esw_attr->out_count].rep = rpriv->rep; in parse_tc_fdb_actions() 4402 esw_attr->dests[esw_attr->out_count].mdev = out_priv->mdev; in parse_tc_fdb_actions() [all …]
|
D | eswitch_offloads_termtbl.c | 232 for (i = esw_attr->split_count; i < esw_attr->out_count; i++) in mlx5_eswitch_termtbl_required()
|
D | eswitch.h | 402 int out_count; member
|
D | eswitch_offloads.c | 358 for (j = esw_attr->split_count; j < esw_attr->out_count; j++) { in mlx5_eswitch_add_offloaded_rule()
|
/kernel/linux/linux-5.10/sound/soc/ |
D | soc-pcm.c | 125 ssize_t out_count = PAGE_SIZE, offset = 0, ret = 0; in dpcm_state_read_file() local 135 buf = kmalloc(out_count, GFP_KERNEL); in dpcm_state_read_file() 143 out_count - offset); in dpcm_state_read_file()
|
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/ |
D | ql4_mbx.c | 30 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()
|
D | ql4_nx.c | 3936 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()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
D | main.c | 1887 goto out_count; in mlx5_ib_alloc_ucontext() 1950 out_count: in mlx5_ib_alloc_ucontext()
|