Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pinctrl/
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-6.1.9/include/linux/mfd/
Das3722.h299 #define AS3722_GPIO_INV BIT(7) macro