Lines Matching refs:device_get_softc
93 sc = device_get_softc(dev); in lkpi_iicbb_attach()
108 sc = device_get_softc(dev); in lkpi_iicbb_detach()
120 sc = device_get_softc(dev); in lkpi_iicbb_add_adapter()
137 sc = device_get_softc(dev); in lkpi_iicbb_get_adapter()
182 sc = device_get_softc(dev); in lkpi_iicbb_setsda()
193 sc = device_get_softc(dev); in lkpi_iicbb_setscl()
205 sc = device_get_softc(dev); in lkpi_iicbb_getscl()
218 sc = device_get_softc(dev); in lkpi_iicbb_getsda()
239 sc = device_get_softc(dev); in lkpi_iicbb_pre_xfer()
252 sc = device_get_softc(dev); in lkpi_iicbb_post_xfer()
289 sc = device_get_softc(child); in lkpi_i2cbb_transfer()