Searched refs:gpio_int_n (Results 1 – 1 of 1) sorted by relevance
88 int gpio_int_n; member1662 chip->gpio_int_n = of_get_named_gpio(node, "fcs,int_n", 0); in init_gpio()1663 if (!gpio_is_valid(chip->gpio_int_n)) { in init_gpio()1664 ret = chip->gpio_int_n; in init_gpio()1668 ret = devm_gpio_request(chip->dev, chip->gpio_int_n, "fcs,int_n"); in init_gpio()1673 ret = gpio_direction_input(chip->gpio_int_n); in init_gpio()1679 ret = gpio_to_irq(chip->gpio_int_n); in init_gpio()