HomeSort by: relevance | last modified time | path
    Searched refs:sti_softc (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/hppa/dev/
sti_pci_var.h 25 int sti_pci_check_rom(struct sti_softc *, struct pci_attach_args *,
sti_sgc.c 112 CFATTACH_DECL_NEW(sti_gedoens, sizeof(struct sti_softc), sti_sgc_probe,
237 struct sti_softc *sc = device_private(self);
294 struct sti_softc *sc = device_private(dev);
sti_pci_machdep.c 107 sti_pci_readbar(struct sti_softc *sc, struct pci_attach_args *pa, u_int region,
150 sti_pci_check_rom(struct sti_softc *sc, struct pci_attach_args *pa,
summitfb.c 73 struct sti_softc sc_base;
100 void summitfb_enable_rom(struct sti_softc *);
101 void summitfb_disable_rom(struct sti_softc *);
109 void sti_describe_screen(struct sti_softc *, struct sti_screen *);
365 summitfb_enable_rom(struct sti_softc *sc)
383 summitfb_disable_rom(struct sti_softc *sc)
gftfb.c 67 struct sti_softc sc_base;
98 void gftfb_enable_rom(struct sti_softc *);
99 void gftfb_disable_rom(struct sti_softc *);
112 void sti_describe_screen(struct sti_softc *, struct sti_screen *);
335 gftfb_enable_rom(struct sti_softc *sc)
353 gftfb_disable_rom(struct sti_softc *sc)
  /src/sys/dev/ic/
stivar.h 34 struct sti_softc;
40 struct sti_softc *rom_softc; /* backpointer to device */
120 struct sti_softc { struct
136 void (*sc_enable_rom)(struct sti_softc *);
137 void (*sc_disable_rom)(struct sti_softc *);
146 int sti_attach_common(struct sti_softc *, bus_space_tag_t, bus_space_tag_t,
150 void sti_describe(struct sti_softc *);
151 void sti_end_attach(struct sti_softc *);
sti.c 120 struct sti_screen *sti_attach_screen(struct sti_softc *, int);
121 void sti_describe_screen(struct sti_softc *, struct sti_screen *);
164 sti_attach_common(struct sti_softc *sc, bus_space_tag_t iot,
192 sti_attach_screen(struct sti_softc *sc, int flags)
747 sti_describe_screen(struct sti_softc *sc, struct sti_screen *scr)
761 sti_describe(struct sti_softc *sc)
780 sti_end_attach(struct sti_softc *sc)
  /src/sys/arch/hp300/dev/
sti_machdep.h 35 struct sti_softc sc_sti;
sti_machdep.c 130 struct sti_softc *ssc = &sc->sc_sti;
145 struct sti_softc *ssc = &sc->sc_sti;
321 struct sti_softc *ssc = rom->rom_softc;
sti_sgc.c 71 struct sti_softc *ssc = &sc->sc_sti;
sti_dio.c 77 struct sti_softc *ssc = &sc->sc_sti;
  /src/sys/dev/pci/
sti_pci.c 54 struct sti_softc sc_base;
65 int sti_readbar(struct sti_softc *, struct pci_attach_args *, u_int, int);
67 void sti_pci_enable_rom(struct sti_softc *);
68 void sti_pci_disable_rom(struct sti_softc *);
130 struct sti_softc *sc = &spc->sc_base;
142 struct sti_softc *sc = &spc->sc_base;
339 sti_readbar(struct sti_softc *sc, struct pci_attach_args *pa, u_int region,
394 sti_pci_enable_rom(struct sti_softc *sc)
420 sti_pci_disable_rom(struct sti_softc *sc)

Completed in 16 milliseconds