Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pinctrl/
Dpinctrl-as3722.c462 invert_enable = !!(control & AS3722_GPIO_INV); in as3722_gpio_get()
506 en_invert = !!(val & AS3722_GPIO_INV); in as3722_gpio_set()
/linux-4.1.27/include/linux/mfd/
Das3722.h310 #define AS3722_GPIO_INV BIT(7) macro