Home
last modified time | relevance | path

Searched refs:busy_gpio (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/mtd/nand/
Djz4740_nand.c72 struct gpio_desc *busy_gpio; member
134 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()