Lines Matching refs:ietp_softc
101 struct ietp_softc { struct
127 static int ietp_probe(struct ietp_softc *); argument
128 static int ietp_attach(struct ietp_softc *);
129 static int ietp_detach(struct ietp_softc *);
230 ietp_probe(struct ietp_softc *sc) in ietp_probe()
245 ietp_attach(struct ietp_softc *sc) in ietp_attach()
329 ietp_detach(struct ietp_softc *sc) in ietp_detach()
339 struct ietp_softc *sc = context; in ietp_intr()
450 struct ietp_softc *sc = device_get_softc(dev); in ietp_iic_probe()
470 struct ietp_softc *sc = device_get_softc(dev); in ietp_iic_attach()
547 struct ietp_softc *sc = device_get_softc(dev); in ietp_iic_detach()
569 struct ietp_softc *sc = device_get_softc(dev); in ietp_iic_set_absolute_mode()
667 .size = sizeof(struct ietp_softc),