/linux-3.3/drivers/mtd/ |
D | mtdcore.c | 110 struct mtd_info *mtd = dev_get_drvdata(dev); in mtd_release() local 120 struct mtd_info *mtd = dev_get_drvdata(dev); in mtd_cls_suspend() local 127 struct mtd_info *mtd = dev_get_drvdata(dev); in mtd_cls_resume() local 137 struct mtd_info *mtd = dev_get_drvdata(dev); in mtd_type_show() local 173 struct mtd_info *mtd = dev_get_drvdata(dev); in mtd_flags_show() local 183 struct mtd_info *mtd = dev_get_drvdata(dev); in mtd_size_show() local 194 struct mtd_info *mtd = dev_get_drvdata(dev); in mtd_erasesize_show() local 204 struct mtd_info *mtd = dev_get_drvdata(dev); in mtd_writesize_show() local 214 struct mtd_info *mtd = dev_get_drvdata(dev); in mtd_subpagesize_show() local 225 struct mtd_info *mtd = dev_get_drvdata(dev); in mtd_oobsize_show() local [all …]
|
D | mtdpart.c | 42 struct mtd_info mtd; member 60 static int part_read(struct mtd_info *mtd, loff_t from, size_t len, in part_read() 83 static int part_point(struct mtd_info *mtd, loff_t from, size_t len, in part_point() 95 static void part_unpoint(struct mtd_info *mtd, loff_t from, size_t len) in part_unpoint() 102 static unsigned long part_get_unmapped_area(struct mtd_info *mtd, in part_get_unmapped_area() 113 static int part_read_oob(struct mtd_info *mtd, loff_t from, in part_read_oob() 151 static int part_read_user_prot_reg(struct mtd_info *mtd, loff_t from, in part_read_user_prot_reg() 158 static int part_get_user_prot_info(struct mtd_info *mtd, in part_get_user_prot_info() 165 static int part_read_fact_prot_reg(struct mtd_info *mtd, loff_t from, in part_read_fact_prot_reg() 172 static int part_get_fact_prot_info(struct mtd_info *mtd, struct otp_info *buf, in part_get_fact_prot_info() [all …]
|
D | mtdconcat.c | 44 struct mtd_info mtd; member 68 concat_read(struct mtd_info *mtd, loff_t from, size_t len, in concat_read() 122 concat_write(struct mtd_info *mtd, loff_t to, size_t len, in concat_write() 169 concat_writev(struct mtd_info *mtd, const struct kvec *vecs, in concat_writev() 257 concat_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops) in concat_read_oob() 314 concat_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops) in concat_write_oob() 364 static int concat_dev_erase(struct mtd_info *mtd, struct erase_info *erase) in concat_dev_erase() 398 static int concat_erase(struct mtd_info *mtd, struct erase_info *instr) in concat_erase() 536 static int concat_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_lock() 573 static int concat_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_unlock() [all …]
|
/linux-3.3/drivers/mtd/nand/ |
D | nand_base.c | 108 static int check_offs_len(struct mtd_info *mtd, in check_offs_len() 141 static void nand_release_device(struct mtd_info *mtd) in nand_release_device() 162 static uint8_t nand_read_byte(struct mtd_info *mtd) in nand_read_byte() 176 static uint8_t nand_read_byte16(struct mtd_info *mtd) in nand_read_byte16() 188 static u16 nand_read_word(struct mtd_info *mtd) in nand_read_word() 201 static void nand_select_chip(struct mtd_info *mtd, int chipnr) in nand_select_chip() 225 static void nand_write_buf(struct mtd_info *mtd, const uint8_t *buf, int len) in nand_write_buf() 242 static void nand_read_buf(struct mtd_info *mtd, uint8_t *buf, int len) in nand_read_buf() 259 static int nand_verify_buf(struct mtd_info *mtd, const uint8_t *buf, int len) in nand_verify_buf() 278 static void nand_write_buf16(struct mtd_info *mtd, const uint8_t *buf, int len) in nand_write_buf16() [all …]
|
D | mpc5121_nfc.c | 120 struct mtd_info mtd; member 135 static inline u16 nfc_read(struct mtd_info *mtd, uint reg) in nfc_read() 144 static inline void nfc_write(struct mtd_info *mtd, uint reg, u16 val) in nfc_write() 153 static inline void nfc_set(struct mtd_info *mtd, uint reg, u16 bits) in nfc_set() 159 static inline void nfc_clear(struct mtd_info *mtd, uint reg, u16 bits) in nfc_clear() 165 static inline void mpc5121_nfc_send_addr(struct mtd_info *mtd, u16 addr) in mpc5121_nfc_send_addr() 173 static inline void mpc5121_nfc_send_cmd(struct mtd_info *mtd, u16 cmd) in mpc5121_nfc_send_cmd() 181 static inline void mpc5121_nfc_send_prog_page(struct mtd_info *mtd) in mpc5121_nfc_send_prog_page() 189 static inline void mpc5121_nfc_send_read_page(struct mtd_info *mtd) in mpc5121_nfc_send_read_page() 197 static inline void mpc5121_nfc_send_read_id(struct mtd_info *mtd) in mpc5121_nfc_send_read_id() [all …]
|
D | bf5xx_nand.c | 146 struct mtd_info mtd; member 162 static struct bf5xx_nand_info *mtd_to_nand_info(struct mtd_info *mtd) in mtd_to_nand_info() 186 static void bf5xx_nand_hwcontrol(struct mtd_info *mtd, int cmd, in bf5xx_nand_hwcontrol() 207 static int bf5xx_nand_devready(struct mtd_info *mtd) in bf5xx_nand_devready() 226 static int bf5xx_nand_correct_data_256(struct mtd_info *mtd, u_char *dat, in bf5xx_nand_correct_data_256() 305 static int bf5xx_nand_correct_data(struct mtd_info *mtd, u_char *dat, in bf5xx_nand_correct_data() 324 static void bf5xx_nand_enable_hwecc(struct mtd_info *mtd, int mode) in bf5xx_nand_enable_hwecc() 329 static int bf5xx_nand_calculate_ecc(struct mtd_info *mtd, in bf5xx_nand_calculate_ecc() 369 static void bf5xx_nand_read_buf(struct mtd_info *mtd, uint8_t *buf, int len) in bf5xx_nand_read_buf() 398 static uint8_t bf5xx_nand_read_byte(struct mtd_info *mtd) in bf5xx_nand_read_byte() [all …]
|
D | socrates_nand.c | 32 struct mtd_info mtd; member 43 static void socrates_nand_write_buf(struct mtd_info *mtd, in socrates_nand_write_buf() 63 static void socrates_nand_read_buf(struct mtd_info *mtd, uint8_t *buf, int len) in socrates_nand_read_buf() 83 static uint8_t socrates_nand_read_byte(struct mtd_info *mtd) in socrates_nand_read_byte() 94 static uint16_t socrates_nand_read_word(struct mtd_info *mtd) in socrates_nand_read_word() 107 static int socrates_nand_verify_buf(struct mtd_info *mtd, const u8 *buf, in socrates_nand_verify_buf() 122 static void socrates_nand_cmd_ctrl(struct mtd_info *mtd, int cmd, in socrates_nand_cmd_ctrl() 148 static int socrates_nand_device_ready(struct mtd_info *mtd) in socrates_nand_device_ready() 164 struct mtd_info *mtd; in socrates_nand_probe() local 245 struct mtd_info *mtd = &host->mtd; in socrates_nand_remove() local
|
D | au1550nd.c | 41 static u_char au_read_byte(struct mtd_info *mtd) in au_read_byte() 56 static void au_write_byte(struct mtd_info *mtd, u_char byte) in au_write_byte() 69 static u_char au_read_byte16(struct mtd_info *mtd) in au_read_byte16() 84 static void au_write_byte16(struct mtd_info *mtd, u_char byte) in au_write_byte16() 97 static u16 au_read_word(struct mtd_info *mtd) in au_read_word() 113 static void au_write_buf(struct mtd_info *mtd, const u_char *buf, int len) in au_write_buf() 132 static void au_read_buf(struct mtd_info *mtd, u_char *buf, int len) in au_read_buf() 151 static int au_verify_buf(struct mtd_info *mtd, const u_char *buf, int len) in au_verify_buf() 173 static void au_write_buf16(struct mtd_info *mtd, const u_char *buf, int len) in au_write_buf16() 195 static void au_read_buf16(struct mtd_info *mtd, u_char *buf, int len) in au_read_buf16() [all …]
|
D | diskonchip.c | 299 static void doc2000_write_byte(struct mtd_info *mtd, u_char datum) in doc2000_write_byte() 311 static u_char doc2000_read_byte(struct mtd_info *mtd) in doc2000_read_byte() 326 static void doc2000_writebuf(struct mtd_info *mtd, const u_char *buf, int len) in doc2000_writebuf() 343 static void doc2000_readbuf(struct mtd_info *mtd, u_char *buf, int len) in doc2000_readbuf() 358 static void doc2000_readbuf_dword(struct mtd_info *mtd, u_char *buf, int len) in doc2000_readbuf_dword() 379 static int doc2000_verifybuf(struct mtd_info *mtd, const u_char *buf, int len) in doc2000_verifybuf() 392 static uint16_t __init doc200x_ident_chip(struct mtd_info *mtd, int nr) in doc200x_ident_chip() 438 static void __init doc2000_count_chips(struct mtd_info *mtd) in doc2000_count_chips() 460 static int doc200x_wait(struct mtd_info *mtd, struct nand_chip *this) in doc200x_wait() 474 static void doc2001_write_byte(struct mtd_info *mtd, u_char datum) in doc2001_write_byte() [all …]
|
D | ams-delta.c | 64 static void ams_delta_write_byte(struct mtd_info *mtd, u_char byte) in ams_delta_write_byte() 77 static u_char ams_delta_read_byte(struct mtd_info *mtd) in ams_delta_read_byte() 93 static void ams_delta_write_buf(struct mtd_info *mtd, const u_char *buf, in ams_delta_write_buf() 102 static void ams_delta_read_buf(struct mtd_info *mtd, u_char *buf, int len) in ams_delta_read_buf() 110 static int ams_delta_verify_buf(struct mtd_info *mtd, const u_char *buf, in ams_delta_verify_buf() 130 static void ams_delta_hwcontrol(struct mtd_info *mtd, int cmd, in ams_delta_hwcontrol() 150 static int ams_delta_nand_ready(struct mtd_info *mtd) in ams_delta_nand_ready()
|
D | atmel_nand.c | 95 struct mtd_info mtd; member 132 static void atmel_nand_cmd_ctrl(struct mtd_info *mtd, int cmd, unsigned int ctrl) in atmel_nand_cmd_ctrl() 155 static int atmel_nand_device_ready(struct mtd_info *mtd) in atmel_nand_device_ready() 167 static void atmel_read_buf8(struct mtd_info *mtd, u8 *buf, int len) in atmel_read_buf8() 174 static void atmel_read_buf16(struct mtd_info *mtd, u8 *buf, int len) in atmel_read_buf16() 181 static void atmel_write_buf8(struct mtd_info *mtd, const u8 *buf, int len) in atmel_write_buf8() 188 static void atmel_write_buf16(struct mtd_info *mtd, const u8 *buf, int len) in atmel_write_buf16() 200 static int atmel_nand_dma_op(struct mtd_info *mtd, void *buf, int len, in atmel_nand_dma_op() 266 static void atmel_read_buf(struct mtd_info *mtd, u8 *buf, int len) in atmel_read_buf() 282 static void atmel_write_buf(struct mtd_info *mtd, const u8 *buf, int len) in atmel_write_buf() [all …]
|
D | s3c2410.c | 86 struct mtd_info mtd; member 150 static struct s3c2410_nand_mtd *s3c2410_nand_mtd_toours(struct mtd_info *mtd) in s3c2410_nand_mtd_toours() 155 static struct s3c2410_nand_info *s3c2410_nand_mtd_toinfo(struct mtd_info *mtd) in s3c2410_nand_mtd_toinfo() 356 static void s3c2410_nand_select_chip(struct mtd_info *mtd, int chip) in s3c2410_nand_select_chip() 398 static void s3c2410_nand_hwcontrol(struct mtd_info *mtd, int cmd, in s3c2410_nand_hwcontrol() 414 static void s3c2440_nand_hwcontrol(struct mtd_info *mtd, int cmd, in s3c2440_nand_hwcontrol() 433 static int s3c2410_nand_devready(struct mtd_info *mtd) in s3c2410_nand_devready() 439 static int s3c2440_nand_devready(struct mtd_info *mtd) in s3c2440_nand_devready() 445 static int s3c2412_nand_devready(struct mtd_info *mtd) in s3c2412_nand_devready() 453 static int s3c2410_nand_correct_data(struct mtd_info *mtd, u_char *dat, in s3c2410_nand_correct_data() [all …]
|
D | nand_bbt.c | 177 static int read_bbt(struct mtd_info *mtd, uint8_t *buf, int page, int num, in read_bbt() 265 static int read_abs_bbt(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *td, int chip) in read_abs_bbt() 291 static int scan_read_raw_data(struct mtd_info *mtd, uint8_t *buf, loff_t offs, in scan_read_raw_data() 305 static int scan_read_raw_oob(struct mtd_info *mtd, uint8_t *buf, loff_t offs, in scan_read_raw_oob() 331 static int scan_read_raw(struct mtd_info *mtd, uint8_t *buf, loff_t offs, in scan_read_raw() 341 static int scan_write_bbt(struct mtd_info *mtd, loff_t offs, size_t len, in scan_write_bbt() 356 static u32 bbt_get_ver_offs(struct mtd_info *mtd, struct nand_bbt_descr *td) in bbt_get_ver_offs() 375 static int read_abs_bbts(struct mtd_info *mtd, uint8_t *buf, in read_abs_bbts() 401 static int scan_block_full(struct mtd_info *mtd, struct nand_bbt_descr *bd, in scan_block_full() 420 static int scan_block_fast(struct mtd_info *mtd, struct nand_bbt_descr *bd, in scan_block_fast() [all …]
|
D | cmx270_nand.c | 54 static u_char cmx270_read_byte(struct mtd_info *mtd) in cmx270_read_byte() 61 static void cmx270_write_buf(struct mtd_info *mtd, const u_char *buf, int len) in cmx270_write_buf() 70 static void cmx270_read_buf(struct mtd_info *mtd, u_char *buf, int len) in cmx270_read_buf() 79 static int cmx270_verify_buf(struct mtd_info *mtd, const u_char *buf, int len) in cmx270_verify_buf() 106 static void cmx270_hwcontrol(struct mtd_info *mtd, int dat, in cmx270_hwcontrol() 140 static int cmx270_device_ready(struct mtd_info *mtd) in cmx270_device_ready()
|
D | ndfc.c | 41 struct mtd_info mtd; member 49 static void ndfc_select_chip(struct mtd_info *mtd, int chip) in ndfc_select_chip() 64 static void ndfc_hwcontrol(struct mtd_info *mtd, int cmd, unsigned int ctrl) in ndfc_hwcontrol() 78 static int ndfc_ready(struct mtd_info *mtd) in ndfc_ready() 86 static void ndfc_enable_hwecc(struct mtd_info *mtd, int mode) in ndfc_enable_hwecc() 98 static int ndfc_calculate_ecc(struct mtd_info *mtd, in ndfc_calculate_ecc() 123 static void ndfc_read_buf(struct mtd_info *mtd, uint8_t *buf, int len) in ndfc_read_buf() 133 static void ndfc_write_buf(struct mtd_info *mtd, const uint8_t *buf, int len) in ndfc_write_buf() 143 static int ndfc_verify_buf(struct mtd_info *mtd, const uint8_t *buf, int len) in ndfc_verify_buf()
|
D | txx9ndfmc.c | 65 struct mtd_info mtd; member 79 static struct platform_device *mtd_to_platdev(struct mtd_info *mtd) in mtd_to_platdev() 105 static uint8_t txx9ndfmc_read_byte(struct mtd_info *mtd) in txx9ndfmc_read_byte() 112 static void txx9ndfmc_write_buf(struct mtd_info *mtd, const uint8_t *buf, in txx9ndfmc_write_buf() 125 static void txx9ndfmc_read_buf(struct mtd_info *mtd, uint8_t *buf, int len) in txx9ndfmc_read_buf() 134 static int txx9ndfmc_verify_buf(struct mtd_info *mtd, const uint8_t *buf, in txx9ndfmc_verify_buf() 146 static void txx9ndfmc_cmd_ctrl(struct mtd_info *mtd, int cmd, in txx9ndfmc_cmd_ctrl() 178 static int txx9ndfmc_dev_ready(struct mtd_info *mtd) in txx9ndfmc_dev_ready() 185 static int txx9ndfmc_calculate_ecc(struct mtd_info *mtd, const uint8_t *dat, in txx9ndfmc_calculate_ecc() 206 static int txx9ndfmc_correct_data(struct mtd_info *mtd, unsigned char *buf, in txx9ndfmc_correct_data() [all …]
|
D | sh_flctl.c | 100 static void set_addr(struct mtd_info *mtd, int column, int page_addr) in set_addr() 283 static void set_cmd_regs(struct mtd_info *mtd, uint32_t cmd, uint32_t flcmcdr_val) in set_cmd_regs() 343 static int flctl_read_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, in flctl_read_page_hwecc() 365 static void flctl_write_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, in flctl_write_page_hwecc() 377 static void execmd_read_page_sector(struct mtd_info *mtd, int page_addr) in execmd_read_page_sector() 417 static void execmd_read_oob(struct mtd_info *mtd, int page_addr) in execmd_read_oob() 448 static void execmd_write_page_sector(struct mtd_info *mtd) in execmd_write_page_sector() 482 static void execmd_write_oob(struct mtd_info *mtd) in execmd_write_oob() 510 static void flctl_cmdfunc(struct mtd_info *mtd, unsigned int command, in flctl_cmdfunc() 663 static void flctl_select_chip(struct mtd_info *mtd, int chipnr) in flctl_select_chip() [all …]
|
/linux-3.3/drivers/mtd/onenand/ |
D | onenand_base.c | 350 int flexonenand_region(struct mtd_info *mtd, loff_t addr) in flexonenand_region() 371 static int onenand_command(struct mtd_info *mtd, int cmd, loff_t addr, size_t len) in onenand_command() 526 static int onenand_wait(struct mtd_info *mtd, int state) in onenand_wait() 624 static int onenand_interrupt_wait(struct mtd_info *mtd, int state) in onenand_interrupt_wait() 640 static int onenand_try_interrupt_wait(struct mtd_info *mtd, int state) in onenand_try_interrupt_wait() 671 static void onenand_setup_wait(struct mtd_info *mtd) in onenand_setup_wait() 706 static inline int onenand_bufferram_offset(struct mtd_info *mtd, int area) in onenand_bufferram_offset() 731 static int onenand_read_bufferram(struct mtd_info *mtd, int area, in onenand_read_bufferram() 767 static int onenand_sync_read_bufferram(struct mtd_info *mtd, int area, in onenand_sync_read_bufferram() 807 static int onenand_write_bufferram(struct mtd_info *mtd, int area, in onenand_write_bufferram() [all …]
|
/linux-3.3/drivers/mtd/chips/ |
D | map_absent.c | 46 struct mtd_info *mtd; in map_absent_probe() local 71 static int map_absent_read(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *b… in map_absent_read() 77 static int map_absent_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_ch… in map_absent_write() 83 static int map_absent_erase(struct mtd_info *mtd, struct erase_info *instr) in map_absent_erase() 88 static void map_absent_sync(struct mtd_info *mtd) in map_absent_sync() 93 static void map_absent_destroy(struct mtd_info *mtd) in map_absent_destroy()
|
D | map_rom.c | 33 struct mtd_info *mtd; in map_rom_probe() local 63 static unsigned long maprom_unmapped_area(struct mtd_info *mtd, in maprom_unmapped_area() 72 static int maprom_read (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) in maprom_read() 81 static void maprom_nop(struct mtd_info *mtd) in maprom_nop() 86 static int maprom_write (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char … in maprom_write() 92 static int maprom_erase (struct mtd_info *mtd, struct erase_info *info) in maprom_erase()
|
D | map_ram.c | 35 struct mtd_info *mtd; in map_ram_probe() local 89 static unsigned long mapram_unmapped_area(struct mtd_info *mtd, in mapram_unmapped_area() 98 static int mapram_read (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) in mapram_read() 107 static int mapram_write (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char … in mapram_write() 116 static int mapram_erase (struct mtd_info *mtd, struct erase_info *instr) in mapram_erase() 136 static void mapram_nop(struct mtd_info *mtd) in mapram_nop()
|
D | cfi_cmdset_0002.c | 137 static void fixup_amd_bootblock(struct mtd_info *mtd) in fixup_amd_bootblock() 186 static void fixup_use_write_buffers(struct mtd_info *mtd) in fixup_use_write_buffers() 197 static void fixup_convert_atmel_pri(struct mtd_info *mtd) in fixup_convert_atmel_pri() 228 static void fixup_use_secsi(struct mtd_info *mtd) in fixup_use_secsi() 235 static void fixup_use_erase_chip(struct mtd_info *mtd) in fixup_use_erase_chip() 250 static void fixup_use_atmel_lock(struct mtd_info *mtd) in fixup_use_atmel_lock() 257 static void fixup_old_sst_eraseregion(struct mtd_info *mtd) in fixup_old_sst_eraseregion() 271 static void fixup_sst39vf(struct mtd_info *mtd) in fixup_sst39vf() 282 static void fixup_sst39vf_rev_b(struct mtd_info *mtd) in fixup_sst39vf_rev_b() 295 static void fixup_sst38vf640x_sectorsize(struct mtd_info *mtd) in fixup_sst38vf640x_sectorsize() [all …]
|
/linux-3.3/include/linux/mtd/ |
D | mtd.h | 49 struct mtd_info *mtd; member 250 static inline int mtd_erase(struct mtd_info *mtd, struct erase_info *instr) in mtd_erase() 258 static inline int mtd_point(struct mtd_info *mtd, loff_t from, size_t len, in mtd_point() 268 static inline void mtd_unpoint(struct mtd_info *mtd, loff_t from, size_t len) in mtd_unpoint() 278 static inline unsigned long mtd_get_unmapped_area(struct mtd_info *mtd, in mtd_get_unmapped_area() 288 static inline int mtd_read(struct mtd_info *mtd, loff_t from, size_t len, in mtd_read() 294 static inline int mtd_write(struct mtd_info *mtd, loff_t to, size_t len, in mtd_write() 310 static inline int mtd_panic_write(struct mtd_info *mtd, loff_t to, size_t len, in mtd_panic_write() 319 static inline int mtd_read_oob(struct mtd_info *mtd, loff_t from, in mtd_read_oob() 328 static inline int mtd_write_oob(struct mtd_info *mtd, loff_t to, in mtd_write_oob() [all …]
|
/linux-3.3/drivers/mtd/devices/ |
D | mtdram.c | 35 static int ram_erase(struct mtd_info *mtd, struct erase_info *instr) in ram_erase() 48 static int ram_point(struct mtd_info *mtd, loff_t from, size_t len, in ram_point() 63 static void ram_unpoint(struct mtd_info *mtd, loff_t from, size_t len) in ram_unpoint() 72 static unsigned long ram_get_unmapped_area(struct mtd_info *mtd, in ram_get_unmapped_area() 80 static int ram_read(struct mtd_info *mtd, loff_t from, size_t len, in ram_read() 92 static int ram_write(struct mtd_info *mtd, loff_t to, size_t len, in ram_write() 113 int mtdram_init_device(struct mtd_info *mtd, void *mapped_address, in mtdram_init_device()
|
/linux-3.3/drivers/mtd/ubi/ |
D | gluebi.c | 57 struct mtd_info mtd; member 97 static int gluebi_get_device(struct mtd_info *mtd) in gluebi_get_device() 147 static void gluebi_put_device(struct mtd_info *mtd) in gluebi_put_device() 171 static int gluebi_read(struct mtd_info *mtd, loff_t from, size_t len, in gluebi_read() 215 static int gluebi_write(struct mtd_info *mtd, loff_t to, size_t len, in gluebi_write() 263 static int gluebi_erase(struct mtd_info *mtd, struct erase_info *instr) in gluebi_erase() 322 struct mtd_info *mtd; in gluebi_create() local 392 struct mtd_info *mtd; in gluebi_remove() local 525 struct mtd_info *mtd = &gluebi->mtd; in ubi_gluebi_exit() local
|