Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinctrl-as3722.c445 invert_enable = !!(control & AS3722_GPIO_INV); in as3722_gpio_get()
489 en_invert = !!(val & AS3722_GPIO_INV); in as3722_gpio_set()
/linux/include/linux/mfd/
H A Das3722.h299 #define AS3722_GPIO_INV BIT(7) macro