Searched refs:srdy (Results 1 – 2 of 2) sorted by relevance
246 int val = gpiod_get_value(ifx_dev->gpio.srdy); in mrdy_assert()643 int srdy; in ifx_spi_complete() local692 srdy = gpiod_get_value(ifx_dev->gpio.srdy); in ifx_spi_complete()693 if (!srdy) in ifx_spi_complete()991 int srdy; in ifx_spi_spi_probe() local1102 ifx_dev->gpio.srdy = devm_gpiod_get(dev, "srdy", GPIOD_IN); in ifx_spi_spi_probe()1103 if (IS_ERR(ifx_dev->gpio.srdy)) { in ifx_spi_spi_probe()1105 ret = PTR_ERR(ifx_dev->gpio.srdy); in ifx_spi_spi_probe()1108 gpiod_set_consumer_name(ifx_dev->gpio.srdy, "ifxModem srdy"); in ifx_spi_spi_probe()1136 ret = request_irq(gpiod_to_irq(ifx_dev->gpio.srdy), in ifx_spi_spi_probe()[all …]
99 struct gpio_desc *srdy; /* slave-ready gpio */ member