Searched refs:stride (Results 226 - 250 of 430) sorted by relevance

1234567891011>>

/linux-master/drivers/nvmem/
H A Dsunxi_sid.c45 /* .stride = 4 so offset is guaranteed to be aligned */
100 /* .stride = 4 so offset is guaranteed to be aligned */
160 nvmem_cfg->stride = 4;
H A Dsunplus-ocotp.c152 .stride = 1,
H A Dimx-ocotp-scu.c226 .stride = 1,
H A Dmicrochip-otpc.c157 * We reach this point with off being multiple of stride = 4 to
239 .stride = 4,
H A Drave-sp-eeprom.c336 config.stride = 1;
H A Dstm32-romem.c207 priv->cfg.stride = 1;
H A Dlpc18xx_eeprom.c156 .stride = 4,
H A Dmeson-mx-efuse.c214 efuse->config.stride = drvdata->word_size;
H A Dsc27xx-efuse.c242 econfig.stride = 1;
/linux-master/drivers/media/platform/allegro-dvt/
H A Dallegro-mail.h230 u32 stride; member in struct:mcu_msg_encode_frame
H A Dallegro-core.c209 unsigned int stride; member in struct:allegro_channel
803 int stride = regmap_get_reg_stride(sram); local
819 src, size_no_wrap / stride);
822 (size - size_no_wrap) / stride);
842 int stride = regmap_get_reg_stride(sram); local
850 dst, sizeof(*header) / stride);
871 body_no_wrap / stride);
874 (header->length - body_no_wrap) / stride);
1408 msg.stride = channel->stride;
[all...]
/linux-master/drivers/media/platform/rockchip/rga/
H A Drga.c532 frm->stride = pix_fmt->plane_fmt[0].bytesperline;
544 "[%s] fmt - %p4cc %dx%d (stride %d, sizeimage %d)\n",
547 frm->stride, frm->size);
891 def_frame.stride = (def_frame.width * def_frame.fmt->depth) >> 3;
892 def_frame.size = def_frame.stride * def_frame.height;
/linux-master/drivers/media/platform/amphion/
H A Dvpu_v4l2.c181 u32 stride = 1; local
188 stride = res->stride;
196 stride,
/linux-master/drivers/md/dm-vdo/
H A Dslab-depot.h311 slab_count_t stride; member in struct:slab_iterator
/linux-master/include/uapi/linux/
H A Dvirtio_gpu.h260 __le32 stride; member in struct:virtio_gpu_transfer_host_3d
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmdp_sm_mt8195.h212 u32 stride[IMG_MAX_PLANES]; member in struct:mdp_wrot_data_8195
/linux-master/arch/powerpc/crypto/
H A Dchacha-p10-glue.c104 nbytes = rounddown(nbytes, walk.stride);
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_drv.c73 * @min_stride: Minimum array stride.
89 /* User stride must be at least the minimum object size, otherwise it might
92 if (in->stride < min_stride)
102 if (obj_size == in->stride) {
113 ret = copy_struct_from_user(out_ptr, obj_size, in_ptr, in->stride);
118 in_ptr += in->stride;
/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-fw-isys.h300 * @stride: output stride in Bytes (not valid for statistics)
320 u32 stride; member in struct:ipu6_fw_isys_output_pin_info_abi
/linux-master/include/uapi/drm/
H A Dnouveau_drm.h464 __u64 stride; member in struct:drm_nouveau_svm_bind
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_fb.c817 * TODO: cross-check wrt. the bspec stride in bytes * 64 bytes
891 * The min stride check in the core framebuffer_check() function
1227 /* Linear needs a page aligned stride for remapping */
1263 u32 stride, max_stride; local
1279 stride = intel_fb_pitch(fb, 0, rotation);
1283 return stride > max_stride;
1311 * fb stride matches the fence stride elsewhere.
1367 * ADL_P, the only platform needing a POT stride has a minimum
1516 * stride fro
1834 u32 stride, max_stride; local
[all...]
/linux-master/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c2008 * Set the boot block stride size.
2018 * Set the search area stride exponent.
2036 unsigned int stride; local
2052 for (stride = 0; stride < search_area_size_in_strides; stride++) {
2054 page = stride * rom_geo->stride_size_in_pages;
2096 unsigned int stride; local
2134 for (stride = 0; stride < search_area_size_in_stride
[all...]
/linux-master/mm/
H A Dcompaction.c611 unsigned int stride,
623 stride = 1;
628 for (; blockpfn < end_pfn; blockpfn += stride, page += stride) {
1742 unsigned int stride; local
1765 stride = cc->mode == MIGRATE_ASYNC ? COMPACT_CLUSTER_MAX : 1;
1807 block_end_pfn, cc->freepages, stride, false);
1833 /* Adjust stride depending on isolation */
1835 stride = 1;
1838 stride
607 isolate_freepages_block(struct compact_control *cc, unsigned long *start_pfn, unsigned long end_pfn, struct list_head *freelist, unsigned int stride, bool strict) argument
[all...]
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_display.c206 unsigned int stride; local
209 if (check_mul_overflow(width, 4u, &stride))
211 if (check_mul_overflow(stride, height, &size))
785 surf->stride = surf->width * 4;
810 qxl_bo_create(qdev, surf.height * surf.stride,
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c1016 uint32_t stride,
1042 cmd_p->stride = cpu_to_le32(stride);
1051 uint32_t stride,
1072 cmd_p->stride = cpu_to_le32(stride);
1013 virtio_gpu_cmd_transfer_to_host_3d(struct virtio_gpu_device *vgdev, uint32_t ctx_id, uint64_t offset, uint32_t level, uint32_t stride, uint32_t layer_stride, struct drm_virtgpu_3d_box *box, struct virtio_gpu_object_array *objs, struct virtio_gpu_fence *fence) argument
1048 virtio_gpu_cmd_transfer_from_host_3d(struct virtio_gpu_device *vgdev, uint32_t ctx_id, uint64_t offset, uint32_t level, uint32_t stride, uint32_t layer_stride, struct drm_virtgpu_3d_box *box, struct virtio_gpu_object_array *objs, struct virtio_gpu_fence *fence) argument

Completed in 279 milliseconds

1234567891011>>