| /freebsd-12.1/sys/dev/drm/ |
| H A D | tdfx_drv.c | 65 tdfx_probe(device_t kdev) in tdfx_probe() 71 tdfx_attach(device_t kdev) in tdfx_attach() 84 tdfx_detach(device_t kdev) in tdfx_detach()
|
| H A D | via_drv.c | 75 via_probe(device_t kdev) in via_probe() 81 via_attach(device_t kdev) in via_attach() 94 via_detach(device_t kdev) in via_detach()
|
| H A D | sis_drv.c | 63 sis_probe(device_t kdev) in sis_probe() 69 sis_attach(device_t kdev) in sis_attach() 82 sis_detach(device_t kdev) in sis_detach()
|
| H A D | savage_drv.c | 69 savage_probe(device_t kdev) in savage_probe() 75 savage_attach(device_t kdev) in savage_attach() 88 savage_detach(device_t kdev) in savage_detach()
|
| H A D | drm_fops.c | 43 int drm_open_helper(struct cdev *kdev, int flags, int fmt, DRM_STRUCTPROC *p, in drm_open_helper() 97 int drm_read(struct cdev *kdev, struct uio *uio, int ioflag) in drm_read() 102 int drm_poll(struct cdev *kdev, int events, DRM_STRUCTPROC *p) in drm_poll()
|
| H A D | mach64_drv.c | 80 mach64_probe(device_t kdev) in mach64_probe() 86 mach64_attach(device_t kdev) in mach64_attach() 105 mach64_detach(device_t kdev) in mach64_detach()
|
| H A D | mga_drv.c | 119 mga_probe(device_t kdev) in mga_probe() 125 mga_attach(device_t kdev) in mga_attach() 138 mga_detach(device_t kdev) in mga_detach()
|
| H A D | r128_drv.c | 79 r128_probe(device_t kdev) in r128_probe() 85 r128_attach(device_t kdev) in r128_attach() 103 r128_detach(device_t kdev) in r128_detach()
|
| H A D | drm_drv.c | 160 int drm_probe(device_t kdev, drm_pci_id_list_t *idlist) in drm_probe() 184 int drm_attach(device_t kdev, drm_pci_id_list_t *idlist) in drm_attach() 247 int drm_detach(device_t kdev) in drm_detach() 590 int drm_open(struct cdev *kdev, int flags, int fmt, DRM_STRUCTPROC *p) in drm_open() 701 int drm_ioctl(struct cdev *kdev, u_long cmd, caddr_t data, int flags, in drm_ioctl()
|
| H A D | drm_vm.c | 34 int drm_mmap(struct cdev *kdev, vm_ooffset_t offset, vm_paddr_t *paddr, in drm_mmap()
|
| /freebsd-12.1/sys/dev/drm2/radeon/ |
| H A D | radeon_drv.c | 319 radeon_probe(device_t kdev) in radeon_probe() 326 radeon_attach(device_t kdev) in radeon_attach() 338 radeon_suspend(device_t kdev) in radeon_suspend() 354 radeon_resume(device_t kdev) in radeon_resume()
|
| H A D | radeon_fb.c | 389 radeon_fb_helper_getinfo(device_t kdev) in radeon_fb_helper_getinfo()
|
| /freebsd-12.1/sys/dev/drm2/ |
| H A D | drm_fops.c | 122 int drm_open(struct cdev *kdev, int flags, int fmt, DRM_STRUCTPROC *p) in drm_open() 180 static int drm_open_helper(struct cdev *kdev, int flags, int fmt, in drm_open_helper() 499 drm_read(struct cdev *kdev, struct uio *uio, int ioflag) in drm_read() 558 drm_poll(struct cdev *kdev, int events, struct thread *td) in drm_poll() 589 drm_mmap_single(struct cdev *kdev, vm_ooffset_t *offset, vm_size_t size, in drm_mmap_single()
|
| H A D | drm_os_freebsd.c | 109 drm_probe_helper(device_t kdev, const drm_pci_id_list_t *idlist) in drm_probe_helper() 141 drm_attach_helper(device_t kdev, const drm_pci_id_list_t *idlist, in drm_attach_helper() 160 drm_generic_suspend(device_t kdev) in drm_generic_suspend() 186 drm_generic_resume(device_t kdev) in drm_generic_resume() 209 drm_generic_detach(device_t kdev) in drm_generic_detach()
|
| H A D | drm_vm.c | 48 drm_mmap(struct cdev *kdev, vm_ooffset_t offset, vm_paddr_t *paddr, in drm_mmap()
|
| H A D | drm_platform.c | 118 int drm_get_platform_dev(device_t kdev, struct drm_device *dev, in drm_get_platform_dev()
|
| H A D | drm_drv.c | 357 int drm_ioctl(struct cdev *kdev, u_long cmd, caddr_t data, int flags, in drm_ioctl()
|
| H A D | drm_os_freebsd.h | 655 pci_read_config_byte(device_t kdev, int where, u8 *val) in pci_read_config_byte() 663 pci_write_config_byte(device_t kdev, int where, u8 val) in pci_write_config_byte() 671 pci_read_config_word(device_t kdev, int where, uint16_t *val) in pci_read_config_word() 679 pci_write_config_word(device_t kdev, int where, uint16_t val) in pci_write_config_word() 687 pci_read_config_dword(device_t kdev, int where, uint32_t *val) in pci_read_config_dword() 695 pci_write_config_dword(device_t kdev, int where, uint32_t val) in pci_write_config_dword()
|
| H A D | drm_pci.c | 325 int drm_get_pci_dev(device_t kdev, struct drm_device *dev, in drm_get_pci_dev()
|
| H A D | drm_fb_helper.c | 848 device_t kdev; in drm_fb_helper_single_fb_probe() local
|
| H A D | drm_crtc.h | 565 struct device kdev; member
|
| H A D | drmP.h | 936 device_t kdev; /**< OS device */ member
|
| /freebsd-12.1/sys/dev/agp/ |
| H A D | agp.c | 802 agp_open(struct cdev *kdev, int oflags, int devtype, struct thread *td) in agp_open() 816 agp_close(struct cdev *kdev, int fflag, int devtype, struct thread *td) in agp_close() 839 agp_ioctl(struct cdev *kdev, u_long cmd, caddr_t data, int fflag, struct thread *td) in agp_ioctl() 876 agp_mmap(struct cdev *kdev, vm_ooffset_t offset, vm_paddr_t *paddr, in agp_mmap()
|
| /freebsd-12.1/sys/dev/drm2/i915/ |
| H A D | i915_drv.c | 942 static int i915_probe(device_t kdev) in i915_probe() 1157 static int __init i915_attach(device_t kdev) in i915_attach() 1189 i915_fb_helper_getinfo(device_t kdev) in i915_fb_helper_getinfo()
|
| /freebsd-12.1/stand/libsa/geli/ |
| H A D | geliboot.c | 132 struct known_dev *kdev; in geli_taste() local
|