Home
last modified time | relevance | path

Searched defs:prev (Results 1 – 25 of 609) sorted by relevance

12345678910>>...25

/Linux-v4.19/drivers/media/platform/omap3isp/
Disppreview.c152 preview_config_luma_enhancement(struct isp_prev_device *prev, in preview_config_luma_enhancement()
171 preview_enable_luma_enhancement(struct isp_prev_device *prev, bool enable) in preview_enable_luma_enhancement()
186 static void preview_enable_invalaw(struct isp_prev_device *prev, bool enable) in preview_enable_invalaw()
201 static void preview_config_hmed(struct isp_prev_device *prev, in preview_config_hmed()
216 static void preview_enable_hmed(struct isp_prev_device *prev, bool enable) in preview_enable_hmed()
236 static void preview_config_cfa(struct isp_prev_device *prev, in preview_config_cfa()
272 preview_config_chroma_suppression(struct isp_prev_device *prev, in preview_config_chroma_suppression()
288 preview_enable_chroma_suppression(struct isp_prev_device *prev, bool enable) in preview_enable_chroma_suppression()
306 preview_config_whitebalance(struct isp_prev_device *prev, in preview_config_whitebalance()
345 preview_config_blkadj(struct isp_prev_device *prev, in preview_config_blkadj()
[all …]
/Linux-v4.19/arch/powerpc/include/asm/
Dcmpxchg.h91 unsigned long prev; in __xchg_u32_local() local
108 unsigned long prev; in __xchg_u32_relaxed() local
126 unsigned long prev; in __xchg_u64_local() local
143 unsigned long prev; in __xchg_u64_relaxed() local
225 unsigned int prev; in __cmpxchg_u32() local
249 unsigned int prev; in __cmpxchg_u32_local() local
270 unsigned long prev; in __cmpxchg_u32_relaxed() local
298 unsigned long prev; in __cmpxchg_u32_acquire() local
321 unsigned long prev; in __cmpxchg_u64() local
344 unsigned long prev; in __cmpxchg_u64_local() local
[all …]
/Linux-v4.19/arch/mips/include/asm/
Dswitch_to.h52 #define __mips_mt_fpaff_switch_to(prev) \ argument
66 #define __mips_mt_fpaff_switch_to(prev) do { (void) (prev); } while (0) argument
105 #define switch_to(prev, next, last) \ argument
/Linux-v4.19/arch/ia64/include/asm/
Dswitch_to.h45 #define __switch_to(prev,next,last) do { \ argument
61 # define switch_to(prev,next,last) do { \ argument
77 # define switch_to(prev,next,last) __switch_to(prev, next, last) argument
/Linux-v4.19/drivers/gpu/drm/
Ddrm_lock.c58 unsigned int old, new, prev; in drm_lock_take() local
107 unsigned int old, new, prev; in drm_lock_transfer() local
122 unsigned int old, new, prev; in drm_legacy_lock_free() local
308 unsigned int old, prev; in drm_legacy_idlelock_release() local
/Linux-v4.19/arch/parisc/include/asm/
Dmmu_context.h53 static inline void switch_mm_irqs_off(struct mm_struct *prev, in switch_mm_irqs_off()
62 static inline void switch_mm(struct mm_struct *prev, in switch_mm()
78 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
/Linux-v4.19/arch/alpha/include/asm/
Dxchg.h131 unsigned long prev, tmp, cmp, addr64; in ____cmpxchg() local
157 unsigned long prev, tmp, cmp, addr64; in ____cmpxchg() local
183 unsigned long prev, cmp; in ____cmpxchg() local
205 unsigned long prev, cmp; in ____cmpxchg() local
/Linux-v4.19/arch/x86/include/asm/
Dcmpxchg_32.h28 u64 prev = *ptr; in set_64bit() local
49 u64 prev; in __cmpxchg64() local
62 u64 prev; in __cmpxchg64_local() local
/Linux-v4.19/lib/
Dlist_debug.c20 bool __list_add_valid(struct list_head *new, struct list_head *prev, in __list_add_valid()
40 struct list_head *prev, *next; in __list_del_entry_valid() local
/Linux-v4.19/mm/
Dmadvise.c56 struct vm_area_struct **prev, in madvise_behavior()
274 struct vm_area_struct **prev, in madvise_willneed()
515 struct vm_area_struct **prev, in madvise_dontneed_free()
575 struct vm_area_struct **prev, in madvise_remove()
688 madvise_vma(struct vm_area_struct *vma, struct vm_area_struct **prev, in madvise_vma()
804 struct vm_area_struct *vma, *prev; in SYSCALL_DEFINE3() local
Dmmap.c305 unsigned long prev = 0, pend = 0; in browse_rb() local
606 struct vm_area_struct *prev, struct rb_node **rb_link, in __vma_link()
614 struct vm_area_struct *prev, struct rb_node **rb_link, in vma_link()
640 struct vm_area_struct *prev; in __insert_vm_struct() local
652 struct vm_area_struct *prev, in __vma_unlink_common()
678 struct vm_area_struct *prev) in __vma_unlink_prev()
1109 struct vm_area_struct *prev, unsigned long addr, in vma_merge()
1682 struct vm_area_struct *vma, *prev; in mmap_region() local
1913 struct rb_node *prev = &vma->vm_rb; in unmapped_area() local
2017 struct rb_node *prev = &vma->vm_rb; in unmapped_area_topdown() local
[all …]
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/core/
Dmm.c53 struct nvkm_mm_node *prev = node(this, prev); in nvkm_mm_free() local
114 struct nvkm_mm_node *prev, *this, *next; in nvkm_mm_head() local
189 struct nvkm_mm_node *prev, *this, *next; in nvkm_mm_tail() local
242 struct nvkm_mm_node *node, *prev; in nvkm_mm_init() local
/Linux-v4.19/net/bridge/
Dbr_forward.c118 static int deliver_clone(const struct net_bridge_port *prev, in deliver_clone()
173 struct net_bridge_port *prev, struct net_bridge_port *p, in maybe_deliver()
197 struct net_bridge_port *prev = NULL; in br_flood() local
282 struct net_bridge_port *prev = NULL; in br_multicast_flood() local
/Linux-v4.19/drivers/fmc/
Dfmc-dump.c23 const uint8_t *prev) in dump_line()
44 const uint8_t *line, *prev; in fmc_dump_eeprom() local
/Linux-v4.19/include/asm-generic/
Dcmpxchg-local.h18 unsigned long flags, prev; in __cmpxchg_local_generic() local
57 u64 prev; in __cmpxchg64_local_generic() local
/Linux-v4.19/fs/jffs2/
Dnodelist.c28 struct jffs2_full_dirent **prev = list; in jffs2_add_fd_to_list() local
386 struct jffs2_node_frag *prev = frag_prev(newfrag); in jffs2_add_full_dnode_to_inode() local
438 struct jffs2_inode_cache **prev; in jffs2_add_ino_cache() local
459 struct jffs2_inode_cache **prev; in jffs2_del_ino_cache() local
529 struct jffs2_node_frag *prev = NULL; in jffs2_lookup_node_frag() local
/Linux-v4.19/scripts/kconfig/
Dlist.h25 struct list_head *next, *prev; member
83 struct list_head *prev, in __list_add()
112 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
/Linux-v4.19/tools/usb/usbip/libsrc/
Dlist.h20 struct list_head *next, *prev; member
41 struct list_head *prev, in __list_add()
70 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
/Linux-v4.19/arch/riscv/include/asm/
Dswitch_to.h47 static inline void __switch_to_aux(struct task_struct *prev, in __switch_to_aux()
61 #define switch_to(prev, next, last) \ argument
/Linux-v4.19/fs/btrfs/
Dextent_map.c146 struct rb_node *prev = NULL; in __tree_search() local
186 static int mergable_maps(struct extent_map *prev, struct extent_map *next) in mergable_maps()
366 struct rb_node *prev = NULL; in __lookup_extent_mapping() local
470 struct rb_node *prev; in prev_extent_map() local
488 struct extent_map *prev; in merge_extent_mapping() local
/Linux-v4.19/include/linux/
Duser-return-notifier.h19 static inline void propagate_user_return_notify(struct task_struct *prev, in propagate_user_return_notify()
39 static inline void propagate_user_return_notify(struct task_struct *prev, in propagate_user_return_notify()
/Linux-v4.19/arch/hexagon/include/asm/
Dmmu_context.h68 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
90 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
/Linux-v4.19/drivers/infiniband/hw/mthca/
Dmthca_mcg.c65 u16 *hash, int *prev, int *index) in find_mgm()
126 int index, prev; in mthca_multicast_attach() local
220 int prev, index; in mthca_multicast_detach() local
/Linux-v4.19/arch/m68k/include/asm/
Dmmu_context.h75 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
197 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
283 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm()
316 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm()
/Linux-v4.19/arch/xtensa/include/asm/
Dnommu_context.h23 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
27 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()

12345678910>>...25