Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mtd/parsers/
Dredboot.c31 struct fis_list { struct
33 struct fis_list *next; argument
73 struct fis_list *fl = NULL, *tmp_fl; in parse_redboot_partitions()
189 struct fis_list *new_fl, **prev; in parse_redboot_partitions()
201 new_fl = kmalloc(sizeof(struct fis_list), GFP_KERNEL); in parse_redboot_partitions()
293 struct fis_list *old = fl; in parse_redboot_partitions()