Home
last modified time | relevance | path

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

12

/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_sysfs.c172 struct device *kdev = kobj_to_dev(kobj); in i915_l3_read() local
200 struct device *kdev = kobj_to_dev(kobj); in i915_l3_write() local
264 static ssize_t gt_act_freq_mhz_show(struct device *kdev, in gt_act_freq_mhz_show()
274 static ssize_t gt_cur_freq_mhz_show(struct device *kdev, in gt_cur_freq_mhz_show()
324 static ssize_t vlv_rpe_freq_mhz_show(struct device *kdev, in vlv_rpe_freq_mhz_show()
343 static ssize_t gt_max_freq_mhz_store(struct device *kdev, in gt_max_freq_mhz_store()
398 static ssize_t gt_min_freq_mhz_store(struct device *kdev, in gt_min_freq_mhz_store()
504 struct device *kdev = kobj_to_dev(kobj); in error_state_read() local
530 struct device *kdev = kobj_to_dev(kobj); in error_state_write() local
564 struct device *kdev = dev_priv->drm.primary->kdev; in i915_setup_sysfs() local
[all …]
H A Di915_drv.c2073 static int i915_pm_prepare(struct device *kdev) in i915_pm_prepare()
2090 static int i915_pm_suspend(struct device *kdev) in i915_pm_suspend()
2105 static int i915_pm_suspend_late(struct device *kdev) in i915_pm_suspend_late()
2134 static int i915_pm_resume_early(struct device *kdev) in i915_pm_resume_early()
2144 static int i915_pm_resume(struct device *kdev) in i915_pm_resume()
2155 static int i915_pm_freeze(struct device *kdev) in i915_pm_freeze()
2173 static int i915_pm_freeze_late(struct device *kdev) in i915_pm_freeze_late()
2192 static int i915_pm_thaw_early(struct device *kdev) in i915_pm_thaw_early()
2197 static int i915_pm_thaw(struct device *kdev) in i915_pm_thaw()
2208 static int i915_pm_restore(struct device *kdev) in i915_pm_restore()
[all …]
H A Dintel_runtime_pm.c488 struct device *kdev = rpm->kdev; in __intel_runtime_pm_put() local
558 struct device *kdev = rpm->kdev; in intel_runtime_pm_enable() local
599 struct device *kdev = rpm->kdev; in intel_runtime_pm_disable() local
629 struct device *kdev = pci_dev_dev(pdev); in intel_runtime_pm_init_early() local
H A Di915_gem_gtt.c83 bus_dma_tag_t kdev = dev_priv->drm.dmat; in i915_gem_gtt_finish_pages() local
85 struct device *kdev = &dev_priv->drm.pdev->dev; in i915_gem_gtt_finish_pages() local
/netbsd/sys/external/bsd/drm/dist/bsd-core/
H A Di915_drv.c44 static int i915_suspend(device_t kdev) in i915_suspend()
61 static int i915_resume(device_t kdev) in i915_resume()
103 i915_probe(device_t kdev) in i915_probe()
109 i915_attach(device_t kdev) in i915_attach()
122 i915_detach(device_t kdev) in i915_detach()
H A Ddrm_fops.c58 int drm_open_helper(dev_t kdev, int flags, int fmt, struct proc *p, in drm_open_helper()
111 int drm_open_helper(struct cdev *kdev, int flags, int fmt, DRM_STRUCTPROC *p, in drm_open_helper()
169 int drm_read(DRM_CDEV kdev, struct uio *uio, int ioflag) in drm_read()
174 int drm_poll(DRM_CDEV kdev, int events, DRM_STRUCTCDEVPROC *p) in drm_poll()
H A Dsavage_drv.c68 savage_probe(device_t kdev) in savage_probe()
74 savage_attach(device_t kdev) in savage_attach()
87 savage_detach(device_t kdev) in savage_detach()
H A Dsis_drv.c62 sis_probe(device_t kdev) in sis_probe()
68 sis_attach(device_t kdev) in sis_attach()
81 sis_detach(device_t kdev) in sis_detach()
H A Dtdfx_drv.c64 tdfx_probe(device_t kdev) in tdfx_probe()
70 tdfx_attach(device_t kdev) in tdfx_attach()
83 tdfx_detach(device_t kdev) in tdfx_detach()
H A Dmach64_drv.c85 mach64_probe(device_t kdev) in mach64_probe()
91 mach64_attach(device_t kdev) in mach64_attach()
104 mach64_detach(device_t kdev) in mach64_detach()
H A Dr128_drv.c83 r128_probe(device_t kdev) in r128_probe()
89 r128_attach(device_t kdev) in r128_attach()
102 r128_detach(device_t kdev) in r128_detach()
H A Dmga_drv.c148 mga_probe(device_t kdev) in mga_probe()
154 mga_attach(device_t kdev) in mga_attach()
167 mga_detach(device_t kdev) in mga_detach()
H A Ddrm_drv.c66 #define DRIVER_SOFTC(kdev) drm_get_device_from_kdev(kdev) argument
169 int drm_probe(device_t kdev, drm_pci_id_list_t *idlist) in drm_probe()
203 int drm_attach(device_t kdev, drm_pci_id_list_t *idlist) in drm_attach()
273 int drm_detach(device_t kdev) in drm_detach()
338 drm_attach(device_t kdev, struct pci_attach_args *pa, drm_pci_id_list_t *idlist) in drm_attach()
784 int drm_open(DRM_CDEV kdev, int flags, int fmt, DRM_STRUCTCDEVPROC *p) in drm_open()
960 int drm_ioctl(DRM_CDEV kdev, u_long cmd, DRM_IOCTL_DATA data, int flags, in drm_ioctl()
H A Dradeon_drv.c81 radeon_probe(device_t kdev) in radeon_probe()
87 radeon_attach(device_t kdev) in radeon_attach()
100 radeon_detach(device_t kdev) in radeon_detach()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_crat.c615 static int kfd_fill_gpu_cache_info(struct kfd_dev *kdev, in kfd_fill_gpu_cache_info()
1046 struct kfd_dev *kdev, uint8_t type, uint64_t size, in kfd_fill_gpu_memory_affinity()
1084 struct kfd_dev *kdev, in kfd_fill_gpu_direct_io_link_to_cpu()
1118 struct kfd_dev *kdev, in kfd_fill_gpu_xgmi_link_to_gpu()
1150 size_t *size, struct kfd_dev *kdev, in kfd_create_vcrat_image_gpu()
1350 int flags, struct kfd_dev *kdev, in kfd_create_crat_image_virtual()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/oa/
H A Di915_oa_cflgt2.c64 show_test_oa_id(struct device *kdev, struct device_attribute *attr, char *buf) in show_test_oa_id()
H A Di915_oa_cflgt3.c64 show_test_oa_id(struct device *kdev, struct device_attribute *attr, char *buf) in show_test_oa_id()
H A Di915_oa_hsw.c93 show_render_basic_id(struct device *kdev, struct device_attribute *attr, char *buf) in show_render_basic_id()
H A Di915_oa_icl.c73 show_test_oa_id(struct device *kdev, struct device_attribute *attr, char *buf) in show_test_oa_id()
H A Di915_oa_kblgt3.c64 show_test_oa_id(struct device *kdev, struct device_attribute *attr, char *buf) in show_test_oa_id()
H A Di915_oa_sklgt2.c63 show_test_oa_id(struct device *kdev, struct device_attribute *attr, char *buf) in show_test_oa_id()
H A Di915_oa_glk.c63 show_test_oa_id(struct device *kdev, struct device_attribute *attr, char *buf) in show_test_oa_id()
H A Di915_oa_kblgt2.c64 show_test_oa_id(struct device *kdev, struct device_attribute *attr, char *buf) in show_test_oa_id()
H A Di915_oa_tgl.c96 show_test_oa_id(struct device *kdev, struct device_attribute *attr, char *buf) in show_test_oa_id()
H A Di915_oa_bdw.c65 show_test_oa_id(struct device *kdev, struct device_attribute *attr, char *buf) in show_test_oa_id()

12