cdone 29 drivers/fpga/ice40-spi.c struct gpio_desc *cdone; cdone 36 drivers/fpga/ice40-spi.c return gpiod_get_value(priv->cdone) ? FPGA_MGR_STATE_OPERATING : cdone 79 drivers/fpga/ice40-spi.c if (gpiod_get_value(priv->cdone)) { cdone 112 drivers/fpga/ice40-spi.c if (!gpiod_get_value(priv->cdone)) { cdone 161 drivers/fpga/ice40-spi.c priv->cdone = devm_gpiod_get(dev, "cdone", GPIOD_IN); cdone 162 drivers/fpga/ice40-spi.c if (IS_ERR(priv->cdone)) { cdone 163 drivers/fpga/ice40-spi.c ret = PTR_ERR(priv->cdone);