HomeSort by: relevance | last modified time | path
    Searched defs:tegra_soctherm_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/nvidia/
tegra_soctherm.c 119 struct tegra_soctherm_softc { struct
137 static int tegra_soctherm_init_clocks(struct tegra_soctherm_softc *);
139 static void tegra_soctherm_init_sensor(struct tegra_soctherm_softc *,
145 CFATTACH_DECL_NEW(tegra_soctherm, sizeof(struct tegra_soctherm_softc),
180 struct tegra_soctherm_softc * const sc = device_private(self);
231 tegra_soctherm_init_clocks(struct tegra_soctherm_softc *sc)
273 struct tegra_soctherm_softc * const sc = device_private(dev);
310 tegra_soctherm_init_sensor(struct tegra_soctherm_softc *sc,
373 struct tegra_soctherm_softc * const sc = sme->sme_cookie;
tegra_soctherm.c 119 struct tegra_soctherm_softc { struct
137 static int tegra_soctherm_init_clocks(struct tegra_soctherm_softc *);
139 static void tegra_soctherm_init_sensor(struct tegra_soctherm_softc *,
145 CFATTACH_DECL_NEW(tegra_soctherm, sizeof(struct tegra_soctherm_softc),
180 struct tegra_soctherm_softc * const sc = device_private(self);
231 tegra_soctherm_init_clocks(struct tegra_soctherm_softc *sc)
273 struct tegra_soctherm_softc * const sc = device_private(dev);
310 tegra_soctherm_init_sensor(struct tegra_soctherm_softc *sc,
373 struct tegra_soctherm_softc * const sc = sme->sme_cookie;

Completed in 22 milliseconds