Home
last modified time | relevance | path

Searched defs:kdev (Results 1 – 17 of 17) sorted by relevance

/dflybsd-src/sys/dev/drm/i915/
H A Di915_sysfs.c559 static void i915_setup_error_capture(struct device *kdev) {} in i915_setup_error_capture()
560 static void i915_teardown_error_capture(struct device *kdev) {} in i915_teardown_error_capture()
565 struct device *kdev = dev_priv->drm.primary->kdev; in i915_setup_sysfs() local
616 struct device *kdev = dev_priv->drm.primary->kdev; in i915_teardown_sysfs() local
H A Di915_pci.c750 i915_pci_probe_dfly(device_t kdev) in i915_pci_probe_dfly()
787 static int i915_driver_attach(device_t kdev) in i915_driver_attach()
H A Dintel_runtime_pm.c3141 struct device *kdev = &pdev->dev; in intel_runtime_pm_get() local
3165 struct device *kdev = &pdev->dev; in intel_runtime_pm_get_if_in_use() local
3232 struct device *kdev = &pdev->dev; in intel_runtime_pm_put() local
H A Di915_drv.c86 struct device *kdev = dev_priv->drm.dev; in __i915_printk() local
H A Di915_gem_gtt.c2681 struct device *kdev = &dev_priv->drm.pdev->dev; in i915_gem_gtt_finish_pages() local
H A Di915_drv.h2769 static inline struct drm_i915_private *kdev_to_i915(struct device *kdev) in kdev_to_i915()
/dflybsd-src/sys/dev/drm/radeon/
H A Dradeon_drv.c711 radeon_pci_probe_dfly(device_t kdev) in radeon_pci_probe_dfly()
748 static int radeon_driver_attach(device_t kdev) in radeon_driver_attach()
754 radeon_suspend(device_t kdev) in radeon_suspend()
763 radeon_resume(device_t kdev) in radeon_resume()
/dflybsd-src/sys/dev/agp/
H A Dagp.c777 cdev_t kdev = ap->a_head.a_dev; in agp_open() local
792 cdev_t kdev = ap->a_head.a_dev; in agp_close() local
818 cdev_t kdev = ap->a_head.a_dev; in agp_ioctl() local
856 cdev_t kdev = ap->a_head.a_dev; in agp_mmap() local
/dflybsd-src/sys/dev/drm/
H A Ddrm_sysfs.c82 struct device *kdev; in drm_sysfs_minor_alloc() local
H A Ddrm_file.c150 struct cdev *kdev = ap->a_head.a_dev; in drm_open() local
307 static int drm_open_helper(struct cdev *kdev, int flags, in drm_open_helper()
H A Ddrm_dragonfly.c231 int drm_device_detach(device_t kdev) in drm_device_detach()
H A Ddrm_vm.c49 struct cdev *kdev = ap->a_head.a_dev; in drm_mmap() local
H A Ddrm_drv.c1286 struct cdev *kdev = ap->a_head.a_dev; in drm_mmap_single() local
/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_drv.c931 amdgpu_pci_probe_dfly(device_t kdev) in amdgpu_pci_probe_dfly()
956 amdgpu_attach_dfly(device_t kdev) in amdgpu_attach_dfly()
/dflybsd-src/sys/dev/misc/atkbdc_layer/
H A Datkbdc_isa.c209 atkbdc_device_t *kdev; in atkbdc_add_device() local
/dflybsd-src/sys/dev/drm/include/drm/
H A Ddrm_file.h70 struct device *kdev; /* Linux device */ member
H A Ddrm_connector.h735 struct device *kdev; member