Searched refs:dc_softc (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/dc/ |
H A D | if_dc.c | 237 static void dc_discard_rxbuf(struct dc_softc *, int); 238 static int dc_newbuf(struct dc_softc *, int); 239 static int dc_encap(struct dc_softc *, struct mbuf **); 240 static void dc_pnic_rx_bug_war(struct dc_softc *, int); 241 static int dc_rx_resync(struct dc_softc *); 242 static int dc_rxeof(struct dc_softc *); 243 static void dc_txeof(struct dc_softc *); 245 static void dc_tx_underrun(struct dc_softc *); 251 static void dc_init_locked(struct dc_softc *); 252 static void dc_stop(struct dc_softc *); [all …]
|
H A D | dcphy.c | 145 struct dc_softc *dc_sc; in dcphy_attach() 187 struct dc_softc *dc_sc; in dcphy_service() 297 struct dc_softc *dc_sc; in dcphy_status() 377 struct dc_softc *sc; in dcphy_auto() 398 struct dc_softc *sc; in dcphy_reset()
|
H A D | pnphy.c | 200 struct dc_softc *dc_sc; in pnphy_status()
|
H A D | if_dcreg.h | 734 struct dc_softc { struct
|
/freebsd/sys/arm/nvidia/drm2/ |
H A D | tegra_dc.c | 118 struct dc_softc { struct 311 dc_setup_clk(struct dc_softc *sc, struct drm_crtc *crtc, in dc_setup_clk() 352 dc_setup_window(struct dc_softc *sc, unsigned int index, struct dc_window *win) in dc_setup_window() 509 struct dc_softc *sc; in dc_plane_update() 548 struct dc_softc *sc; in dc_plane_disable() 610 dc_set_base(struct dc_softc *sc, int x, int y, struct tegra_fb *fb) in dc_set_base() 641 struct dc_softc *sc; in dc_crtc_mode_set() 715 struct dc_softc *sc; in dc_crtc_mode_set_base() 736 struct dc_softc *sc; in dc_crtc_prepare() 768 struct dc_softc *sc; in dc_crtc_commit() [all …]
|