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