Lines Matching refs:reset_out
911 int val = gpio_get_value(ifx_dev->gpio.reset_out); in ifx_spi_reset_interrupt()
1097 ifx_dev->gpio.reset_out = pl_data->rst_out; in ifx_spi_spi_probe()
1101 ifx_dev->gpio.srdy, ifx_dev->gpio.reset_out); in ifx_spi_spi_probe()
1160 ret = gpio_request(ifx_dev->gpio.reset_out, "ifxModem"); in ifx_spi_spi_probe()
1163 ifx_dev->gpio.reset_out); in ifx_spi_spi_probe()
1166 ret += gpio_export(ifx_dev->gpio.reset_out, 1); in ifx_spi_spi_probe()
1167 ret += gpio_direction_input(ifx_dev->gpio.reset_out); in ifx_spi_spi_probe()
1170 ifx_dev->gpio.reset_out); in ifx_spi_spi_probe()
1175 ret = request_irq(gpio_to_irq(ifx_dev->gpio.reset_out), in ifx_spi_spi_probe()
1181 gpio_to_irq(ifx_dev->gpio.reset_out)); in ifx_spi_spi_probe()
1215 free_irq(gpio_to_irq(ifx_dev->gpio.reset_out), (void *)ifx_dev); in ifx_spi_spi_probe()
1225 gpio_free(ifx_dev->gpio.reset_out); in ifx_spi_spi_probe()
1246 free_irq(gpio_to_irq(ifx_dev->gpio.reset_out), (void *)ifx_dev); in ifx_spi_spi_remove()
1253 gpio_free(ifx_dev->gpio.reset_out); in ifx_spi_spi_remove()