Lines Matching refs:reset_out
901 int val = gpio_get_value(ifx_dev->gpio.reset_out); in ifx_spi_reset_interrupt()
1086 ifx_dev->gpio.reset_out = pl_data->rst_out; in ifx_spi_spi_probe()
1090 ifx_dev->gpio.srdy, ifx_dev->gpio.reset_out); in ifx_spi_spi_probe()
1149 ret = gpio_request(ifx_dev->gpio.reset_out, "ifxModem"); in ifx_spi_spi_probe()
1152 ifx_dev->gpio.reset_out); in ifx_spi_spi_probe()
1155 ret += gpio_export(ifx_dev->gpio.reset_out, 1); in ifx_spi_spi_probe()
1156 ret += gpio_direction_input(ifx_dev->gpio.reset_out); in ifx_spi_spi_probe()
1159 ifx_dev->gpio.reset_out); in ifx_spi_spi_probe()
1164 ret = request_irq(gpio_to_irq(ifx_dev->gpio.reset_out), in ifx_spi_spi_probe()
1170 gpio_to_irq(ifx_dev->gpio.reset_out)); in ifx_spi_spi_probe()
1203 free_irq(gpio_to_irq(ifx_dev->gpio.reset_out), ifx_dev); in ifx_spi_spi_probe()
1213 gpio_free(ifx_dev->gpio.reset_out); in ifx_spi_spi_probe()
1234 free_irq(gpio_to_irq(ifx_dev->gpio.reset_out), ifx_dev); in ifx_spi_spi_remove()
1241 gpio_free(ifx_dev->gpio.reset_out); in ifx_spi_spi_remove()