Searched refs:prov_data (Results 1 – 1 of 1) sorted by relevance
132 const struct tegra_hte_data *prov_data; member406 if (!gs || !gs->prov_data) in tegra_hte_line_xlate()423 if (gs->prov_data->type == HTE_TEGRA_TYPE_GPIO && !args) { in tegra_hte_line_xlate()425 map = gs->prov_data->map; in tegra_hte_line_xlate()426 map_sz = gs->prov_data->map_sz; in tegra_hte_line_xlate()427 } else if (gs->prov_data->type == HTE_TEGRA_TYPE_GPIO && args) { in tegra_hte_line_xlate()429 map = gs->prov_data->sec_map; in tegra_hte_line_xlate()430 map_sz = gs->prov_data->sec_map_sz; in tegra_hte_line_xlate()532 if (gs->prov_data->type == HTE_TEGRA_TYPE_GPIO) { in tegra_hte_request()561 if (gs->prov_data->type == HTE_TEGRA_TYPE_GPIO) { in tegra_hte_release()[all …]