Searched refs:tpin (Results 1 – 2 of 2) sorted by relevance
166 unsigned int tpin; member816 ret = gpiochip_add_pin_range(gc, dev_name(dev), 0, 0, chip->tpin); in cy8c95x0_add_pin_ranges()841 gc->ngpio = chip->tpin; in cy8c95x0_setup_gpiochip()1026 return chip->tpin; in cy8c95x0_pinctrl_get_groups_count()1099 *num_groups = chip->tpin; in cy8c95x0_get_function_groups()1304 pd->npins = chip->tpin; in cy8c95x0_setup_pinctrl()1369 chip->tpin = chip->driver_data & CY8C95X0_GPIO_MASK; in cy8c95x0_probe()1370 chip->nport = DIV_ROUND_UP(CY8C95X0_PIN_TO_OFFSET(chip->tpin), BANK_SZ); in cy8c95x0_probe()1372 switch (chip->tpin) { in cy8c95x0_probe()
498 struct avs_tplg_pin_format *tpin = &tcfg->generic.pin_fmts[i]; in avs_modext_create() local501 pin->pin_index = tpin->pin_index; in avs_modext_create()502 pin->iobs = tpin->iobs; in avs_modext_create()503 pin->audio_fmt = *tpin->fmt; in avs_modext_create()