Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Djz4740_nand.c73 struct gpio_desc *busy_gpio; member
135 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()