/kernel/linux/linux-6.6/drivers/mtd/parsers/ |
H A D | ofpart_bcm4908.c | 50 int bcm4908_partitions_post_parse(struct mtd_info *mtd, struct mtd_partition *parts, int nr_parts) in bcm4908_partitions_post_parse() argument
|
H A D | brcm_u-boot.c | 34 struct mtd_partition *parts; in brcm_u_boot_parse() local
|
H A D | bcm63xxpart.c | 83 struct mtd_partition *parts; in bcm63xx_parse_cfe_nor_partitions() local [all...] |
H A D | tplink_safeloader.c | 77 struct mtd_partition *parts; in mtd_parser_tplink_safeloader_parse() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | mtd.c | 54 int ef4_mtd_add(struct ef4_nic *efx, struct ef4_mtd_partition *parts, in ef4_mtd_add() argument 97 struct ef4_mtd_partition *parts, *part, *next; in ef4_mtd_remove() local
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | mtd.c | 54 int efx_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts, in efx_mtd_add() argument 100 struct efx_mtd_partition *parts, *part, *next; in efx_mtd_remove() local
|
/kernel/linux/linux-6.6/include/linux/irqchip/ |
H A D | irq-partition-percpu.h | 37 partition_create_desc(struct fwnode_handle *fwnode, struct partition_affinity *parts, int nr_parts, int chained_irq, const struct irq_domain_ops *ops) partition_create_desc() argument
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | physmap.h | 27 struct mtd_partition *parts; member
|
H A D | partitions.h | 90 const struct mtd_partition *parts; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | mtd.c | 54 int efx_siena_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts, in efx_siena_mtd_add() argument 100 struct efx_mtd_partition *parts, *part, *next; in efx_siena_mtd_remove() local
|
/third_party/ninja/src/ |
H A D | includes_normalize_test.cc | 32 vector<StringPiece> parts = SplitStringPiece(buf, '\\'); in GetCurDir() local
|
/third_party/skia/infra/bots/gen_tasks_logic/ |
H A D | schema.go | 20 type parts map[string]string type [all...] |
/kernel/linux/linux-5.10/block/partitions/ |
H A D | check.h | 20 } *parts; member
|
H A D | cmdline.c | 127 struct cmdline_parts *parts; cmdline_partition() local [all...] |
/kernel/linux/linux-6.6/block/partitions/ |
H A D | check.h | 19 } *parts; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-math.cc | 275 hb_ot_math_get_glyph_assembly(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, unsigned int start_offset, unsigned int *parts_count, hb_ot_math_glyph_part_t *parts, hb_position_t *italics_correction ) hb_ot_math_get_glyph_assembly() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | reflection_test.cc | 100 std::vector<absl::string_view> parts = in AbslParseFlag() local
|
/kernel/linux/linux-5.10/block/ |
H A D | cmdline-parser.c | 79 static void free_subpart(struct cmdline_parts *parts) in free_subpart() argument 90 static int parse_parts(struct cmdline_parts **parts, const char *bdevdef) in parse_parts() argument 151 void cmdline_parts_free(struct cmdline_parts **parts) in cmdline_parts_free() argument 164 cmdline_parts_parse(struct cmdline_parts **parts, const char *cmdline) cmdline_parts_parse() argument 212 cmdline_parts_find(struct cmdline_parts *parts, const char *bdev) cmdline_parts_find() argument 226 cmdline_parts_set(struct cmdline_parts *parts, sector_t disk_size, int slot, int (*add_part)(int, struct cmdline_subpart *, void *), void *param) cmdline_parts_set() argument [all...] |
/kernel/linux/linux-5.10/drivers/mtd/parsers/ |
H A D | bcm63xxpart.c | 83 struct mtd_partition *parts; in bcm63xx_parse_cfe_nor_partitions() local [all...] |
H A D | parser_trx.c | 54 struct mtd_partition *parts; in parser_trx_parse() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
H A D | gm107.c | 108 const u32 parts = nvkm_rd32(device, 0x022438); in gm107_ltc_oneinit() local
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | partitions.h | 90 const struct mtd_partition *parts; member
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ExtractingFilePath.cpp | 194 void Correct_FsPath(bool absIsAllowed, bool keepAndReplaceEmptyPrefixes, UStringVector &parts, bool isDir)
in Correct_FsPath() argument 286 MakePathFromParts(const UStringVector &parts) MakePathFromParts() argument [all...] |
/third_party/lzma/CPP/Common/ |
H A D | CommandLineParser.cpp | 31 void SplitCommandLine(const UString &s, UStringVector &parts)
in SplitCommandLine() argument
|
/third_party/lwip/src/core/ipv4/ |
H A D | ip4_addr.c | 150 u32_t parts[4]; in ip4addr_aton() local [all...] |