Searched refs:vm (Results 1 – 10 of 10) sorted by relevance
| /include/video/ |
| A D | videomode.h | 43 struct videomode *vm); 55 struct videomode *vm, unsigned int index);
|
| A D | of_videomode.h | 14 int of_get_videomode(struct device_node *np, struct videomode *vm,
|
| A D | omapfb_dss.h | 763 void videomode_to_omap_video_timings(const struct videomode *vm, 766 struct videomode *vm);
|
| /include/linux/irqchip/ |
| A D | arm-gic-v4.h | 105 struct its_vm *vm; member 141 int its_alloc_vcpu_irqs(struct its_vm *vm); 142 void its_free_vcpu_irqs(struct its_vm *vm);
|
| /include/linux/ |
| A D | vmalloc.h | 82 struct vm_struct *vm; /* in "busy" tree */ member 286 __init void vm_area_add_early(struct vm_struct *vm); 287 __init void vm_area_register_early(struct vm_struct *vm, size_t align); 305 struct vm_struct *vm = find_vm_area(addr); in set_vm_flush_reset_perms() local 307 if (vm) in set_vm_flush_reset_perms() 308 vm->flags |= VM_FLUSH_RESET_PERMS; in set_vm_flush_reset_perms()
|
| A D | kasan.h | 643 void kasan_free_module_shadow(const struct vm_struct *vm); 648 static inline void kasan_free_module_shadow(const struct vm_struct *vm) {} in kasan_free_module_shadow() argument
|
| A D | fb.h | 802 extern int fb_videomode_from_videomode(const struct videomode *vm,
|
| /include/drm/ |
| A D | drm_gpuvm.h | 77 struct drm_gpuvm *vm; member 430 if (va && !list_is_last(&va->rb.entry, &va->vm->rb.list)) in __drm_gpuva_next() 526 struct drm_gpuvm *vm; member 611 drm_gpuvm_resv_add_fence(vm_exec->vm, &vm_exec->exec, fence, in drm_gpuvm_exec_resv_add_fence() 626 return drm_gpuvm_validate(vm_exec->vm, &vm_exec->exec); in drm_gpuvm_exec_validate() 650 struct drm_gpuvm *vm; member
|
| A D | drm_modes.h | 503 void drm_display_mode_from_videomode(const struct videomode *vm, 506 struct videomode *vm); 507 void drm_bus_flags_from_videomode(const struct videomode *vm, u32 *bus_flags);
|
| /include/media/ |
| A D | v4l2-subdev.h | 280 int (*g_modulator)(struct v4l2_subdev *sd, struct v4l2_modulator *vm); 281 int (*s_modulator)(struct v4l2_subdev *sd, const struct v4l2_modulator *vm);
|
Completed in 23 milliseconds