| /linux/drivers/usb/image/ |
| H A D | mdc800.c | 155 int out_ptr; // Index to the first not readen byte member 390 mdc800->out_ptr=0; in mdc800_usb_download_notify() 626 mdc800->out_ptr=0; in mdc800_device_open() 713 sts=left > (mdc800->out_count-mdc800->out_ptr)?mdc800->out_count-mdc800->out_ptr:left; in mdc800_device_read() 721 mdc800->out_ptr=0; in mdc800_device_read() 757 if (copy_to_user(ptr, &mdc800->out [mdc800->out_ptr], in mdc800_device_read() 764 mdc800->out_ptr+=sts; in mdc800_device_read() 816 mdc800->out_ptr=0; in mdc800_device_write() 909 mdc800->out_ptr=0; in mdc800_device_write()
|
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css_param_shading.c | 88 *out_ptr; in crop_and_interpolate() local 98 out_ptr = out_table->data[color]; in crop_and_interpolate() 143 for (j = 0; j < out_table->width; j++, out_ptr++) { in crop_and_interpolate() 192 *out_ptr = (unsigned short)((dx0 * dy0 * s_lr + dx0 * dy1 * s_ur + dx1 * dy0 * in crop_and_interpolate()
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_drv.c | 1211 void *out_ptr = out_alloc; in pvr_get_uobj_array() local 1214 ret = copy_struct_from_user(out_ptr, obj_size, in_ptr, in->stride); in pvr_get_uobj_array() 1218 out_ptr += obj_size; in pvr_get_uobj_array() 1248 void __user *out_ptr = u64_to_user_ptr(out->array); in pvr_set_uobj_array() local 1252 if (copy_to_user(out_ptr, in_ptr, cpy_elem_size)) in pvr_set_uobj_array() 1255 out_ptr += obj_size; in pvr_set_uobj_array()
|
| /linux/rust/kernel/ |
| H A D | uaccess.rs | 265 let out_ptr = out.as_mut_ptr().cast::<c_void>(); in read_raw() localVariable 271 let res = unsafe { bindings::copy_from_user(out_ptr, self.ptr.as_const_ptr(), len) }; in read_raw()
|
| /linux/include/uapi/linux/ |
| H A D | mshv.h | 244 __u64 out_ptr; member
|
| /linux/drivers/hv/ |
| H A D | mshv_root_main.c | 193 if (args.out_ptr && (!args.out_sz || args.out_sz > HV_HYP_PAGE_SIZE)) in mshv_ioctl_passthru_hvcall() 209 pages_order = args.out_ptr ? 1 : 0; in mshv_ioctl_passthru_hvcall() 215 if (args.out_ptr) in mshv_ioctl_passthru_hvcall() 267 copy_to_user((void __user *)args.out_ptr, output_pg, args.out_sz)) in mshv_ioctl_passthru_hvcall()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_drv.c | 117 void *out_ptr = out_alloc; in panthor_get_uobj_array() local 121 ret = copy_struct_from_user(out_ptr, obj_size, in_ptr, in->stride); in panthor_get_uobj_array() 125 out_ptr += obj_size; in panthor_get_uobj_array()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_tmpl.c | 646 qla27xx_insert32(req && req->out_ptr ? in qla27xx_fwdt_entry_t274() 647 *req->out_ptr : 0, buf, len); in qla27xx_fwdt_entry_t274()
|
| H A D | qla_iocb.c | 1600 cnt = *req->out_ptr; in qla24xx_start_scsi() 1807 cnt = *req->out_ptr; in qla24xx_dif_start_scsi() 1967 cnt = *req->out_ptr; in qla2xxx_start_scsi_mq() 2189 cnt = *req->out_ptr; in qla2xxx_dif_start_scsi_mq() 2304 cnt = *req->out_ptr; in __qla2x00_alloc_iocbs() 4180 cnt = *req->out_ptr; in qla2x00_start_bidir() 4343 cnt = *req->out_ptr; in qla_start_scsi_type6()
|
| H A D | qla_nvme.c | 599 cnt = *req->out_ptr; in qla2x00_start_nvme_mq()
|
| H A D | qla_mid.c | 779 req->out_ptr = (uint16_t *)(req->ring + req->length); in qla25xx_create_req_que()
|
| H A D | qla_edif.c | 3044 cnt = IS_SHADOW_REG_CAPABLE(ha) ? *req->out_ptr : in qla28xx_start_scsi_edif()
|
| H A D | qla_init.c | 4810 req->out_ptr = (uint16_t *)(req->ring + req->length); in qla2x00_init_rings() 4811 *req->out_ptr = 0; in qla2x00_init_rings()
|
| H A D | qla_target.c | 2473 cnt = (uint16_t)(qpair->use_shadow_reg ? *req->out_ptr : in qlt_check_reserve_free_req()
|
| /linux/drivers/ata/ |
| H A D | sata_mv.c | 2460 u32 in_ptr, out_ptr; in mv_req_q_empty() local 2464 out_ptr = (readl(port_mmio + EDMA_REQ_Q_OUT_PTR) in mv_req_q_empty() 2466 return (in_ptr == out_ptr); /* 1 == queue_is_empty */ in mv_req_q_empty()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | cmd.c | 1047 lay->out_ptr = cpu_to_be64(ent->out->next->dma); in cmd_work_handler()
|