/linux-4.19.296/drivers/misc/sgi-gru/ |
D | gru_instructions.h | 385 unsigned long stride, unsigned long hints) in gru_vload() argument 391 ins->op1_stride = stride; in gru_vload() 398 unsigned long stride, unsigned long hints) in gru_vstore() argument 404 ins->op1_stride = stride; in gru_vstore() 437 unsigned long stride, unsigned long hints) in gru_vset() argument 444 ins->op1_stride = stride; in gru_vset() 464 unsigned long nelem, unsigned char xtype, unsigned long stride, in gru_vflush() argument 470 ins->op1_stride = stride; in gru_vflush()
|
/linux-4.19.296/include/linux/ |
D | sh_intc.h | 78 #define INTC_SMP(stride, nr) .smp = (stride) | ((nr) << 8) argument 80 #define INTC_SMP(stride, nr) argument
|
D | nvmem-provider.h | 63 int stride; member
|
/linux-4.19.296/include/uapi/drm/ |
D | virtgpu_drm.h | 89 __u32 stride; /* validate transfer in the host */ member 96 __u32 stride; member
|
D | qxl_drm.h | 123 __s32 stride; member
|
/linux-4.19.296/include/linux/platform_data/ |
D | simplefb.h | 60 u32 stride; member
|
/linux-4.19.296/drivers/nvmem/ |
D | meson-efuse.c | 60 econfig->stride = 1; in meson_efuse_probe()
|
D | core.c | 32 int stride; member 345 if (!IS_ALIGNED(cell->offset, nvmem->stride)) { in nvmem_cell_info_to_nvmem_cell() 348 cell->name, nvmem->stride); in nvmem_cell_info_to_nvmem_cell() 481 nvmem->stride = config->stride ?: 1; in nvmem_register() 907 if (!IS_ALIGNED(cell->offset, nvmem->stride)) { in of_nvmem_cell_get() 910 cell->name, nvmem->stride); in of_nvmem_cell_get()
|
D | qfprom.c | 40 .stride = 1,
|
D | uniphier-efuse.c | 57 econfig.stride = 1; in uniphier_efuse_probe()
|
D | lpc18xx_otp.c | 66 .stride = LPC18XX_OTP_WORD_SIZE,
|
D | bcm-ocotp.c | 234 .stride = 4, 299 bcm_otpc_nvmem_config.stride = 8; in bcm_otpc_probe()
|
D | mtk-efuse.c | 69 econfig.stride = 4; in mtk_efuse_probe()
|
D | imx-iim.c | 135 cfg.stride = 1, in imx_iim_probe()
|
D | snvs_lpgpr.c | 127 cfg->stride = 4; in snvs_lpgpr_probe()
|
D | mxs-ocotp.c | 119 .stride = 16,
|
D | vf610-ocotp.c | 209 .stride = 4,
|
D | sunxi_sid.c | 41 .stride = 4,
|
/linux-4.19.296/include/xen/interface/io/ |
D | fbif.h | 62 int32_t stride; /* stride in bytes */ member
|
/linux-4.19.296/include/video/ |
D | imx-ipu-v3.h | 254 void ipu_cpmem_set_stride(struct ipuv3_channel *ch, int stride); 258 void ipu_cpmem_interlaced_scan(struct ipuv3_channel *ch, int stride); 346 unsigned int height, unsigned int stride,
|
D | tdfx.h | 174 unsigned long stride; member
|
/linux-4.19.296/crypto/ |
D | skcipher.c | 199 data = skcipher_get_spot(data, walk->stride); in skcipher_walk_complete() 204 if (offset_in_page(p->data) + p->len + walk->stride > in skcipher_walk_complete() 313 if (offset_in_page(walk->page) + walk->nbytes + walk->stride > in skcipher_next_copy() 358 bsize = min(walk->stride, max(n, walk->blocksize)); in skcipher_walk_next() 406 unsigned bs = walk->stride; in skcipher_copy_iv() 474 walk->stride = crypto_skcipher_walksize(tfm); in skcipher_walk_skcipher() 543 walk->stride = crypto_aead_chunksize(tfm); in skcipher_walk_aead_common()
|
D | chacha20_generic.c | 92 nbytes = round_down(nbytes, walk.stride); in crypto_chacha20_crypt()
|
/linux-4.19.296/drivers/pci/ |
D | iov.c | 26 dev->sriov->stride * vf_id) >> 8); in pci_iov_virtfn_bus() 34 dev->sriov->stride * vf_id) & 0xff; in pci_iov_virtfn_devfn() 49 pci_read_config_word(dev, iov->pos + PCI_SRIOV_VF_STRIDE, &iov->stride); in pci_iov_set_numvfs() 66 if (!iov->offset || (nr_virtfn > 1 && !iov->stride)) { in compute_max_vf_buses()
|
/linux-4.19.296/include/crypto/internal/ |
D | skcipher.h | 69 unsigned int stride; member
|