Searched defs:mtd (Results 1 - 25 of 25) sorted by relevance

/arch/arm/mach-omap1/
H A Dboard-nand.c18 #include <linux/mtd/mtd.h>
19 #include <linux/mtd/nand.h>
23 void omap1_nand_cmd_ctl(struct mtd_info *mtd, int cmd, unsigned int ctrl) argument
25 struct nand_chip *this = mtd->priv;
H A Dboard-perseus2.c18 #include <linux/mtd/mtd.h>
19 #include <linux/mtd/nand.h>
20 #include <linux/mtd/partitions.h>
21 #include <linux/mtd/physmap.h>
147 static int nand_dev_ready(struct mtd_info *mtd) argument
H A Dboard-h2.c26 #include <linux/mtd/mtd.h>
27 #include <linux/mtd/nand.h>
28 #include <linux/mtd/partitions.h>
29 #include <linux/mtd/physmap.h>
185 static int h2_nand_dev_ready(struct mtd_info *mtd) argument
H A Dboard-h3.c25 #include <linux/mtd/mtd.h>
26 #include <linux/mtd/nand.h>
27 #include <linux/mtd/partitions.h>
28 #include <linux/mtd/physmap.h>
188 static int nand_dev_ready(struct mtd_info *mtd) argument
H A Dboard-fsample.c18 #include <linux/mtd/mtd.h>
19 #include <linux/mtd/nand.h>
20 #include <linux/mtd/partitions.h>
21 #include <linux/mtd/physmap.h>
189 static int nand_dev_ready(struct mtd_info *mtd) argument
/arch/arm/mach-ep93xx/
H A Dsnappercl15.c27 #include <linux/mtd/partitions.h>
28 #include <linux/mtd/nand.h>
49 static void snappercl15_nand_cmd_ctrl(struct mtd_info *mtd, int cmd, argument
52 struct nand_chip *chip = mtd->priv;
77 static int snappercl15_nand_dev_ready(struct mtd_info *mtd) argument
79 struct nand_chip *chip = mtd->priv;
H A Dts72xx.c20 #include <linux/mtd/nand.h>
21 #include <linux/mtd/partitions.h>
74 static void ts72xx_nand_hwcontrol(struct mtd_info *mtd, argument
77 struct nand_chip *chip = mtd->priv;
97 static int ts72xx_nand_device_ready(struct mtd_info *mtd) argument
99 struct nand_chip *chip = mtd->priv;
/arch/arm/mach-ixp4xx/
H A Dixdp425-setup.c19 #include <linux/mtd/mtd.h>
20 #include <linux/mtd/nand.h>
21 #include <linux/mtd/partitions.h>
77 ixdp425_flash_nand_cmd_ctrl(struct mtd_info *mtd, int cmd, unsigned int ctrl) argument
79 struct nand_chip *this = mtd->priv;
/arch/arm/mach-pxa/
H A Dpalmtx.c31 #include <linux/mtd/nand.h>
32 #include <linux/mtd/partitions.h>
33 #include <linux/mtd/mtd.h>
34 #include <linux/mtd/physmap.h>
250 static void palmtx_nand_cmd_ctl(struct mtd_info *mtd, int cmd, argument
253 struct nand_chip *this = mtd->priv;
H A Dballoon3.c26 #include <linux/mtd/mtd.h>
27 #include <linux/mtd/partitions.h>
31 #include <linux/mtd/nand.h>
32 #include <linux/mtd/physmap.h>
573 static void balloon3_nand_cmd_ctl(struct mtd_info *mtd, int cmd, unsigned int ctrl) argument
575 struct nand_chip *this = mtd->priv;
602 static void balloon3_nand_select_chip(struct mtd_info *mtd, int chip) argument
618 static int balloon3_nand_dev_ready(struct mtd_info *mtd) argument
H A Dem-x270.c18 #include <linux/mtd/nand.h>
19 #include <linux/mtd/partitions.h>
20 #include <linux/mtd/physmap.h>
289 static void em_x270_nand_cmd_ctl(struct mtd_info *mtd, int dat, argument
292 struct nand_chip *this = mtd->priv;
321 static int em_x270_nand_device_ready(struct mtd_info *mtd) argument
/arch/cris/arch-v32/drivers/mach-a3/
H A Dnandflash.c6 * Derived from drivers/mtd/nand/spia.c
18 #include <linux/mtd/mtd.h>
19 #include <linux/mtd/nand.h>
20 #include <linux/mtd/partitions.h>
50 static void crisv32_hwcontrol(struct mtd_info *mtd, int cmd, argument
55 struct nand_chip *this = mtd->priv;
96 static int crisv32_device_ready(struct mtd_info *mtd) argument
/arch/cris/arch-v32/drivers/mach-fs/
H A Dnandflash.c6 * Derived from drivers/mtd/nand/spia.c
18 #include <linux/mtd/mtd.h>
19 #include <linux/mtd/nand.h>
20 #include <linux/mtd/partitions.h>
41 /* Bitmask for mtd nand control bits */
49 static void crisv32_hwcontrol(struct mtd_info *mtd, int cmd, argument
54 struct nand_chip *this = mtd->priv;
91 static int crisv32_device_ready(struct mtd_info *mtd) argument
/arch/mips/netlogic/xlr/
H A Dplatform-flash.c20 #include <linux/mtd/mtd.h>
21 #include <linux/mtd/physmap.h>
22 #include <linux/mtd/nand.h>
23 #include <linux/mtd/partitions.h>
97 static void xlr_nand_ctrl(struct mtd_info *mtd, int cmd, argument
/arch/mips/pnx833x/common/
H A Dplatform.c33 #include <linux/mtd/nand.h>
34 #include <linux/mtd/partitions.h>
181 pnx833x_flash_nand_cmd_ctrl(struct mtd_info *mtd, int cmd, unsigned int ctrl) argument
183 struct nand_chip *this = mtd->priv;
/arch/arm/mach-imx/
H A Dmach-qong.c20 #include <linux/mtd/physmap.h>
21 #include <linux/mtd/nand.h>
132 static void qong_nand_cmd_ctrl(struct mtd_info *mtd, int cmd, unsigned int ctrl) argument
134 struct nand_chip *nand_chip = mtd->priv;
148 static int qong_nand_device_ready(struct mtd_info *mtd) argument
153 static void qong_nand_select_chip(struct mtd_info *mtd, int chip) argument
/arch/mips/rb532/
H A Ddevices.c23 #include <linux/mtd/nand.h>
24 #include <linux/mtd/mtd.h>
25 #include <linux/mtd/partitions.h>
143 static int rb532_dev_ready(struct mtd_info *mtd) argument
148 static void rb532_cmd_ctrl(struct mtd_info *mtd, int cmd, unsigned int ctrl) argument
150 struct nand_chip *chip = mtd->priv;
/arch/blackfin/mach-bf561/boards/
H A Dacvilon.c38 #include <linux/mtd/mtd.h>
39 #include <linux/mtd/partitions.h>
40 #include <linux/mtd/physmap.h>
41 #include <linux/mtd/nand.h>
42 #include <linux/mtd/plat-ram.h>
154 .name = "mtd-ram",
267 static void bfin_plat_nand_cmd_ctrl(struct mtd_info *mtd, int cmd, argument
270 struct nand_chip *this = mtd->priv;
282 static int bfin_plat_nand_dev_ready(struct mtd_info *mtd) argument
[all...]
/arch/mips/alchemy/devboards/
H A Ddb1550.c14 #include <linux/mtd/mtd.h>
15 #include <linux/mtd/nand.h>
16 #include <linux/mtd/partitions.h>
127 static void au1550_nand_cmd_ctrl(struct mtd_info *mtd, int cmd, argument
130 struct nand_chip *this = mtd->priv;
150 static int au1550_nand_device_ready(struct mtd_info *mtd) argument
H A Ddb1300.c19 #include <linux/mtd/mtd.h>
20 #include <linux/mtd/nand.h>
21 #include <linux/mtd/partitions.h>
149 static void au1300_nand_cmd_ctrl(struct mtd_info *mtd, int cmd, argument
152 struct nand_chip *this = mtd->priv;
172 static int au1300_nand_device_ready(struct mtd_info *mtd) argument
H A Ddb1200.c31 #include <linux/mtd/mtd.h>
32 #include <linux/mtd/nand.h>
33 #include <linux/mtd/partitions.h>
200 static void au1200_nand_cmd_ctrl(struct mtd_info *mtd, int cmd, argument
203 struct nand_chip *this = mtd->priv;
223 static int au1200_nand_device_ready(struct mtd_info *mtd) argument
/arch/sh/boards/mach-migor/
H A Dsetup.c17 #include <linux/mtd/physmap.h>
18 #include <linux/mtd/nand.h>
166 static void migor_nand_flash_cmd_ctl(struct mtd_info *mtd, int cmd, argument
169 struct nand_chip *chip = mtd->priv;
182 static int migor_nand_flash_ready(struct mtd_info *mtd) argument
/arch/arm/mach-orion5x/
H A Dts78xx-setup.c20 #include <linux/mtd/nand.h>
21 #include <linux/mtd/partitions.h>
176 static void ts78xx_ts_nand_cmd_ctrl(struct mtd_info *mtd, int cmd, argument
179 struct nand_chip *this = mtd->priv;
195 static int ts78xx_ts_nand_dev_ready(struct mtd_info *mtd) argument
200 static void ts78xx_ts_nand_write_buf(struct mtd_info *mtd, argument
203 struct nand_chip *chip = mtd->priv;
227 static void ts78xx_ts_nand_read_buf(struct mtd_info *mtd, argument
230 struct nand_chip *chip = mtd->priv;
/arch/arm/mach-davinci/
H A Dboard-da850-evm.c26 #include <linux/mtd/mtd.h>
27 #include <linux/mtd/nand.h>
28 #include <linux/mtd/partitions.h>
29 #include <linux/mtd/physmap.h>
32 #include <linux/platform_data/mtd-davinci.h>
33 #include <linux/platform_data/mtd-davinci-aemif.h>
133 static void da850_evm_m25p80_notify_add(struct mtd_info *mtd) argument
138 if (!strcmp(mtd->name, "MAC-Address")) {
139 mtd_read(mtd,
[all...]
/arch/blackfin/mach-bf537/boards/
H A Dstamp.c14 #include <linux/mtd/mtd.h>
15 #include <linux/mtd/nand.h>
16 #include <linux/mtd/partitions.h>
17 #include <linux/mtd/plat-ram.h>
18 #include <linux/mtd/physmap.h>
405 static void bfin_plat_nand_cmd_ctrl(struct mtd_info *mtd, int cmd, unsigned int ctrl) argument
407 struct nand_chip *this = mtd->priv;
419 static int bfin_plat_nand_dev_ready(struct mtd_info *mtd) argument

Completed in 444 milliseconds