bcm47xxsflash      22 drivers/mtd/devices/bcm47xxsflash.c static void bcm47xxsflash_cmd(struct bcm47xxsflash *b47s, u32 opcode)
bcm47xxsflash      36 drivers/mtd/devices/bcm47xxsflash.c static int bcm47xxsflash_poll(struct bcm47xxsflash *b47s, int timeout)
bcm47xxsflash      71 drivers/mtd/devices/bcm47xxsflash.c 	struct bcm47xxsflash *b47s = mtd->priv;
bcm47xxsflash      98 drivers/mtd/devices/bcm47xxsflash.c 	struct bcm47xxsflash *b47s = mtd->priv;
bcm47xxsflash     131 drivers/mtd/devices/bcm47xxsflash.c 	struct bcm47xxsflash *b47s = mtd->priv;
bcm47xxsflash     176 drivers/mtd/devices/bcm47xxsflash.c 	struct bcm47xxsflash *b47s = mtd->priv;
bcm47xxsflash     219 drivers/mtd/devices/bcm47xxsflash.c 	struct bcm47xxsflash *b47s = mtd->priv;
bcm47xxsflash     249 drivers/mtd/devices/bcm47xxsflash.c static void bcm47xxsflash_fill_mtd(struct bcm47xxsflash *b47s,
bcm47xxsflash     274 drivers/mtd/devices/bcm47xxsflash.c static int bcm47xxsflash_bcma_cc_read(struct bcm47xxsflash *b47s, u16 offset)
bcm47xxsflash     279 drivers/mtd/devices/bcm47xxsflash.c static void bcm47xxsflash_bcma_cc_write(struct bcm47xxsflash *b47s, u16 offset,
bcm47xxsflash     289 drivers/mtd/devices/bcm47xxsflash.c 	struct bcm47xxsflash *b47s;
bcm47xxsflash     362 drivers/mtd/devices/bcm47xxsflash.c 	struct bcm47xxsflash *b47s = platform_get_drvdata(pdev);
bcm47xxsflash      67 drivers/mtd/devices/bcm47xxsflash.h 	int (*cc_read)(struct bcm47xxsflash *b47s, u16 offset);
bcm47xxsflash      68 drivers/mtd/devices/bcm47xxsflash.h 	void (*cc_write)(struct bcm47xxsflash *b47s, u16 offset, u32 value);