Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpio/
H A Dgpiolib.c3390 int hwgpio = gpio_chip_hwgpio(desc); in gpiod_get_array_value_complex() local
3392 __set_bit(hwgpio, mask); in gpiod_get_array_value_complex()
3412 int hwgpio = gpio_chip_hwgpio(desc); in gpiod_get_array_value_complex() local
3413 int value = test_bit(hwgpio, bits); in gpiod_get_array_value_complex()
3729 int hwgpio = gpio_chip_hwgpio(desc); in gpiod_set_array_value_complex() local
3751 __set_bit(hwgpio, mask); in gpiod_set_array_value_complex()
3752 __assign_bit(hwgpio, bits, value); in gpiod_set_array_value_complex()