Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/ubi/
H A Dgluebi.c71 if (gluebi->ubi_num == ubi_num && gluebi->vol_id == vol_id) in find_gluebi_nolock()
72 return gluebi; in find_gluebi_nolock()
112 gluebi->desc = ubi_open_volume(gluebi->ubi_num, gluebi->vol_id, in gluebi_get_device()
285 if (!gluebi) in gluebi_create()
291 kfree(gluebi); in gluebi_create()
330 kfree(gluebi); in gluebi_create()
356 if (!gluebi) { in gluebi_remove()
372 mtd->index, gluebi->ubi_num, gluebi->vol_id, err); in gluebi_remove()
380 kfree(gluebi); in gluebi_remove()
400 if (!gluebi) { in gluebi_updated()
[all …]
H A DMakefile9 obj-$(CONFIG_MTD_UBI_GLUEBI) += gluebi.o
H A DKconfig82 tristate "MTD devices emulation driver (gluebi)"
84 This option enables gluebi - an additional driver which emulates MTD