Searched refs:gpio_chip_hwgpio (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpio/
H A Dgpiolib-sysfs.c203 ret = gpiochip_lock_as_irq(guard.gc, gpio_chip_hwgpio(desc));
217 gpiochip_unlock_as_irq(guard.gc, gpio_chip_hwgpio(desc));
239 gpiochip_unlock_as_irq(guard.gc, gpio_chip_hwgpio(desc));
474 offset = gpio_chip_hwgpio(desc);
628 offset = gpio_chip_hwgpio(desc);
H A Dgpiolib.c350 offset = gpio_chip_hwgpio(desc);
2252 offset = gpio_chip_hwgpio(desc);
2338 guard.gc->free(guard.gc, gpio_chip_hwgpio(desc));
2503 return gpio_do_set_config(guard.gc, gpio_chip_hwgpio(desc), config);
2511 int gpio = gpio_chip_hwgpio(desc);
2621 gpio_chip_hwgpio(desc));
2624 gpio_chip_hwgpio(desc)) != 1)) {
2663 gpio_chip_hwgpio(desc), val);
2667 guard.gc->get_direction(guard.gc, gpio_chip_hwgpio(desc))) {
2677 guard.gc->set(guard.gc, gpio_chip_hwgpio(des
[all...]
H A Dgpiolib.h245 static inline int gpio_chip_hwgpio(const struct gpio_desc *desc) function
H A Dgpiolib-cdev.c793 le.offset = gpio_chip_hwgpio(line->desc);
910 le.offset = gpio_chip_hwgpio(line->desc);
1008 le.offset = gpio_chip_hwgpio(line->desc);
1695 gpio_chip_hwgpio(lr->lines[i].desc));
2347 info->offset = gpio_chip_hwgpio(desc);
2602 if (!test_bit(gpio_chip_hwgpio(desc), cdev->watched_lines))
H A Dgpio-aspeed.c26 * them in order to access gpio_chip_hwgpio() which we need to implement
1016 int rc = 0, bindex, offset = gpio_chip_hwgpio(desc);
1062 int rc = 0, bindex, offset = gpio_chip_hwgpio(desc);

Completed in 151 milliseconds