/kernel/linux/linux-6.6/drivers/mtd/ |
H A D | mtdcore.c | 2351 * @vecs: the vectors to write 2352 * @count: count of vectors in @vecs 2359 static int default_mtd_writev(struct mtd_info *mtd, const struct kvec *vecs, in default_mtd_writev() argument 2367 if (!vecs[i].iov_len) in default_mtd_writev() 2369 ret = mtd_write(mtd, to, vecs[i].iov_len, &thislen, in default_mtd_writev() 2370 vecs[i].iov_base); in default_mtd_writev() 2372 if (ret || thislen != vecs[i].iov_len) in default_mtd_writev() 2374 to += vecs[i].iov_len; in default_mtd_writev() 2383 * @vecs: the vectors to write 2384 * @count: count of vectors in @vecs 2391 mtd_writev(struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen) mtd_writev() argument [all...] |
H A D | mtdconcat.c | 185 concat_writev(struct mtd_info *mtd, const struct kvec *vecs, in concat_writev() argument 197 total_len += vecs[i].iov_len; in concat_writev() 206 /* make a copy of vecs */ in concat_writev() 207 vecs_copy = kmemdup(vecs, sizeof(struct kvec) * count, GFP_KERNEL); in concat_writev()
|
/kernel/linux/linux-5.10/drivers/mtd/lpddr/ |
H A D | lpddr_cmds.c | 23 static int lpddr_writev(struct mtd_info *mtd, const struct kvec *vecs, 645 static int lpddr_writev(struct mtd_info *mtd, const struct kvec *vecs, in lpddr_writev() argument 657 len += vecs[i].iov_len; in lpddr_writev() 675 ofs, &vecs, &vec_seek, size); in lpddr_writev()
|
/kernel/linux/linux-6.6/drivers/mtd/lpddr/ |
H A D | lpddr_cmds.c | 23 static int lpddr_writev(struct mtd_info *mtd, const struct kvec *vecs, 642 static int lpddr_writev(struct mtd_info *mtd, const struct kvec *vecs, in lpddr_writev() argument 654 len += vecs[i].iov_len; in lpddr_writev() 672 ofs, &vecs, &vec_seek, size); in lpddr_writev()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_composite_construct_test.cpp | 38 OpName %39 "vecs" in TEST() 248 OpName %39 "vecs" in TEST() 363 OpName %43 "vecs" in TEST() 488 OpName %43 "vecs" in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_composite_construct_test.cpp | 38 OpName %39 "vecs" in TEST() 248 OpName %39 "vecs" in TEST() 363 OpName %43 "vecs" in TEST() 488 OpName %43 "vecs" in TEST()
|
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_composite_construct_test.cpp | 38 OpName %39 "vecs" in TEST() 249 OpName %39 "vecs" in TEST() 364 OpName %43 "vecs" in TEST() 494 OpName %43 "vecs" in TEST()
|
/third_party/skia/include/core/ |
H A D | SkMatrix.h | 1472 /** Maps vecs vector array of length count in place, multiplying each vector by 1482 x = vecs[i].fX 1483 y = vecs[i].fY 1492 @param vecs vectors to transform, and storage for mapped vectors 1495 void mapVectors(SkVector vecs[], int count) const { in mapVectors() argument 1496 this->mapVectors(vecs, vecs, count); in mapVectors()
|
/kernel/linux/linux-5.10/fs/ |
H A D | block_dev.c | 242 struct bio_vec inline_vecs[DIO_INLINE_BIO_VECS], *vecs; in __blkdev_direct_IO_simple() local 254 vecs = inline_vecs; in __blkdev_direct_IO_simple() 256 vecs = kmalloc_array(nr_pages, sizeof(struct bio_vec), in __blkdev_direct_IO_simple() 258 if (!vecs) in __blkdev_direct_IO_simple() 262 bio_init(&bio, vecs, nr_pages); in __blkdev_direct_IO_simple() 304 if (vecs != inline_vecs) in __blkdev_direct_IO_simple() 305 kfree(vecs); in __blkdev_direct_IO_simple()
|
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | mtdconcat.c | 185 concat_writev(struct mtd_info *mtd, const struct kvec *vecs, in concat_writev() argument 197 total_len += vecs[i].iov_len; in concat_writev() 206 /* make a copy of vecs */ in concat_writev() 207 vecs_copy = kmemdup(vecs, sizeof(struct kvec) * count, GFP_KERNEL); in concat_writev()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_ethtool.c | 179 (rx_stat_cnt + tx_stat_cnt) * cfg->vecs * cfg->tcs; in aq_ethtool_n_stats() 270 for (i = 0; i < cfg->vecs; i++) { in aq_ethtool_get_strings() 510 cmd->data = cfg->vecs; in aq_ethtool_get_rxnfc()
|
H A D | aq_nic.h | 42 u32 vecs; /* allocated rx/tx vectors */ member
|
H A D | aq_hw.h | 56 u32 vecs; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_ethtool.c | 188 (rx_stat_cnt + tx_stat_cnt) * cfg->vecs * cfg->tcs; in aq_ethtool_n_stats() 279 for (i = 0; i < cfg->vecs; i++) { in aq_ethtool_get_strings() 519 cmd->data = cfg->vecs; in aq_ethtool_get_rxnfc()
|
H A D | aq_nic.h | 46 u32 vecs; /* allocated rx/tx vectors */ member
|
/kernel/linux/linux-5.10/drivers/mtd/chips/ |
H A D | cfi_cmdset_0020.c | 39 static int cfi_staa_writev(struct mtd_info *mtd, const struct kvec *vecs, 663 cfi_staa_writev(struct mtd_info *mtd, const struct kvec *vecs, in cfi_staa_writev() argument 683 size_t elem_len = vecs[i].iov_len; in cfi_staa_writev() 684 void *elem_base = vecs[i].iov_base; in cfi_staa_writev()
|
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | wbuf.c | 944 struct kvec vecs[1]; in jffs2_flash_write() local 949 vecs[0].iov_base = (unsigned char *) buf; in jffs2_flash_write() 950 vecs[0].iov_len = len; in jffs2_flash_write() 951 return jffs2_flash_writev(c, vecs, 1, ofs, retlen, 0); in jffs2_flash_write()
|
/kernel/linux/linux-6.6/drivers/mtd/chips/ |
H A D | cfi_cmdset_0020.c | 40 static int cfi_staa_writev(struct mtd_info *mtd, const struct kvec *vecs, 664 cfi_staa_writev(struct mtd_info *mtd, const struct kvec *vecs, in cfi_staa_writev() argument 684 size_t elem_len = vecs[i].iov_len; in cfi_staa_writev() 685 void *elem_base = vecs[i].iov_base; in cfi_staa_writev()
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | wbuf.c | 944 struct kvec vecs[1]; in jffs2_flash_write() local 949 vecs[0].iov_base = (unsigned char *) buf; in jffs2_flash_write() 950 vecs[0].iov_len = len; in jffs2_flash_write() 951 return jffs2_flash_writev(c, vecs, 1, ofs, retlen, 0); in jffs2_flash_write()
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | mtd.h | 339 int (*_writev) (struct mtd_info *mtd, const struct kvec *vecs, 519 int mtd_writev(struct mtd_info *mtd, const struct kvec *vecs,
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | mtd.h | 345 int (*_writev) (struct mtd_info *mtd, const struct kvec *vecs, 528 int mtd_writev(struct mtd_info *mtd, const struct kvec *vecs,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_a0.c | 24 .vecs = HW_ATL_A0_RSS_MAX, \ 388 [(aq_nic_cfg->vecs > 1U) ? 1 : 0]); in hw_atl_a0_hw_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2.c | 27 .vecs = HW_ATL2_RSS_MAX, \ 581 [(aq_nic_cfg->vecs > 1U) ? in hw_atl2_hw_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2.c | 27 .vecs = HW_ATL2_RSS_MAX, \ 581 [(aq_nic_cfg->vecs > 1U) ? in hw_atl2_hw_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_a0.c | 24 .vecs = HW_ATL_A0_RSS_MAX, \ 388 [(aq_nic_cfg->vecs > 1U) ? 1 : 0]); in hw_atl_a0_hw_init()
|