| /netbsd/src/sys/external/bsd/drm2/dist/drm/ |
| D | drm_file.c | 315 static void drm_close_helper(struct file *filp) in drm_close_helper() 353 static int drm_open_helper(struct file *filp, struct drm_minor *minor) in drm_open_helper() 426 int drm_open(struct inode *inode, struct file *filp) in drm_open() 493 int drm_release(struct inode *inode, struct file *filp) in drm_release() 544 ssize_t drm_read(struct file *filp, char __user *buffer, in drm_read() 633 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait) in drm_poll()
|
| D | drm_gem.c | 141 struct file *filp; in drm_gem_object_init() local 213 drm_gem_remove_prime_handles(struct drm_gem_object *obj, struct drm_file *filp) in drm_gem_remove_prime_handles() 320 drm_gem_handle_delete(struct drm_file *filp, u32 handle) in drm_gem_handle_delete() 759 static int objects_lookup(struct drm_file *filp, u32 *handle, int count, in objects_lookup() 801 int drm_gem_objects_lookup(struct drm_file *filp, void __user *bo_handles, in drm_gem_objects_lookup() 851 drm_gem_object_lookup(struct drm_file *filp, u32 handle) in drm_gem_object_lookup() 1279 int drm_gem_mmap(struct file *filp, struct vm_area_struct *vma) in drm_gem_mmap()
|
| D | drm_legacy.h | 159 static inline void drm_legacy_lock_release(struct drm_device *dev, struct file *filp) {} in drm_legacy_lock_release() 180 struct drm_file *filp) {} in drm_legacy_reclaim_buffers()
|
| D | drm_vm.c | 473 static int drm_mmap_dma(struct file *filp, struct vm_area_struct *vma) in drm_mmap_dma() 536 static int drm_mmap_locked(struct file *filp, struct vm_area_struct *vma) in drm_mmap_locked() 650 int drm_legacy_mmap(struct file *filp, struct vm_area_struct *vma) in drm_legacy_mmap()
|
| D | drm_lock.c | 344 void drm_legacy_lock_release(struct drm_device *dev, struct file *filp) in drm_legacy_lock_release()
|
| D | drm_drv.c | 1183 static int drm_stub_open(struct inode *inode, struct file *filp) in drm_stub_open()
|
| D | drm_ioctl.c | 1000 long drm_ioctl(struct file *filp, in drm_ioctl()
|
| D | drm_ioc32.c | 975 long drm_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in drm_compat_ioctl()
|
| /netbsd/src/sys/external/bsd/drm2/dist/include/drm/ |
| D | drm_gem.h | 232 struct uvm_object *filp; member 245 struct file *filp; member
|
| D | drm_file.h | 271 struct file *filp; member
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/i915/ |
| D | i915_ioc32.c | 83 long i915_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in i915_compat_ioctl()
|
| D | i915_sysfs.c | 168 i915_l3_read(struct file *filp, struct kobject *kobj, in i915_l3_read() 196 i915_l3_write(struct file *filp, struct kobject *kobj, in i915_l3_write() 499 static ssize_t error_state_read(struct file *filp, struct kobject *kobj, in error_state_read()
|
| D | i915_debugfs.c | 751 i915_error_state_write(struct file *filp, in i915_error_state_write() 1930 i915_guc_log_relay_write(struct file *filp, in i915_guc_log_relay_write() 4181 i915_fifo_underrun_reset_write(struct file *filp, in i915_fifo_underrun_reset_write()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| D | vmwgfx_ttm_glue.c | 35 int vmw_mmap(struct file *filp, struct vm_area_struct *vma) in vmw_mmap()
|
| D | vmwgfx_ioctl.c | 425 __poll_t vmw_fops_poll(struct file *filp, struct poll_table_struct *wait) in vmw_fops_poll() 447 ssize_t vmw_fops_read(struct file *filp, char __user *buffer, in vmw_fops_read()
|
| D | vmwgfx_drv.c | 1130 static int vmw_generic_ioctl(struct file *filp, unsigned long cmd, in vmw_generic_ioctl() 1184 static int vmw_unlocked_ioctl(struct file *filp, unsigned long cmd, void *arg) in vmw_unlocked_ioctl() 1194 static long vmw_compat_ioctl(struct file *filp, unsigned int cmd, in vmw_compat_ioctl()
|
| D | vmwgfx_ttm_buffer.c | 794 static int vmw_verify_access(struct ttm_buffer_object *bo, struct file *filp) in vmw_verify_access()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/ttm/ |
| D | ttm_bo_vm.c | 502 int ttm_bo_mmap(struct file *filp, struct vm_area_struct *vma, in ttm_bo_mmap()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/mga/ |
| D | mga_ioc32.c | 175 long mga_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in mga_compat_ioctl()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/r128/ |
| D | r128_ioc32.c | 186 long r128_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in r128_compat_ioctl()
|
| /netbsd/src/external/bsd/iscsi/dist/src/osd/ |
| D | osdfs.c | 798 static int osdfs_readdir(struct file * filp, void * dirent, filldir_t filldir) { in osdfs_readdir()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/i810/ |
| D | i810_dma.c | 99 static int i810_mmap_buffers(struct file *filp, struct vm_area_struct *vma) in i810_mmap_buffers()
|
| /netbsd/src/sys/dev/pci/ |
| D | xmm7360.c | 1639 static int xmm7360_tty_open(struct tty_struct *tty, struct file *filp) in xmm7360_tty_open() 1645 static void xmm7360_tty_close(struct tty_struct *tty, struct file *filp) in xmm7360_tty_close()
|