/linux/drivers/mtd/nand/raw/ |
H A D | technologic-nand-controller.c | 113 const struct nand_operation *op, bool check_only) in ts72xx_nand_exec_op() argument 118 if (check_only) in ts72xx_nand_exec_op()
|
H A D | au1550nd.c | 212 bool check_only) in au1550nd_exec_op() argument 218 if (check_only) in au1550nd_exec_op()
|
H A D | fsl_upm.c | 133 bool check_only) in fun_exec_op() argument 142 if (check_only) in fun_exec_op()
|
H A D | cs553x_nand.c | 194 bool check_only) in cs553x_exec_op() argument 200 if (check_only) in cs553x_exec_op()
|
H A D | gpio.c | 139 bool check_only) in gpio_nand_exec_op() argument 145 if (check_only) in gpio_nand_exec_op()
|
H A D | ams-delta.c | 140 const struct nand_operation *op, bool check_only) in gpio_nand_exec_op() argument 146 if (check_only) in gpio_nand_exec_op()
|
H A D | vf610_nfc.c | 499 bool check_only) in vf610_nfc_exec_op() argument 501 if (!check_only) in vf610_nfc_exec_op() 505 check_only); in vf610_nfc_exec_op()
|
H A D | mxic_nand.c | 389 const struct nand_operation *op, bool check_only) in mxic_nfc_exec_op() argument 396 if (check_only) in mxic_nfc_exec_op()
|
H A D | diskonchip.c | 565 bool check_only) in doc200x_exec_op() argument 570 if (check_only) in doc200x_exec_op() 640 bool check_only) in doc2001plus_exec_op() argument 645 if (check_only) in doc2001plus_exec_op()
|
H A D | intel-nand-controller.c | 515 const struct nand_operation *op, bool check_only) in ebu_nand_exec_op() argument 521 if (check_only) in ebu_nand_exec_op()
|
H A D | davinci_nand.c | 746 bool check_only) in davinci_nand_exec_op() argument 751 if (check_only) in davinci_nand_exec_op()
|
H A D | pl35x-nand-controller.c | 775 bool check_only) in pl35x_nfc_exec_op() argument 777 if (!check_only) in pl35x_nfc_exec_op() 781 op, check_only); in pl35x_nfc_exec_op()
|
H A D | tegra_nand.c | 471 bool check_only) in tegra_nand_exec_op() argument 473 if (!check_only) in tegra_nand_exec_op() 477 check_only); in tegra_nand_exec_op()
|
H A D | rockchip-nand-controller.c | 405 bool check_only) in rk_nfc_exec_op() argument 407 if (!check_only) in rk_nfc_exec_op() 411 check_only); in rk_nfc_exec_op()
|
H A D | arasan-nand-controller.c | 960 bool check_only) in anfc_exec_op() argument 964 if (check_only) in anfc_exec_op() 971 return nand_op_parser_exec_op(chip, &anfc_op_parser, op, check_only); in anfc_exec_op()
|
H A D | renesas-nand-controller.c | 683 const struct nand_operation *op, bool check_only) in rnandc_exec_op() argument 698 if (!check_only) in rnandc_exec_op() 839 if (check_only) in rnandc_exec_op()
|
H A D | fsmc_nand.c | 631 bool check_only) in fsmc_exec_op() argument 639 if (check_only) in fsmc_exec_op()
|
H A D | nand_base.c | 1252 unsigned int len, bool check_only) in nand_lp_exec_cont_read_page_op() argument 1297 if (check_only) { in nand_lp_exec_cont_read_page_op() 2181 bool force_8bit, bool check_only) in nand_read_data_op() argument 2183 if (!len || (!check_only && !buf)) in nand_read_data_op() 2214 if (check_only) { in nand_read_data_op() 2233 if (check_only) in nand_read_data_op() 2517 const struct nand_operation *op, bool check_only) in nand_op_parser_exec_op() argument 2555 if (!check_only) { in nand_op_parser_exec_op()
|
H A D | marvell_nand.c | 2180 bool check_only) in marvell_nfc_exec_op() argument 2184 if (!check_only) in marvell_nfc_exec_op() 2189 op, check_only); in marvell_nfc_exec_op() 2192 op, check_only); in marvell_nfc_exec_op()
|
H A D | sunxi_nand.c | 1898 const struct nand_operation *op, bool check_only) in sunxi_nfc_exec_op() argument 1903 if (!check_only) in sunxi_nfc_exec_op() 1911 return nand_op_parser_exec_op(nand, parser, op, check_only); in sunxi_nfc_exec_op()
|
H A D | denali.c | 1149 const struct nand_operation *op, bool check_only) in denali_exec_op() argument 1153 if (check_only) in denali_exec_op()
|
/linux/drivers/video/fbdev/ |
H A D | platinumfb.c | 93 int check_only); 438 int check_only) in platinum_var_to_par() argument 467 if (check_only) in platinum_var_to_par()
|
/linux/include/linux/mtd/ |
H A D | rawnand.h | 1037 const struct nand_operation *op, bool check_only); 1102 bool check_only); 1580 bool force_8bit, bool check_only);
|
/linux/drivers/mtd/nand/raw/ingenic/ |
H A D | ingenic_nand_drv.c | 313 bool check_only) in ingenic_nand_exec_op() argument 321 if (check_only) in ingenic_nand_exec_op()
|
/linux/drivers/mtd/nand/raw/atmel/ |
H A D | nand-controller.c | 206 const struct nand_operation *op, bool check_only); 612 bool check_only) in atmel_smc_nand_exec_op() argument 617 if (check_only) in atmel_smc_nand_exec_op() 702 bool check_only) in atmel_hsmc_nand_exec_op() argument 706 if (check_only) in atmel_hsmc_nand_exec_op() 1546 bool check_only) in atmel_nand_exec_op() argument 1553 return nc->caps->ops->exec_op(nand, op, check_only); in atmel_nand_exec_op()
|