Lines Matching defs:gpio_tab
158 static ushort gpio_tab[GPIO_TABLE_SIZE] = {
163 module_param_array(gpio_tab, ushort, NULL, 0444);
167 MODULE_PARM_DESC(gpio_tab, \
180 if (gpio_tab[i] < 1 || gpio_tab[i] > DP83640_N_PINS) {
181 pr_err("gpio_tab[%d]=%hu out of range", i, gpio_tab[i]);
186 index = gpio_tab[CALIBRATE_GPIO] - 1;
190 index = gpio_tab[PEROUT_GPIO] - 1;
195 index = gpio_tab[i] - 1;