Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/parsers/
H A Dredboot.c31 struct fis_list { struct
33 struct fis_list *next; argument
79 struct fis_list *fl = NULL, *tmp_fl; in parse_redboot_partitions()
194 struct fis_list *new_fl, **prev; in parse_redboot_partitions()
206 new_fl = kmalloc(sizeof(struct fis_list), GFP_KERNEL); in parse_redboot_partitions()
297 struct fis_list *old = fl; in parse_redboot_partitions()