Searched refs:busy_gpio (Results 1 – 1 of 1) sorted by relevance
73 struct gpio_desc *busy_gpio; member135 return gpiod_get_value_cansleep(nand->busy_gpio); in jz_nand_dev_ready()427 nand->busy_gpio = devm_gpiod_get_optional(&pdev->dev, "busy", GPIOD_IN); in jz_nand_probe()428 if (IS_ERR(nand->busy_gpio)) { in jz_nand_probe()429 ret = PTR_ERR(nand->busy_gpio); in jz_nand_probe()456 if (nand->busy_gpio) in jz_nand_probe()