| /netbsd/src/sys/external/bsd/drm2/dist/drm/i915/ |
| D | i915_sysfs.c | 46 static inline struct drm_i915_private *kdev_minor_to_i915(struct device *kdev) in kdev_minor_to_i915() 66 show_rc6_mask(struct device *kdev, struct device_attribute *attr, char *buf) in show_rc6_mask() 83 show_rc6_ms(struct device *kdev, struct device_attribute *attr, char *buf) in show_rc6_ms() 91 show_rc6p_ms(struct device *kdev, struct device_attribute *attr, char *buf) in show_rc6p_ms() 99 show_rc6pp_ms(struct device *kdev, struct device_attribute *attr, char *buf) in show_rc6pp_ms() 107 show_media_rc6_ms(struct device *kdev, struct device_attribute *attr, char *buf) in show_media_rc6_ms() 172 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() [all …]
|
| D | i915_drv.c | 2073 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() 2124 static int i915_pm_poweroff_late(struct device *kdev) in i915_pm_poweroff_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() [all …]
|
| D | i915_gem_gtt.c | 83 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
|
| D | intel_runtime_pm.c | 488 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
|
| D | intel_runtime_pm.h | 54 struct device *kdev; /* points to i915->drm.pdev->dev */ member
|
| D | i915_drv.h | 1352 static inline struct drm_i915_private *kdev_to_i915(struct device *kdev) in kdev_to_i915()
|
| /netbsd/src/sys/external/bsd/drm/dist/bsd-core/ |
| D | i915_drv.c | 44 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()
|
| D | drm_fops.c | 58 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()
|
| D | tdfx_drv.c | 64 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()
|
| D | sis_drv.c | 62 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()
|
| D | savage_drv.c | 68 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()
|
| D | mach64_drv.c | 85 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()
|
| D | r128_drv.c | 83 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()
|
| D | mga_drv.c | 148 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()
|
| D | drm_drv.c | 66 #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()
|
| D | radeon_drv.c | 81 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()
|
| D | drm_vm.c | 32 int drm_mmap(struct cdev *kdev, vm_offset_t offset, vm_paddr_t *paddr, in drm_mmap()
|
| D | drmP.h | 833 dev_t kdev; member
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| D | vmwgfx_drv.c | 1378 static int vmw_pm_suspend(struct device *kdev) in vmw_pm_suspend() 1388 static int vmw_pm_resume(struct device *kdev) in vmw_pm_resume() 1395 static int vmw_pm_freeze(struct device *kdev) in vmw_pm_freeze() 1444 static int vmw_pm_restore(struct device *kdev) in vmw_pm_restore()
|
| /netbsd/src/sys/arch/i386/stand/lib/ |
| D | exec.c | 567 module_path(boot_module_t *bm, const char *kdev, const char *base_path) in module_path() 606 module_open(boot_module_t *bm, int mode, const char *kdev, in module_open() 678 char kdev[64]; in module_init() local
|
| /netbsd/src/sys/external/bsd/drm2/dist/include/drm/ |
| D | drm_file.h | 80 struct device *kdev; /* Linux device */ member
|
| D | drm_connector.h | 1100 struct device *kdev; member
|
| /netbsd/src/usr.bin/pmap/ |
| D | pmap.c | 785 struct kbit kdev; in findname() local
|
| /netbsd/src/external/bsd/iscsi/dist/src/osd/ |
| D | osdfs.c | 115 kdev_t kdev = *((kdev_t *) dev); in osd_exec_via_scsi() local
|