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