Home
last modified time | relevance | path

Searched refs:mtd_part_parser (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/include/linux/mtd/
Dpartitions.h76 struct mtd_part_parser { struct
90 const struct mtd_part_parser *parser; argument
93 extern int __register_mtd_parser(struct mtd_part_parser *parser,
97 extern void deregister_mtd_parser(struct mtd_part_parser *parser);
/Linux-v4.19/drivers/mtd/
Dmtdpart.c734 static struct mtd_part_parser *mtd_part_parser_get(const char *name) in mtd_part_parser_get()
736 struct mtd_part_parser *p, *ret = NULL; in mtd_part_parser_get()
751 static inline void mtd_part_parser_put(const struct mtd_part_parser *p) in mtd_part_parser_put()
766 int __register_mtd_parser(struct mtd_part_parser *p, struct module *owner) in __register_mtd_parser()
781 void deregister_mtd_parser(struct mtd_part_parser *p) in deregister_mtd_parser()
805 static int mtd_part_do_parse(struct mtd_part_parser *parser, in mtd_part_do_parse()
835 static struct mtd_part_parser *mtd_part_get_compatible_parser(const char *compat) in mtd_part_get_compatible_parser()
837 struct mtd_part_parser *p, *ret = NULL; in mtd_part_get_compatible_parser()
868 struct mtd_part_parser *parser; in mtd_part_of_parse()
939 struct mtd_part_parser *parser; in parse_mtd_partitions()
[all …]
Dofpart.c149 static struct mtd_part_parser ofpart_parser = {
210 static struct mtd_part_parser ofoldpart_parser = {
Dar7part.c134 static struct mtd_part_parser ar7_parser = {
Dafs.c258 static struct mtd_part_parser afs_parser = {
Dbcm47xxpart.c313 static struct mtd_part_parser bcm47xxpart_mtd_parser = {
Dcmdlinepart.c387 static struct mtd_part_parser cmdline_parser = {
Dredboot.c292 static struct mtd_part_parser redboot_parser = {
Dbcm63xxpart.c314 static struct mtd_part_parser bcm63xx_cfe_parser = {
/Linux-v4.19/drivers/mtd/parsers/
Dparser_trx.c125 static struct mtd_part_parser mtd_parser_trx = {
Dsharpslpart.c391 static struct mtd_part_parser sharpsl_mtd_parser = {