Home
last modified time | relevance | path

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

/drivers/gpio/
Dgpiolib.c220 offset = gpio_chip_hwgpio(desc); in gpiod_get_direction()
1946 offset = gpio_chip_hwgpio(desc); in gpiod_request_commit()
2051 gc->free(gc, gpio_chip_hwgpio(desc)); in gpiod_free_commit()
2210 return gpio_do_set_config(gc, gpio_chip_hwgpio(desc), config); in gpio_set_config_with_argument()
2218 int gpio = gpio_chip_hwgpio(desc); in gpio_set_config_with_argument_optional()
2322 ret = gc->direction_input(gc, gpio_chip_hwgpio(desc)); in gpiod_direction_input()
2324 (gc->get_direction(gc, gpio_chip_hwgpio(desc)) != 1)) { in gpiod_direction_input()
2360 ret = gc->direction_output(gc, gpio_chip_hwgpio(desc), val); in gpiod_direction_output_raw_commit()
2364 gc->get_direction(gc, gpio_chip_hwgpio(desc))) { in gpiod_direction_output_raw_commit()
2374 gc->set(gc, gpio_chip_hwgpio(desc), val); in gpiod_direction_output_raw_commit()
[all …]
Dgpiolib-sysfs.c186 ret = gpiochip_lock_as_irq(desc->gdev->chip, gpio_chip_hwgpio(desc)); in gpio_sysfs_request_irq()
200 gpiochip_unlock_as_irq(desc->gdev->chip, gpio_chip_hwgpio(desc)); in gpio_sysfs_request_irq()
218 gpiochip_unlock_as_irq(desc->gdev->chip, gpio_chip_hwgpio(desc)); in gpio_sysfs_free_irq()
450 offset = gpio_chip_hwgpio(desc); in export_store()
609 offset = gpio_chip_hwgpio(desc); in gpiod_export()
Dgpiolib.h213 static inline int gpio_chip_hwgpio(const struct gpio_desc *desc) in gpio_chip_hwgpio() function
Dgpiolib-cdev.c690 le.offset = gpio_chip_hwgpio(line->desc); in process_hw_ts_thread()
807 le.offset = gpio_chip_hwgpio(line->desc); in edge_irq_thread()
905 le.offset = gpio_chip_hwgpio(line->desc); in debounce_work_func()
1600 gpio_chip_hwgpio(lr->lines[i].desc)); in linereq_show_fdinfo()
2244 info->offset = gpio_chip_hwgpio(desc); in gpio_desc_to_lineinfo()
2517 if (!test_bit(gpio_chip_hwgpio(desc), cdev->watched_lines)) in lineinfo_changed_notify()
Dgpio-aspeed.c1006 int rc = 0, bindex, offset = gpio_chip_hwgpio(desc); in aspeed_gpio_copro_grab_gpio()
1052 int rc = 0, bindex, offset = gpio_chip_hwgpio(desc); in aspeed_gpio_copro_release_gpio()