Searched refs:device_get_softc (Results 1 – 15 of 15) sorted by relevance
46 struct drm_device *dev = device_get_softc(kdev); in i915_suspend()63 struct drm_device *dev = device_get_softc(kdev); in i915_resume()111 struct drm_device *dev = device_get_softc(kdev); in i915_attach()124 struct drm_device *dev = device_get_softc(kdev); in i915_detach()
72 struct drm_device *dev = device_get_softc(kdev); in tdfx_attach()85 struct drm_device *dev = device_get_softc(kdev); in tdfx_detach()
70 struct drm_device *dev = device_get_softc(kdev); in sis_attach()83 struct drm_device *dev = device_get_softc(kdev); in sis_detach()
76 struct drm_device *dev = device_get_softc(kdev); in savage_attach()89 struct drm_device *dev = device_get_softc(kdev); in savage_detach()
91 struct drm_device *dev = device_get_softc(kdev); in r128_attach()104 struct drm_device *dev = device_get_softc(kdev); in r128_detach()
93 struct drm_device *dev = device_get_softc(kdev); in mach64_attach()106 struct drm_device *dev = device_get_softc(kdev); in mach64_detach()
156 struct drm_device *dev = device_get_softc(kdev); in mga_attach()169 struct drm_device *dev = device_get_softc(kdev); in mga_detach()
89 struct drm_device *dev = device_get_softc(kdev); in radeon_attach()102 struct drm_device *dev = device_get_softc(kdev); in radeon_detach()
210 dev = device_get_softc(kdev); in drm_attach()277 dev = device_get_softc(kdev); in drm_detach()
138 #define device_get_softc(x) device_private(x) macro
219 struct ixpqmgr_softc *sc = device_get_softc(dev); in ixpqmgr_attach()220 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev)); in ixpqmgr_attach()344 struct ixpqmgr_softc *sc = device_get_softc(dev); in ixpqmgr_detach()
679 sc = device_get_softc(dev); in ixgbe_init_iov()745 sc = device_get_softc(dev); in ixgbe_uninit_iov()889 sc = device_get_softc(dev); in ixgbe_add_vf()
343 struct bktr_softc *bktr = device_get_softc(dev); in bktr_attach()505 struct bktr_softc *bktr = device_get_softc(dev); in bktr_detach()548 struct bktr_softc *bktr = device_get_softc(dev); in bktr_shutdown()
1345 mixer_set(device_get_softc(ess->dev), in esm_intr()1348 mixer_set(device_get_softc(ess->dev), in esm_intr()1350 mixer_get(device_get_softc(ess->dev), in esm_intr()
2111 sc = device_get_softc(dev); in vge_suspend()