Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpio/
Dgpiolib.c2856 int hwgpio = gpio_chip_hwgpio(desc); in gpiod_get_array_value_complex() local
2858 __set_bit(hwgpio, mask); in gpiod_get_array_value_complex()
2878 int hwgpio = gpio_chip_hwgpio(desc); in gpiod_get_array_value_complex() local
2879 int value = test_bit(hwgpio, bits); in gpiod_get_array_value_complex()
3148 int hwgpio = gpio_chip_hwgpio(desc); in gpiod_set_array_value_complex() local
3170 __set_bit(hwgpio, mask); in gpiod_set_array_value_complex()
3171 __assign_bit(hwgpio, bits, value); in gpiod_set_array_value_complex()