Lines Matching refs:tpin
145 * @tpin: Total number of pins
166 unsigned int tpin;
816 ret = gpiochip_add_pin_range(gc, dev_name(dev), 0, 0, chip->tpin);
841 gc->ngpio = chip->tpin;
1026 return chip->tpin;
1099 *num_groups = chip->tpin;
1304 pd->npins = chip->tpin;
1369 chip->tpin = chip->driver_data & CY8C95X0_GPIO_MASK;
1370 chip->nport = DIV_ROUND_UP(CY8C95X0_PIN_TO_OFFSET(chip->tpin), BANK_SZ);
1372 switch (chip->tpin) {