Lines Matching refs:tegra_cec_softc
59 struct tegra_cec_softc { struct
86 static void tegra_cec_reset(struct tegra_cec_softc *); argument
104 CFATTACH_DECL_NEW(tegra_cec, sizeof(struct tegra_cec_softc),
130 struct tegra_cec_softc * const sc = device_private(self); in tegra_cec_attach()
208 struct tegra_cec_softc * const sc = priv; in tegra_cec_intr()
283 tegra_cec_reset(struct tegra_cec_softc *sc) in tegra_cec_reset()
298 struct tegra_cec_softc * const sc = priv; in tegra_cec_open()
313 struct tegra_cec_softc * const sc = priv; in tegra_cec_close()
323 tegra_cec_get_phys_addr(struct tegra_cec_softc *sc, uint16_t *phys_addr) in tegra_cec_get_phys_addr()
343 struct tegra_cec_softc * const sc = priv; in tegra_cec_ioctl()
371 struct tegra_cec_softc * const sc = priv; in tegra_cec_send()
404 struct tegra_cec_softc * const sc = priv; in tegra_cec_recv()
431 struct tegra_cec_softc * const sc = priv; in tegra_cec_poll()