Symbol: intsmb_softc
sys/dev/powermng/intpm/intpm.c
135
struct intsmb_softc *sc;
sys/dev/powermng/intpm/intpm.c
204
struct intsmb_softc *sc = device_get_softc(dev);
sys/dev/powermng/intpm/intpm.c
221
struct intsmb_softc *sc = device_get_softc(dev);
sys/dev/powermng/intpm/intpm.c
372
struct intsmb_softc *sc = arg;
sys/dev/powermng/intpm/intpm.c
399
intsmb_free(struct intsmb_softc *sc)
sys/dev/powermng/intpm/intpm.c
423
intsmb_intr(struct intsmb_softc *sc)
sys/dev/powermng/intpm/intpm.c
447
intsmb_slvintr(struct intsmb_softc *sc)
sys/dev/powermng/intpm/intpm.c
468
intsmb_alrintr(struct intsmb_softc *sc)
sys/dev/powermng/intpm/intpm.c
508
intsmb_start(struct intsmb_softc *sc, unsigned char cmd, int nointr)
sys/dev/powermng/intpm/intpm.c
558
intsmb_stop_poll(struct intsmb_softc *sc)
sys/dev/powermng/intpm/intpm.c
591
intsmb_stop(struct intsmb_softc *sc)
sys/dev/powermng/intpm/intpm.c
630
struct intsmb_softc *sc = device_get_softc(dev);
sys/dev/powermng/intpm/intpm.c
664
struct intsmb_softc *sc = device_get_softc(dev);
sys/dev/powermng/intpm/intpm.c
684
struct intsmb_softc *sc = device_get_softc(dev);
sys/dev/powermng/intpm/intpm.c
70
static int intsmb_intr(struct intsmb_softc *sc);
sys/dev/powermng/intpm/intpm.c
71
static int intsmb_slvintr(struct intsmb_softc *sc);
sys/dev/powermng/intpm/intpm.c
714
struct intsmb_softc *sc = device_get_softc(dev);
sys/dev/powermng/intpm/intpm.c
72
static void intsmb_alrintr(struct intsmb_softc *sc);
sys/dev/powermng/intpm/intpm.c
735
struct intsmb_softc *sc = device_get_softc(dev);
sys/dev/powermng/intpm/intpm.c
757
struct intsmb_softc *sc = device_get_softc(dev);
sys/dev/powermng/intpm/intpm.c
779
struct intsmb_softc *sc = device_get_softc(dev);
sys/dev/powermng/intpm/intpm.c
809
struct intsmb_softc *sc = device_get_softc(dev);
sys/dev/powermng/intpm/intpm.c
839
struct intsmb_softc *sc = device_get_softc(dev);
sys/dev/powermng/intpm/intpm.c
84
static void intsmb_start(struct intsmb_softc *sc, u_char cmd, int nointr);
sys/dev/powermng/intpm/intpm.c
85
static int intsmb_stop(struct intsmb_softc *sc);
sys/dev/powermng/intpm/intpm.c
86
static int intsmb_stop_poll(struct intsmb_softc *sc);
sys/dev/powermng/intpm/intpm.c
87
static int intsmb_free(struct intsmb_softc *sc);
sys/dev/powermng/intpm/intpm.c
899
sizeof(struct intsmb_softc),