Searched refs:gg_data (Results 1 – 1 of 1) sorted by relevance
30 struct gg_data { struct40 struct gg_data *gg_data = data; in of_gpiochip_find_and_xlate() argument43 if ((gc->of_node != gg_data->gpiospec.np) || in of_gpiochip_find_and_xlate()44 (gc->of_gpio_n_cells != gg_data->gpiospec.args_count) || in of_gpiochip_find_and_xlate()48 ret = gc->of_xlate(gc, &gg_data->gpiospec, gg_data->flags); in of_gpiochip_find_and_xlate()55 gg_data->out_gpio = ERR_PTR(ret); in of_gpiochip_find_and_xlate()59 gg_data->out_gpio = gpiochip_get_desc(gc, ret); in of_gpiochip_find_and_xlate()80 struct gg_data gg_data = { in of_get_named_gpiod_flags() local91 &gg_data.gpiospec); in of_get_named_gpiod_flags()98 gpiochip_find(&gg_data, of_gpiochip_find_and_xlate); in of_get_named_gpiod_flags()[all …]