/linux-6.1.9/drivers/crypto/bcm/ |
D | util.c | 355 ssize_t ret, out_offset, out_count; in spu_debugfs_read() local 363 out_count = 2048; in spu_debugfs_read() 365 buf = kmalloc(out_count, GFP_KERNEL); in spu_debugfs_read() 371 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() 374 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() 377 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() 380 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() 383 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() 391 out_count - out_offset, in spu_debugfs_read() 397 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() [all …]
|
/linux-6.1.9/drivers/usb/misc/ |
D | brcmstb-usb-pinmap.c | 37 int out_count; member 85 for (x = 0; x < pdata->out_count; x++) { in brcmstb_usb_pinmap_ovr_isr() 113 int *out_count) in get_pin_counts() argument 119 *out_count = 0; in get_pin_counts() 127 *out_count = out; in get_pin_counts() 172 for (x = 0, index = 0; x < pdata->out_count; x++) { in parse_pins() 231 for (x = 0; x < pdata->out_count; x++) { in sync_all_pins() 255 int out_count; in brcmstb_usb_pinmap_probe() local 261 get_pin_counts(dn, &in_count, &out_count); in brcmstb_usb_pinmap_probe() 262 if ((in_count + out_count) == 0) in brcmstb_usb_pinmap_probe() [all …]
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
D | mirred.c | 147 if (esw_attr->out_count >= MLX5_MAX_FLOW_FWD_VPORTS) { in tc_act_can_offload_mirred() 152 esw_attr->out_count); in tc_act_can_offload_mirred() 184 parse_attr->mirred_ifindex[esw_attr->out_count] = out_dev->ifindex; in parse_mirred_encap() 185 parse_attr->tun_info[esw_attr->out_count] = in parse_mirred_encap() 188 if (!parse_attr->tun_info[esw_attr->out_count]) in parse_mirred_encap() 194 memcpy(&parse_attr->mpls_info[esw_attr->out_count], in parse_mirred_encap() 198 esw_attr->dests[esw_attr->out_count].flags |= MLX5_ESW_DEST_ENCAP; in parse_mirred_encap() 199 esw_attr->out_count++; in parse_mirred_encap() 275 esw_attr->dests[esw_attr->out_count].rep = rpriv->rep; in parse_mirred() 276 esw_attr->dests[esw_attr->out_count].mdev = out_priv->mdev; in parse_mirred() [all …]
|
D | redirect_ingress.c | 42 if (esw_attr->out_count) { in tc_act_can_offload_redirect_ingress() 65 &attr->action, esw_attr->out_count); in tc_act_parse_redirect_ingress() 69 esw_attr->out_count++; in tc_act_parse_redirect_ingress()
|
D | ct.c | 46 attr->esw_attr->split_count = attr->esw_attr->out_count; in tc_act_parse_ct()
|
D | vlan_mangle.c | 78 attr->esw_attr->split_count = attr->esw_attr->out_count; in tc_act_parse_vlan_mangle()
|
D | pedit.c | 111 esw_attr->split_count = esw_attr->out_count; in tc_act_parse_pedit()
|
D | vlan.c | 194 esw_attr->split_count = esw_attr->out_count; in tc_act_parse_vlan()
|
/linux-6.1.9/drivers/staging/qlge/ |
D | qlge_mpi.c | 129 for (i = 0; i < mbcp->out_count; i++) { in qlge_get_mb_sts() 211 mbcp->out_count = 4; in qlge_idc_req_aen() 236 mbcp->out_count = 4; in qlge_idc_cmplt_aen() 255 mbcp->out_count = 2; in qlge_link_up() 303 mbcp->out_count = 3; in qlge_link_down() 316 mbcp->out_count = 5; in qlge_sfp_in() 331 mbcp->out_count = 1; in qlge_sfp_out() 346 mbcp->out_count = 6; in qlge_aen_lost() 355 for (i = 0; i < mbcp->out_count; i++) in qlge_aen_lost() 367 mbcp->out_count = 2; in qlge_init_fw_done() [all …]
|
D | qlge.h | 992 int out_count; member
|
/linux-6.1.9/drivers/ntb/ |
D | ntb_transport.c | 468 ssize_t ret, out_offset, out_count; in debugfs_read() local 475 out_count = 1000; in debugfs_read() 477 buf = kmalloc(out_count, GFP_KERNEL); in debugfs_read() 482 out_offset += scnprintf(buf + out_offset, out_count - out_offset, 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() [all …]
|
/linux-6.1.9/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 …]
|
/linux-6.1.9/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()
|
/linux-6.1.9/drivers/char/ |
D | virtio_console.c | 664 size_t out_count, bool to_user) in fill_readbuf() argument 669 if (!out_count || !port_has_data(port)) in fill_readbuf() 673 out_count = min(out_count, buf->len - buf->offset); in fill_readbuf() 678 ret = copy_to_user(out_buf, buf->buf + buf->offset, out_count); in fill_readbuf() 683 out_count); in fill_readbuf() 686 buf->offset += out_count; in fill_readbuf() 702 return out_count; in fill_readbuf()
|
/linux-6.1.9/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()
|
/linux-6.1.9/fs/ksmbd/ |
D | vfs.h | 133 unsigned int in_count, unsigned int *out_count);
|
D | vfs.c | 1022 unsigned int in_count, unsigned int *out_count) in ksmbd_vfs_fqar_lseek() argument 1045 *out_count = 0; in ksmbd_vfs_fqar_lseek() 1047 while (start < end && *out_count < in_count) { in ksmbd_vfs_fqar_lseek() 1067 ranges[*out_count].file_offset = cpu_to_le64(extent_start); in ksmbd_vfs_fqar_lseek() 1068 ranges[(*out_count)++].length = in ksmbd_vfs_fqar_lseek()
|
D | smb2pdu.c | 7452 unsigned int in_count, unsigned int *out_count) in fsctl_query_allocated_ranges() argument 7458 *out_count = 0; in fsctl_query_allocated_ranges() 7470 qar_rsp, in_count, out_count); in fsctl_query_allocated_ranges() 7472 *out_count = 0; in fsctl_query_allocated_ranges()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch_offloads_termtbl.c | 235 for (i = esw_attr->split_count; i < esw_attr->out_count; i++) in mlx5_eswitch_termtbl_required()
|
D | eswitch_offloads.c | 294 for (i = esw_attr->split_count; i < esw_attr->out_count; i++) in esw_is_chain_src_port_rewrite() 317 if (esw_attr->out_count - esw_attr->split_count > 1) in esw_setup_chain_src_port_rewrite() 338 esw_put_dest_tables_loop(esw, attr, esw_attr->split_count, esw_attr->out_count); in esw_cleanup_chain_src_port_rewrite() 353 for (i = esw_attr->split_count; i < esw_attr->out_count; i++) { in esw_is_indir_table() 381 for (j = esw_attr->split_count; j < esw_attr->out_count; j++, (*i)++) { in esw_setup_indir_table() 411 esw_put_dest_tables_loop(esw, attr, esw_attr->split_count, esw_attr->out_count); in esw_cleanup_indir_table() 453 for (j = esw_attr->split_count; j < esw_attr->out_count; j++, i++) in esw_setup_vport_dests()
|
D | eswitch.h | 475 int out_count; member
|
D | en_tc.c | 1687 if (*vf_tun && esw_attr->out_count > 1) { in set_encap_dests() 3640 attr2->esw_attr->out_count = 0; in mlx5e_clone_flow_attr_for_post_act() 4094 esw_attr->out_count > 1) { in parse_tc_fdb_actions()
|
/linux-6.1.9/sound/soc/ |
D | soc-pcm.c | 184 ssize_t out_count = PAGE_SIZE, offset = 0, ret = 0; in dpcm_state_read_file() local 194 buf = kmalloc(out_count, GFP_KERNEL); in dpcm_state_read_file() 203 out_count - offset); in dpcm_state_read_file()
|
/linux-6.1.9/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 | 3917 void qla4_82xx_process_mbox_intr(struct scsi_qla_host *ha, int out_count) in qla4_82xx_process_mbox_intr() argument 3923 ha->mbox_status_count = out_count; in qla4_82xx_process_mbox_intr()
|