Symbol: sti_softc
sys/arch/hppa/dev/sti_sgc.c
188
struct sti_softc *sc = (void *)self;
sys/arch/hppa/dev/sti_sgc.c
65
sizeof(struct sti_softc), sti_sgc_probe, sti_sgc_attach
sys/dev/ic/sti.c
108
sti_attach_screen(struct sti_softc *, int);
sys/dev/ic/sti.c
109
void sti_describe_screen(struct sti_softc *, struct sti_screen *);
sys/dev/ic/sti.c
110
void sti_end_attach_screen(struct sti_softc *, struct sti_screen *, int);
sys/dev/ic/sti.c
157
sti_attach_common(struct sti_softc *sc, bus_space_tag_t iot,
sys/dev/ic/sti.c
190
sti_attach_screen(struct sti_softc *sc, int flags)
sys/dev/ic/sti.c
777
sti_describe_screen(struct sti_softc *sc, struct sti_screen *scr)
sys/dev/ic/sti.c
791
sti_describe(struct sti_softc *sc)
sys/dev/ic/sti.c
812
struct sti_softc *sc = (struct sti_softc *)v;
sys/dev/ic/sti.c
820
sti_end_attach_screen(struct sti_softc *sc, struct sti_screen *scr, int console)
sys/dev/ic/stivar.h
129
void (*sc_enable_rom)(struct sti_softc *);
sys/dev/ic/stivar.h
130
void (*sc_disable_rom)(struct sti_softc *);
sys/dev/ic/stivar.h
133
int sti_attach_common(struct sti_softc *, bus_space_tag_t, bus_space_tag_t,
sys/dev/ic/stivar.h
135
void sti_describe(struct sti_softc *);
sys/dev/ic/stivar.h
32
struct sti_softc;
sys/dev/ic/stivar.h
39
struct sti_softc *rom_softc; /* backpointer to device */
sys/dev/pci/sti_pci.c
104
sti_pci_enable_rom(struct sti_softc *sc)
sys/dev/pci/sti_pci.c
121
sti_pci_disable_rom(struct sti_softc *sc)
sys/dev/pci/sti_pci.c
150
sti_local_printf(struct sti_softc *sc, const char *fmt, ...)
sys/dev/pci/sti_pci.c
194
struct sti_softc *sc;
sys/dev/pci/sti_pci.c
201
int sti_pcirom_walk(struct sti_softc *, bus_space_tag_t, bus_space_handle_t,
sys/dev/pci/sti_pci.c
212
struct sti_softc *sc = &spc->sc_base;
sys/dev/pci/sti_pci.c
336
sti_readbar(struct sti_softc *sc, struct pci_attach_args *pa, u_int region,
sys/dev/pci/sti_pci.c
37
struct sti_softc sc_base;
sys/dev/pci/sti_pci.c
380
struct sti_softc *sc = ctx->sc;
sys/dev/pci/sti_pci.c
457
sti_pcirom_walk(struct sti_softc *sc, bus_space_tag_t romt,
sys/dev/pci/sti_pci.c
60
int sti_readbar(struct sti_softc *, struct pci_attach_args *, u_int, int);
sys/dev/pci/sti_pci.c
62
void sti_pci_enable_rom(struct sti_softc *);
sys/dev/pci/sti_pci.c
63
void sti_pci_disable_rom(struct sti_softc *);