Searched refs:hwgpio (Results 1 – 1 of 1) sorted by relevance
2736 int hwgpio = gpio_chip_hwgpio(desc); in gpiod_get_array_value_complex() local2738 __set_bit(hwgpio, mask); in gpiod_get_array_value_complex()2756 int hwgpio = gpio_chip_hwgpio(desc); in gpiod_get_array_value_complex() local2757 int value = test_bit(hwgpio, bits); in gpiod_get_array_value_complex()3017 int hwgpio = gpio_chip_hwgpio(desc); in gpiod_set_array_value_complex() local3039 __set_bit(hwgpio, mask); in gpiod_set_array_value_complex()3040 __assign_bit(hwgpio, bits, value); in gpiod_set_array_value_complex()