Lines Matching defs:gpio_tab
166 static ushort gpio_tab[GPIO_TABLE_SIZE] = {
171 module_param_array(gpio_tab, ushort, NULL, 0444);
175 MODULE_PARM_DESC(gpio_tab,
188 if (gpio_tab[i] < 1 || gpio_tab[i] > DP83640_N_PINS) {
189 pr_err("gpio_tab[%d]=%hu out of range", i, gpio_tab[i]);
194 index = gpio_tab[CALIBRATE_GPIO] - 1;
198 index = gpio_tab[PEROUT_GPIO] - 1;
203 index = gpio_tab[i] - 1;