Home
last modified time | relevance | path

Searched defs:fun (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dfsl_upm.c50 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() local
83 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in fun_cmd_ctrl() local
135 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in upm_nand_write_buf() local
159 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in nand_dev_ready() local
164 int fsl_upm_nand_init(struct nand_chip *chip, struct fsl_upm_nand *fun) in fsl_upm_nand_init()
/rk3399_rockchip-uboot/include/linux/
H A Dcompat.h208 #define INIT_WORK(work, fun) do {} while (0) argument