Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mtd/ubi/
Dgluebi.c56 struct gluebi_device { struct
79 static struct gluebi_device *find_gluebi_nolock(int ubi_num, int vol_id) in find_gluebi_nolock() argument
81 struct gluebi_device *gluebi; in find_gluebi_nolock()
99 struct gluebi_device *gluebi; in gluebi_get_device()
108 gluebi = container_of(mtd, struct gluebi_device, mtd); in gluebi_get_device()
149 struct gluebi_device *gluebi; in gluebi_put_device()
151 gluebi = container_of(mtd, struct gluebi_device, mtd); in gluebi_put_device()
175 struct gluebi_device *gluebi; in gluebi_read()
177 gluebi = container_of(mtd, struct gluebi_device, mtd); in gluebi_read()
215 struct gluebi_device *gluebi; in gluebi_write()
[all …]