Home
last modified time | relevance | path

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

/linux/drivers/gpio/
A Dgpio-thunderx.c60 unsigned long invert_mask[2]; member
112 clear_bit(line, txgpio->invert_mask); in thunderx_gpio_dir_in()
146 if (test_bit(line, txgpio->invert_mask)) in thunderx_gpio_dir_out()
196 orig_invert = test_bit(line, txgpio->invert_mask); in thunderx_gpio_set_config()
209 set_bit(line, txgpio->invert_mask); in thunderx_gpio_set_config()
216 clear_bit(line, txgpio->invert_mask); in thunderx_gpio_set_config()
267 if (test_bit(line, txgpio->invert_mask)) in thunderx_gpio_get()
348 set_bit(txline->line, txgpio->invert_mask); in thunderx_gpio_irq_set_type()
350 clear_bit(txline->line, txgpio->invert_mask); in thunderx_gpio_irq_set_type()
510 set_bit(i, txgpio->invert_mask); in thunderx_gpio_probe()
A Dgpiolib.h81 unsigned long invert_mask[]; member
A Dgpiolib.c2557 if (!raw && !bitmap_empty(array_info->invert_mask, array_size)) in gpiod_get_array_value_complex()
2559 array_info->invert_mask, array_size); in gpiod_get_array_value_complex()
2848 if (!raw && !bitmap_empty(array_info->invert_mask, array_size)) in gpiod_set_array_value_complex()
2850 array_info->invert_mask, array_size); in gpiod_set_array_value_complex()
2902 test_bit(i, array_info->invert_mask)) && in gpiod_set_array_value_complex()
4121 struct_size(array_info, invert_mask, in gpiod_get_array()
4134 array_info->get_mask = array_info->invert_mask + in gpiod_get_array()
4181 array_info->invert_mask); in gpiod_get_array()
4191 *array_info->invert_mask); in gpiod_get_array()

Completed in 16 milliseconds