Lines Matching refs:set_in
77 struct gpio_set_config set_in;
82 set_in.gpio = off + RPI_EXP_GPIO_BASE; /* GPIO to update */
83 set_in.direction = RPI_EXP_GPIO_DIR_IN;
84 set_in.term_en = 0; /* termination disabled */
85 set_in.term_pull_up = 0; /* n/a as termination disabled */
86 set_in.state = 0; /* n/a as configured as an input */
91 set_in.polarity = ret; /* Retain existing setting */
94 &set_in, sizeof(set_in));
95 if (ret || set_in.gpio != 0) {
97 off, ret, set_in.gpio);