Lines Matching refs:gpio_chip_hwgpio
217 offset = gpio_chip_hwgpio(desc);
2043 offset = gpio_chip_hwgpio(desc);
2145 gc->free(gc, gpio_chip_hwgpio(desc));
2316 return gpio_do_set_config(gc, gpio_chip_hwgpio(desc), config);
2375 ret = gc->direction_input(gc, gpio_chip_hwgpio(desc));
2377 (gc->get_direction(gc, gpio_chip_hwgpio(desc)) != 1)) {
2413 ret = gc->direction_output(gc, gpio_chip_hwgpio(desc), val);
2417 gc->get_direction(gc, gpio_chip_hwgpio(desc))) {
2427 gc->set(gc, gpio_chip_hwgpio(desc), val);
2544 return gpio_do_set_config(gc, gpio_chip_hwgpio(desc), config);
2595 gpio = gpio_chip_hwgpio(desc);
2660 offset = gpio_chip_hwgpio(desc);
2748 int hwgpio = gpio_chip_hwgpio(desc);
2768 int hwgpio = gpio_chip_hwgpio(desc);
2898 int offset = gpio_chip_hwgpio(desc);
2923 int offset = gpio_chip_hwgpio(desc);
2945 gc->set(gc, gpio_chip_hwgpio(desc), value);
3029 int hwgpio = gpio_chip_hwgpio(desc);
3238 offset = gpio_chip_hwgpio(desc);
4178 hwnum = gpio_chip_hwgpio(desc);
4258 if (descs->ndescs == 0 && gpio_chip_hwgpio(desc) == 0) {
4302 gpio_chip_hwgpio(desc) != descs->ndescs) {