Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
Di915_sysfs.c46 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 …]
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()
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 …]
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
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
Dintel_runtime_pm.h54 struct device *kdev; /* points to i915->drm.pdev->dev */ member
Di915_drv.h1352 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/
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
Ddrm_vm.c32 int drm_mmap(struct cdev *kdev, vm_offset_t offset, vm_paddr_t *paddr, in drm_mmap()
DdrmP.h833 dev_t kdev; member
/netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
Dvmwgfx_drv.c1378 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/
Dexec.c567 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/
Ddrm_file.h80 struct device *kdev; /* Linux device */ member
Ddrm_connector.h1100 struct device *kdev; member
/netbsd/src/usr.bin/pmap/
Dpmap.c785 struct kbit kdev; in findname() local
/netbsd/src/external/bsd/iscsi/dist/src/osd/
Dosdfs.c115 kdev_t kdev = *((kdev_t *) dev); in osd_exec_via_scsi() local