Searched refs:gluebi_device (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | gluebi.c | 35 * struct gluebi_device - a gluebi device description data structure. 43 struct gluebi_device { struct 66 static struct gluebi_device *find_gluebi_nolock(int ubi_num, int vol_id) in find_gluebi_nolock() 68 struct gluebi_device *gluebi; in find_gluebi_nolock() 86 struct gluebi_device *gluebi; in gluebi_get_device() 92 gluebi = container_of(mtd, struct gluebi_device, mtd); in gluebi_get_device() 132 struct gluebi_device *gluebi; in gluebi_put_device() 134 gluebi = container_of(mtd, struct gluebi_device, mtd); in gluebi_put_device() 157 struct gluebi_device *gluebi; in gluebi_read() 159 gluebi = container_of(mtd, struct gluebi_device, mt in gluebi_read() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | gluebi.c | 35 * struct gluebi_device - a gluebi device description data structure. 43 struct gluebi_device { struct 66 static struct gluebi_device *find_gluebi_nolock(int ubi_num, int vol_id) in find_gluebi_nolock() 68 struct gluebi_device *gluebi; in find_gluebi_nolock() 86 struct gluebi_device *gluebi; in gluebi_get_device() 92 gluebi = container_of(mtd, struct gluebi_device, mtd); in gluebi_get_device() 132 struct gluebi_device *gluebi; in gluebi_put_device() 134 gluebi = container_of(mtd, struct gluebi_device, mtd); in gluebi_put_device() 157 struct gluebi_device *gluebi; in gluebi_read() 159 gluebi = container_of(mtd, struct gluebi_device, mt in gluebi_read() [all...] |
Completed in 1 milliseconds