Searched refs:AS3722_GPIO_MODE_PULL_DOWN (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/pinctrl/
H A Dpinctrl-as3722.c43 #define AS3722_GPIO_MODE_PULL_DOWN BIT(PIN_CONFIG_BIAS_PULL_DOWN) macro
276 else if (gpio_mode_prop & AS3722_GPIO_MODE_PULL_DOWN)
280 if (gpio_mode_prop & AS3722_GPIO_MODE_PULL_DOWN)
334 AS3722_GPIO_MODE_PULL_DOWN;
345 prop = AS3722_GPIO_MODE_PULL_DOWN;
387 AS3722_GPIO_MODE_PULL_DOWN);
394 mode_prop |= AS3722_GPIO_MODE_PULL_DOWN;

Completed in 111 milliseconds