Searched refs:tpin (Results 1 – 2 of 2) sorted by relevance
166 unsigned int tpin; member804 ret = gpiochip_add_pin_range(gc, dev_name(dev), 0, 0, chip->tpin); in cy8c95x0_add_pin_ranges()829 gc->ngpio = chip->tpin; in cy8c95x0_setup_gpiochip()1014 return chip->tpin; in cy8c95x0_pinctrl_get_groups_count()1087 *num_groups = chip->tpin; in cy8c95x0_get_function_groups()1292 pd->npins = chip->tpin; in cy8c95x0_setup_pinctrl()1357 chip->tpin = chip->driver_data & CY8C95X0_GPIO_MASK; in cy8c95x0_probe()1358 chip->nport = DIV_ROUND_UP(CY8C95X0_PIN_TO_OFFSET(chip->tpin), BANK_SZ); in cy8c95x0_probe()1360 switch (chip->tpin) { in cy8c95x0_probe()
497 struct avs_tplg_pin_format *tpin = &tcfg->generic.pin_fmts[i]; in avs_modext_create() local500 pin->pin_index = tpin->pin_index; in avs_modext_create()501 pin->iobs = tpin->iobs; in avs_modext_create()502 pin->audio_fmt = *tpin->fmt; in avs_modext_create()