Home
last modified time | relevance | path

Searched refs:device_get_softc (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/external/bsd/drm/dist/bsd-core/
H A Di915_drv.c46 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()
H A Dtdfx_drv.c72 struct drm_device *dev = device_get_softc(kdev); in tdfx_attach()
85 struct drm_device *dev = device_get_softc(kdev); in tdfx_detach()
H A Dsis_drv.c70 struct drm_device *dev = device_get_softc(kdev); in sis_attach()
83 struct drm_device *dev = device_get_softc(kdev); in sis_detach()
H A Dsavage_drv.c76 struct drm_device *dev = device_get_softc(kdev); in savage_attach()
89 struct drm_device *dev = device_get_softc(kdev); in savage_detach()
H A Dr128_drv.c91 struct drm_device *dev = device_get_softc(kdev); in r128_attach()
104 struct drm_device *dev = device_get_softc(kdev); in r128_detach()
H A Dmach64_drv.c93 struct drm_device *dev = device_get_softc(kdev); in mach64_attach()
106 struct drm_device *dev = device_get_softc(kdev); in mach64_detach()
H A Dmga_drv.c156 struct drm_device *dev = device_get_softc(kdev); in mga_attach()
169 struct drm_device *dev = device_get_softc(kdev); in mga_detach()
H A Dradeon_drv.c89 struct drm_device *dev = device_get_softc(kdev); in radeon_attach()
102 struct drm_device *dev = device_get_softc(kdev); in radeon_detach()
H A Ddrm_drv.c210 dev = device_get_softc(kdev); in drm_attach()
277 dev = device_get_softc(kdev); in drm_detach()
H A DdrmP.h138 #define device_get_softc(x) device_private(x) macro
/netbsd-src/sys/arch/arm/xscale/
H A Dixp425_qmgr.c219 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()
/netbsd-src/sys/dev/pci/ixgbe/
H A Dif_sriov.c679 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()
/netbsd-src/sys/dev/pci/bktr/
H A Dbktr_os.c343 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()
/netbsd-src/sys/dev/pci/
H A Desm.c1345 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()
H A Dif_vge.c2111 sc = device_get_softc(dev); in vge_suspend()