Symbol: r852_device
drivers/mtd/nand/raw/r852.c
1008
struct r852_device *dev = pci_get_drvdata(pci_dev);
drivers/mtd/nand/raw/r852.c
1019
struct r852_device *dev = dev_get_drvdata(device);
drivers/mtd/nand/raw/r852.c
1040
struct r852_device *dev = dev_get_drvdata(device);
drivers/mtd/nand/raw/r852.c
130
static void r852_dma_done(struct r852_device *dev, int error)
drivers/mtd/nand/raw/r852.c
157
static int r852_dma_wait(struct r852_device *dev)
drivers/mtd/nand/raw/r852.c
172
static void r852_do_dma(struct r852_device *dev, uint8_t *buf, int do_read)
drivers/mtd/nand/raw/r852.c
232
struct r852_device *dev = r852_get_dev(nand_to_mtd(chip));
drivers/mtd/nand/raw/r852.c
266
struct r852_device *dev = r852_get_dev(nand_to_mtd(chip));
drivers/mtd/nand/raw/r852.c
303
struct r852_device *dev = r852_get_dev(nand_to_mtd(chip));
drivers/mtd/nand/raw/r852.c
317
struct r852_device *dev = r852_get_dev(nand_to_mtd(chip));
drivers/mtd/nand/raw/r852.c
34
static inline uint8_t r852_read_reg(struct r852_device *dev, int address)
drivers/mtd/nand/raw/r852.c
362
struct r852_device *dev = nand_get_controller_data(chip);
drivers/mtd/nand/raw/r852.c
389
struct r852_device *dev = r852_get_dev(nand_to_mtd(chip));
drivers/mtd/nand/raw/r852.c
403
struct r852_device *dev = r852_get_dev(nand_to_mtd(chip));
drivers/mtd/nand/raw/r852.c
41
static inline void r852_write_reg(struct r852_device *dev,
drivers/mtd/nand/raw/r852.c
436
struct r852_device *dev = r852_get_dev(nand_to_mtd(chip));
drivers/mtd/nand/raw/r852.c
472
struct r852_device *dev = r852_get_dev(nand_to_mtd(chip));
drivers/mtd/nand/raw/r852.c
49
static inline uint32_t r852_read_reg_dword(struct r852_device *dev, int address)
drivers/mtd/nand/raw/r852.c
532
static void r852_engine_enable(struct r852_device *dev)
drivers/mtd/nand/raw/r852.c
550
static void r852_engine_disable(struct r852_device *dev)
drivers/mtd/nand/raw/r852.c
56
static inline void r852_write_reg_dword(struct r852_device *dev,
drivers/mtd/nand/raw/r852.c
560
static void r852_card_update_present(struct r852_device *dev)
drivers/mtd/nand/raw/r852.c
575
static void r852_update_card_detect(struct r852_device *dev)
drivers/mtd/nand/raw/r852.c
593
struct r852_device *dev = r852_get_dev(mtd);
drivers/mtd/nand/raw/r852.c
603
static void r852_update_media_status(struct r852_device *dev)
drivers/mtd/nand/raw/r852.c
63
static inline struct r852_device *r852_get_dev(struct mtd_info *mtd)
drivers/mtd/nand/raw/r852.c
632
static int r852_register_nand_device(struct r852_device *dev)
drivers/mtd/nand/raw/r852.c
668
static void r852_unregister_nand_device(struct r852_device *dev)
drivers/mtd/nand/raw/r852.c
685
struct r852_device *dev =
drivers/mtd/nand/raw/r852.c
686
container_of(work, struct r852_device, card_detect_work.work);
drivers/mtd/nand/raw/r852.c
709
static void r852_disable_irqs(struct r852_device *dev)
drivers/mtd/nand/raw/r852.c
71
static void r852_dma_test(struct r852_device *dev)
drivers/mtd/nand/raw/r852.c
726
struct r852_device *dev = (struct r852_device *)data;
drivers/mtd/nand/raw/r852.c
848
struct r852_device *dev;
drivers/mtd/nand/raw/r852.c
886
dev = kzalloc_obj(struct r852_device);
drivers/mtd/nand/raw/r852.c
89
static void r852_dma_enable(struct r852_device *dev)
drivers/mtd/nand/raw/r852.c
978
struct r852_device *dev = pci_get_drvdata(pci_dev);