ietp_softc
static int ietp_probe(struct ietp_softc *);
static int ietp_attach(struct ietp_softc *);
static int ietp_detach(struct ietp_softc *);
struct ietp_softc *sc = evdev_get_softc(evdev);
struct ietp_softc *sc = evdev_get_softc(evdev);
ietp_probe(struct ietp_softc *sc)
ietp_attach(struct ietp_softc *sc)
ietp_detach(struct ietp_softc *sc)
struct ietp_softc *sc = context;
struct ietp_softc *sc = device_get_softc(dev);
struct ietp_softc *sc = device_get_softc(dev);
struct ietp_softc *sc = device_get_softc(dev);
struct ietp_softc *sc = device_get_softc(dev);
.size = sizeof(struct ietp_softc),