Searched refs:gpio_int_n (Results 1 – 1 of 1) sorted by relevance
86 int gpio_int_n; member1625 chip->gpio_int_n = of_get_named_gpio(node, "fcs,int_n", 0); in init_gpio()1626 if (!gpio_is_valid(chip->gpio_int_n)) { in init_gpio()1627 ret = chip->gpio_int_n; in init_gpio()1631 ret = devm_gpio_request(chip->dev, chip->gpio_int_n, "fcs,int_n"); in init_gpio()1636 ret = gpio_direction_input(chip->gpio_int_n); in init_gpio()1642 ret = gpio_to_irq(chip->gpio_int_n); in init_gpio()