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()420 if (gs->prov_data->type == HTE_TEGRA_TYPE_GPIO && !args) { in tegra_hte_line_xlate()422 map = gs->prov_data->map; in tegra_hte_line_xlate()423 map_sz = gs->prov_data->map_sz; in tegra_hte_line_xlate()424 } else if (gs->prov_data->type == HTE_TEGRA_TYPE_GPIO && args) { in tegra_hte_line_xlate()426 map = gs->prov_data->sec_map; in tegra_hte_line_xlate()427 map_sz = gs->prov_data->sec_map_sz; in tegra_hte_line_xlate()529 if (gs->prov_data->type == HTE_TEGRA_TYPE_GPIO) { in tegra_hte_request()558 if (gs->prov_data->type == HTE_TEGRA_TYPE_GPIO) { in tegra_hte_release()[all …]