Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib.c2748 int hwgpio = gpio_chip_hwgpio(desc); in gpiod_get_array_value_complex() local
2750 __set_bit(hwgpio, mask); in gpiod_get_array_value_complex()
2768 int hwgpio = gpio_chip_hwgpio(desc); in gpiod_get_array_value_complex() local
2769 int value = test_bit(hwgpio, bits); in gpiod_get_array_value_complex()
3029 int hwgpio = gpio_chip_hwgpio(desc); in gpiod_set_array_value_complex() local
3051 __set_bit(hwgpio, mask); in gpiod_set_array_value_complex()
3052 __assign_bit(hwgpio, bits, value); in gpiod_set_array_value_complex()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpiolib.c2915 int hwgpio = gpio_chip_hwgpio(desc); in gpiod_get_array_value_complex() local
2917 __set_bit(hwgpio, mask); in gpiod_get_array_value_complex()
2937 int hwgpio = gpio_chip_hwgpio(desc); in gpiod_get_array_value_complex() local
2938 int value = test_bit(hwgpio, bits); in gpiod_get_array_value_complex()
3207 int hwgpio = gpio_chip_hwgpio(desc); in gpiod_set_array_value_complex() local
3229 __set_bit(hwgpio, mask); in gpiod_set_array_value_complex()
3230 __assign_bit(hwgpio, bits, value); in gpiod_set_array_value_complex()

Completed in 12 milliseconds