Searched refs:hwgpio (Results 1 – 1 of 1) sorted by relevance
3542 int hwgpio = gpiod_hwgpio(desc); in gpiod_get_array_value_complex() local3544 __set_bit(hwgpio, mask); in gpiod_get_array_value_complex()3564 int hwgpio = gpiod_hwgpio(desc); in gpiod_get_array_value_complex() local3565 int value = test_bit(hwgpio, bits); in gpiod_get_array_value_complex()3885 int hwgpio = gpiod_hwgpio(desc); in gpiod_set_array_value_complex() local3910 __set_bit(hwgpio, mask); in gpiod_set_array_value_complex()3911 __assign_bit(hwgpio, bits, value); in gpiod_set_array_value_complex()