Searched defs:fun (Results 1 – 2 of 2) sorted by relevance
50 static void fun_wait(struct fsl_upm_nand *fun) in fun_wait()68 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in fun_select_chip() local83 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in fun_cmd_ctrl() local135 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in upm_nand_write_buf() local159 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in nand_dev_ready() local164 int fsl_upm_nand_init(struct nand_chip *chip, struct fsl_upm_nand *fun) in fsl_upm_nand_init()
208 #define INIT_WORK(work, fun) do {} while (0) argument