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

1234567891011>>

/linux-master/drivers/nvmem/
H A Dsunplus-ocotp.c152 .stride = 1,
H A Dmeson-mx-efuse.c214 efuse->config.stride = drvdata->word_size;
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 Dsc27xx-efuse.c242 econfig.stride = 1;
H A Dstm32-romem.c207 priv->cfg.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/include/uapi/drm/
H A Dnouveau_drm.h435 __u64 stride; member in struct:drm_nouveau_svm_bind
H A Dradeon_drm.h197 unsigned char cmd_type, offset, stride, count; member in struct:__anon372::__anon375
200 unsigned char cmd_type, offset, stride, count; member in struct:__anon372::__anon376
/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/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
/linux-master/drivers/iio/
H A Dindustrialio-core.c774 int stride; local
779 stride = 1;
782 stride = 2;
788 for (i = 0; i <= length - stride; i += stride) {
795 len += __iio_format_value(buf, len, type, stride, &vals[i]);
/linux-master/drivers/gpu/drm/gma500/
H A Dcdv_device.c511 .stride = DSPASTRIDE,
536 .stride = DSPBSTRIDE,
/linux-master/arch/x86/events/intel/
H A Duncore_discovery.c263 size = (1 + global.max_units) * global.stride * 8;
270 memcpy_fromio(&unit, io_addr + (i + 1) * (global.stride * 8),

Completed in 281 milliseconds

1234567891011>>