Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpio/
Dgpiolib.c3332 int hwgpio = gpio_chip_hwgpio(desc); in gpiod_get_array_value_complex() local
3334 __set_bit(hwgpio, mask); in gpiod_get_array_value_complex()
3352 int hwgpio = gpio_chip_hwgpio(desc); in gpiod_get_array_value_complex() local
3353 int value = test_bit(hwgpio, bits); in gpiod_get_array_value_complex()
3613 int hwgpio = gpio_chip_hwgpio(desc); in gpiod_set_array_value_complex() local
3635 __set_bit(hwgpio, mask); in gpiod_set_array_value_complex()
3637 __set_bit(hwgpio, bits); in gpiod_set_array_value_complex()
3639 __clear_bit(hwgpio, bits); in gpiod_set_array_value_complex()