/drivers/staging/media/meson/vdec/ |
D | codec_hevc_common.c | 57 struct codec_hevc_common *comm, in codec_hevc_setup_buffers_gxbb() argument 77 buf_y_paddr = comm->fbc_buffer_paddr[idx]; in codec_hevc_setup_buffers_gxbb() 112 struct codec_hevc_common *comm, in codec_hevc_setup_buffers_gxl() argument 131 buf_y_paddr = comm->mmu_header_paddr[idx]; in codec_hevc_setup_buffers_gxl() 133 buf_y_paddr = comm->fbc_buffer_paddr[idx]; in codec_hevc_setup_buffers_gxl() 154 struct codec_hevc_common *comm) in codec_hevc_free_fbc_buffers() argument 161 if (comm->fbc_buffer_vaddr[i]) { in codec_hevc_free_fbc_buffers() 163 comm->fbc_buffer_vaddr[i], in codec_hevc_free_fbc_buffers() 164 comm->fbc_buffer_paddr[i]); in codec_hevc_free_fbc_buffers() 165 comm->fbc_buffer_vaddr[i] = NULL; in codec_hevc_free_fbc_buffers() [all …]
|
D | codec_hevc_common.h | 56 struct codec_hevc_common *comm); 59 struct codec_hevc_common *comm); 62 struct codec_hevc_common *comm, 66 struct codec_hevc_common *comm,
|
/drivers/scsi/aacraid/ |
D | comminit.c | 375 struct aac_queue_block * comm = dev->queues; in aac_comm_init() local 397 comm->queue[HostNormCmdQueue].base = queues; in aac_comm_init() 398 aac_queue_init(dev, &comm->queue[HostNormCmdQueue], headers, HOST_NORM_CMD_ENTRIES); in aac_comm_init() 403 comm->queue[HostHighCmdQueue].base = queues; in aac_comm_init() 404 aac_queue_init(dev, &comm->queue[HostHighCmdQueue], headers, HOST_HIGH_CMD_ENTRIES); in aac_comm_init() 410 comm->queue[AdapNormCmdQueue].base = queues; in aac_comm_init() 411 aac_queue_init(dev, &comm->queue[AdapNormCmdQueue], headers, ADAP_NORM_CMD_ENTRIES); in aac_comm_init() 417 comm->queue[AdapHighCmdQueue].base = queues; in aac_comm_init() 418 aac_queue_init(dev, &comm->queue[AdapHighCmdQueue], headers, ADAP_HIGH_CMD_ENTRIES); in aac_comm_init() 424 comm->queue[HostNormRespQueue].base = queues; in aac_comm_init() [all …]
|
D | rkt.c | 33 static int aac_rkt_select_comm(struct aac_dev *dev, int comm) in aac_rkt_select_comm() argument 36 retval = aac_rx_select_comm(dev, comm); in aac_rkt_select_comm() 37 if (comm == AAC_COMM_MESSAGE) { in aac_rkt_select_comm()
|
/drivers/gpu/drm/msm/ |
D | msm_gpu.c | 210 if (state->comm) in msm_gpu_devcoredump_read() 211 drm_printf(&p, "comm: %s\n", state->comm); in msm_gpu_devcoredump_read() 263 struct msm_gem_submit *submit, char *comm, char *cmd) in msm_gpu_crashstate_capture() argument 280 state->comm = kstrdup(comm, GFP_KERNEL); in msm_gpu_crashstate_capture() 325 struct msm_gem_submit *submit, char *comm, char *cmd) in msm_gpu_crashstate_capture() argument 361 char *comm = NULL, *cmd = NULL; in recover_worker() local 378 comm = kstrdup(task->comm, GFP_KERNEL); in recover_worker() 383 if (comm && cmd) { in recover_worker() 385 gpu->name, comm, cmd); in recover_worker() 388 "offending task: %s (%s)", comm, cmd); in recover_worker() [all …]
|
D | msm_gem.c | 933 const char *name, *comm; in msm_gem_describe() local 939 comm = kstrdup(task->comm, GFP_KERNEL); in msm_gem_describe() 942 comm = NULL; in msm_gem_describe() 946 name = comm = NULL; in msm_gem_describe() 949 name, comm ? ":" : "", comm ? comm : "", in msm_gem_describe() 953 kfree(comm); in msm_gem_describe()
|
/drivers/pinctrl/intel/ |
D | pinctrl-lynxpoint.c | 210 struct intel_community *comm; in lp_get_community() local 214 comm = &lg->communities[i]; in lp_get_community() 215 if (pin < comm->pin_base + comm->npins && pin >= comm->pin_base) in lp_get_community() 216 return comm; in lp_get_community() 226 struct intel_community *comm; in lp_gpio_reg() local 229 comm = lp_get_community(lg, offset); in lp_gpio_reg() 230 if (!comm) in lp_gpio_reg() 233 offset -= comm->pin_base; in lp_gpio_reg() 242 return comm->regs + reg_offset + reg; in lp_gpio_reg() 854 struct intel_community *comm = &lg->communities[i]; in lp_gpio_probe() local [all …]
|
D | pinctrl-baytrail.c | 546 struct intel_community *comm; in byt_get_community() local 550 comm = vg->communities + i; in byt_get_community() 551 if (pin < comm->pin_base + comm->npins && pin >= comm->pin_base) in byt_get_community() 552 return comm; in byt_get_community() 561 struct intel_community *comm = byt_get_community(vg, offset); in byt_gpio_reg() local 564 if (!comm) in byt_gpio_reg() 567 offset -= comm->pin_base; in byt_gpio_reg() 576 reg_offset = comm->pad_map[offset] * 16; in byt_gpio_reg() 580 return comm->pad_regs + reg_offset + reg; in byt_gpio_reg() 1236 const struct intel_community *comm; in byt_gpio_dbg_show() local [all …]
|
/drivers/scsi/ |
D | scsi_error.c | 1276 current->comm)); in scsi_eh_get_sense() 1290 current->comm)); in scsi_eh_get_sense() 1392 current->comm)); in scsi_eh_test_devices() 1462 current->comm)); in scsi_eh_stu() 1480 current->comm)); in scsi_eh_stu() 1496 current->comm)); in scsi_eh_stu() 1529 current->comm)); in scsi_eh_bus_device_reset() 1545 "%s: Sending BDR\n", current->comm)); in scsi_eh_bus_device_reset() 1562 "%s: BDR failed\n", current->comm)); in scsi_eh_bus_device_reset() 1599 current->comm)); in scsi_eh_target_reset() [all …]
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | catas.c | 106 comm_flags = swab32(readl((__iomem char *)priv->mfunc.comm + in mlx4_reset_slave() 131 (__iomem char *)priv->mfunc.comm + MLX4_COMM_CHAN_FLAGS); in mlx4_reset_slave() 135 comm_flags = swab32(readl((__iomem char *)priv->mfunc.comm + in mlx4_reset_slave() 239 slave_read = swab32(readl(&priv->mfunc.comm->slave_read)); in poll_catas()
|
D | cmd.c | 258 u32 status = readl(&priv->mfunc.comm->slave_read); in comm_pending() 283 &priv->mfunc.comm->slave_write); in mlx4_comm_cmd_post() 2201 &priv->mfunc.comm[slave].slave_read); in mlx4_master_do_cmd() 2228 &priv->mfunc.comm[slave].slave_read); in mlx4_master_do_cmd() 2272 comm_cmd = swab32(readl(&mfunc->comm[slave].slave_write)); in mlx4_master_comm_channel() 2273 slt = swab32(readl(&mfunc->comm[slave].slave_read)) >> 31; in mlx4_master_comm_channel() 2307 wr_toggle = swab32(readl(&priv->mfunc.comm->slave_write)); in sync_toggles() 2314 rd_toggle = swab32(readl(&priv->mfunc.comm->slave_read)); in sync_toggles() 2329 wr_toggle = swab32(readl(&priv->mfunc.comm-> in sync_toggles() 2349 __raw_writel((__force u32) 0, &priv->mfunc.comm->slave_read); in sync_toggles() [all …]
|
/drivers/block/paride/ |
D | comm.c | 190 static struct pi_protocol comm = { variable 208 return paride_register(&comm); in comm_init() 213 paride_unregister(&comm); in comm_exit()
|
D | Makefile | 12 obj-$(CONFIG_PARIDE_COMM) += comm.o
|
/drivers/iio/adc/ |
D | ad_sigma_delta.c | 39 void ad_sd_set_comm(struct ad_sigma_delta *sigma_delta, uint8_t comm) in ad_sd_set_comm() argument 43 sigma_delta->comm = comm & AD_SD_COMM_CHAN_MASK; in ad_sd_set_comm() 69 data[0] = (reg << sigma_delta->info->addr_shift) | sigma_delta->comm; in ad_sd_write_reg() 121 data[0] |= sigma_delta->comm; in ad_sd_read_reg_raw()
|
/drivers/connector/ |
D | cn_proc.c | 231 ev->event_data.comm.process_pid = task->pid; in proc_comm_connector() 232 ev->event_data.comm.process_tgid = task->tgid; in proc_comm_connector() 233 get_task_comm(ev->event_data.comm.comm, task); in proc_comm_connector()
|
/drivers/dma/ |
D | dmatest.c | 376 const char *thread_name = current->comm; in dmatest_mismatch() 422 current->comm, error_count - MAX_ERROR_COUNT); in dmatest_verify() 460 current->comm, n, err, src_off, dst_off, len, data); in result() 463 current->comm, n, err, src_off, dst_off, len, data); in result() 472 current->comm, n, err, src_off, dst_off, len, data); in dbg_result() 863 pr_debug("%s: verifying source buffer...\n", current->comm); in dmatest_func() 873 pr_debug("%s: verifying dest buffer...\n", current->comm); in dmatest_func() 921 current->comm, total_tests, failed_tests, in dmatest_func() 944 thread->task->comm, ret); in dmatest_cleanup_channel()
|
/drivers/dax/ |
D | device.c | 30 current->comm, func); in check_vma() 38 current->comm, func, vma->vm_start, vma->vm_end, in check_vma() 46 current->comm, func); in check_vma() 205 dev_dbg(&dev_dax->dev, "%s: %s (%#lx - %#lx) size = %d\n", current->comm, in dev_dax_huge_fault()
|
/drivers/char/agp/ |
D | generic.c | 518 printk(KERN_INFO PFX "%s tried to set rate=x0. Setting to x1 mode.\n", current->comm); in agp_v2_parse_one() 596 printk(KERN_INFO PFX "%s tried to set rate=x0. Setting to AGP3 x4 mode.\n", current->comm); in agp_v3_parse_one() 600 …printk(KERN_INFO PFX "%s tried to set rate=x%d. Setting to AGP3 x8 mode.\n", current->comm, tmp * … in agp_v3_parse_one() 630 current->comm, *requested_mode); in agp_v3_parse_one() 641 current->comm, *requested_mode); in agp_v3_parse_one() 650 printk(KERN_INFO PFX "%s requested AGPx8 but bridge not capable.\n", current->comm); in agp_v3_parse_one() 656 printk(KERN_INFO PFX "%s requested AGPx8 but graphic card not capable.\n", current->comm); in agp_v3_parse_one()
|
/drivers/rapidio/ |
D | rio_cm.c | 792 riocm_error("%s(%d) ch_%d not found", current->comm, in riocm_ch_send() 1442 ch->id, current->comm, task_pid_nr(current)); in riocm_ch_close() 1458 current->comm, task_pid_nr(current), ch->id); in riocm_ch_close() 1463 current->comm, task_pid_nr(current), ch->id); in riocm_ch_close() 1483 current->comm, task_pid_nr(current), filp); in riocm_cdev_open() 1501 current->comm, task_pid_nr(current), filp); in riocm_cdev_release() 1508 ch->id, current->comm, in riocm_cdev_release() 1666 ch_num, current->comm, task_pid_nr(current)); in cm_chan_create() 1673 ch_num, current->comm, task_pid_nr(current)); in cm_chan_create() 1692 ch_num, current->comm, task_pid_nr(current)); in cm_chan_close() [all …]
|
/drivers/gpu/drm/ |
D | drm_ioctl.c | 340 if (current->comm[0] == 'X' && req->value == 1) { in drm_setclientcap() 873 current->comm, task_pid_nr(current), in drm_ioctl() 911 current->comm, task_pid_nr(current), in drm_ioctl() 918 DRM_DEBUG("comm=\"%s\", pid=%d, ret=%d\n", current->comm, in drm_ioctl()
|
/drivers/rapidio/devices/ |
D | rio_mport_cdev.c | 712 current->comm, task_pid_nr(current), in do_dma_request() 769 current->comm, task_pid_nr(current), in do_dma_request() 777 current->comm, task_pid_nr(current), in do_dma_request() 785 current->comm, task_pid_nr(current), in do_dma_request() 1047 current->comm, task_pid_nr(current), in rio_mport_wait_for_async_dma() 1056 current->comm, task_pid_nr(current), in rio_mport_wait_for_async_dma() 1065 current->comm, task_pid_nr(current), in rio_mport_wait_for_async_dma() 1955 filp, current->comm, task_pid_nr(current)); in mport_cdev_release_dma() 1967 filp, current->comm, task_pid_nr(current)); in mport_cdev_release_dma() 1988 current->comm, task_pid_nr(current), wret); in mport_cdev_release_dma() [all …]
|
/drivers/sbus/char/ |
D | envctrl.c | 998 printk(KERN_INFO PFX "%s starting...\n", current->comm); in kenvctrld() 1013 current->comm, whichcpu, in kenvctrld() 1020 printk(KERN_INFO PFX "%s exiting...\n", current->comm); in kenvctrld()
|
/drivers/target/iscsi/ |
D | iscsi_target_nego.c | 551 conn->login_kworker->comm, conn->login_kworker->pid); in iscsi_target_login_timeout() 569 conn, current->comm, current->pid); in iscsi_target_do_login_rx() 605 pr_debug("Starting login timer for %s/%d\n", current->comm, current->pid); in iscsi_target_do_login_rx() 617 conn, current->comm, current->pid); in iscsi_target_do_login_rx()
|
/drivers/hwtracing/stm/ |
D | core.c | 634 char comm[sizeof(current->comm)]; in stm_char_write() local 635 char *ids[] = { comm, "default", NULL }; in stm_char_write() 637 get_task_comm(comm, current); in stm_char_write()
|
/drivers/tty/ |
D | tty_audit.c | 72 char name[sizeof(current->comm)]; in tty_audit_log()
|