Home
last modified time | relevance | path

Searched refs:check_only (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/buildroot/support/scripts/
H A Dgraph-depends283 check_only = args.check_only
291 if check_only:
338 if check_only:
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Drecovery.c345 bool check_only) in find_fsync_dnodes() argument
383 if (!check_only && in find_fsync_dnodes()
787 int f2fs_recover_fsync_data(struct f2fs_sb_info *sbi, bool check_only) in f2fs_recover_fsync_data() argument
820 err = find_fsync_dnodes(sbi, &inode_list, check_only); in f2fs_recover_fsync_data()
824 if (check_only) { in f2fs_recover_fsync_data()
840 fix_curseg_write_pointer = !check_only || list_empty(&inode_list); in f2fs_recover_fsync_data()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dau1550nd.c211 bool check_only) in au1550nd_exec_op() argument
217 if (check_only) in au1550nd_exec_op()
H A Dfsl_upm.c133 bool check_only) in fun_exec_op() argument
142 if (check_only) in fun_exec_op()
H A Dcs553x_nand.c200 bool check_only) in cs553x_exec_op() argument
206 if (check_only) in cs553x_exec_op()
H A Dgpio.c139 bool check_only) in gpio_nand_exec_op() argument
145 if (check_only) in gpio_nand_exec_op()
H A Dams-delta.c140 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 Dvf610_nfc.c498 bool check_only) in vf610_nfc_exec_op() argument
500 if (!check_only) in vf610_nfc_exec_op()
504 check_only); in vf610_nfc_exec_op()
H A Dmxic_nand.c389 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 Ddiskonchip.c565 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 Darasan-nand-controller.c867 bool check_only) in anfc_exec_op() argument
871 if (check_only) in anfc_exec_op()
878 return nand_op_parser_exec_op(chip, &anfc_op_parser, op, check_only); in anfc_exec_op()
H A Dtegra_nand.c468 bool check_only) in tegra_nand_exec_op() argument
470 if (!check_only) in tegra_nand_exec_op()
474 check_only); in tegra_nand_exec_op()
H A Dtango_nand.c174 bool check_only) in tango_exec_op() argument
179 if (check_only) in tango_exec_op()
H A Ddavinci_nand.c750 bool check_only) in davinci_nand_exec_op() argument
755 if (check_only) in davinci_nand_exec_op()
H A Drockchip-nand-controller.c406 bool check_only) in rk_nfc_exec_op() argument
408 if (!check_only) in rk_nfc_exec_op()
412 check_only); in rk_nfc_exec_op()
H A Dfsmc_nand.c620 bool check_only) in fsmc_exec_op() argument
628 if (check_only) in fsmc_exec_op()
H A Dmarvell_nand.c2145 bool check_only) in marvell_nfc_exec_op() argument
2149 if (!check_only) in marvell_nfc_exec_op()
2154 op, check_only); in marvell_nfc_exec_op()
2157 op, check_only); in marvell_nfc_exec_op()
H A Dsunxi_nand.c1908 const struct nand_operation *op, bool check_only) in sunxi_nfc_exec_op() argument
1913 if (!check_only) in sunxi_nfc_exec_op()
1921 return nand_op_parser_exec_op(nand, parser, op, check_only); in sunxi_nfc_exec_op()
H A Ddenali.c1149 const struct nand_operation *op, bool check_only) in denali_exec_op() argument
1153 if (check_only) in denali_exec_op()
H A Dmeson_nand.c893 const struct nand_operation *op, bool check_only) in meson_nfc_exec_op() argument
902 if (check_only) in meson_nfc_exec_op()
H A Dnand_base.c1869 bool force_8bit, bool check_only) in nand_read_data_op() argument
1882 if (check_only) in nand_read_data_op()
1888 if (check_only) in nand_read_data_op()
2172 const struct nand_operation *op, bool check_only) in nand_op_parser_exec_op() argument
2210 if (!check_only) { in nand_op_parser_exec_op()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dplatinumfb.c93 int check_only);
441 int check_only) in platinum_var_to_par() argument
470 if (check_only) in platinum_var_to_par()
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Drawnand.h996 const struct nand_operation *op, bool check_only);
1061 bool check_only);
1486 bool force_8bit, bool check_only);
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ingenic/
H A Dingenic_nand_drv.c310 bool check_only) in ingenic_nand_exec_op() argument
318 if (check_only) in ingenic_nand_exec_op()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c206 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()
1541 bool check_only) in atmel_nand_exec_op() argument
1548 return nc->caps->ops->exec_op(nand, op, check_only); in atmel_nand_exec_op()

12