Home
last modified time | relevance | path

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

12345678910>>...30

/linux-6.6.21/drivers/media/platform/ti/omap3isp/
Disppreview.c149 preview_config_luma_enhancement(struct isp_prev_device *prev, in preview_config_luma_enhancement()
168 preview_enable_luma_enhancement(struct isp_prev_device *prev, bool enable) in preview_enable_luma_enhancement()
183 static void preview_enable_invalaw(struct isp_prev_device *prev, bool enable) in preview_enable_invalaw()
198 static void preview_config_hmed(struct isp_prev_device *prev, in preview_config_hmed()
213 static void preview_enable_hmed(struct isp_prev_device *prev, bool enable) in preview_enable_hmed()
233 static void preview_config_cfa(struct isp_prev_device *prev, in preview_config_cfa()
269 preview_config_chroma_suppression(struct isp_prev_device *prev, in preview_config_chroma_suppression()
285 preview_enable_chroma_suppression(struct isp_prev_device *prev, bool enable) in preview_enable_chroma_suppression()
303 preview_config_whitebalance(struct isp_prev_device *prev, in preview_config_whitebalance()
342 preview_config_blkadj(struct isp_prev_device *prev, in preview_config_blkadj()
[all …]
/linux-6.6.21/arch/powerpc/include/asm/
Dcmpxchg.h89 unsigned long prev; in __xchg_u8_local() local
105 unsigned long prev; in __xchg_u8_relaxed() local
121 unsigned long prev; in __xchg_u16_local() local
137 unsigned long prev; in __xchg_u16_relaxed() local
154 unsigned long prev; in __xchg_u32_local() local
170 unsigned long prev; in __xchg_u32_relaxed() local
187 unsigned long prev; in __xchg_u64_local() local
203 unsigned long prev; in __xchg_u64_relaxed() local
285 unsigned int prev; in __cmpxchg_u8() local
308 unsigned int prev; in __cmpxchg_u8_local() local
[all …]
/linux-6.6.21/arch/riscv/include/asm/
Datomic.h202 int prev, rc; local
222 s64 prev; in arch_atomic64_fetch_add_unless() local
243 int prev, rc; in arch_atomic_inc_unless_negative() local
263 int prev, rc; in arch_atomic_dec_unless_positive() local
283 int prev, rc; in arch_atomic_dec_if_positive() local
304 s64 prev; in arch_atomic64_inc_unless_negative() local
325 s64 prev; in arch_atomic64_dec_unless_positive() local
346 s64 prev; in arch_atomic64_dec_if_positive() local
/linux-6.6.21/arch/csky/include/asm/
Dswitch_to.h9 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu()
16 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu()
27 #define switch_to(prev, next, last) \ argument
/linux-6.6.21/arch/s390/include/asm/
Dcmpxchg.h93 unsigned int prev, shift, mask; in __cmpxchg() local
123 unsigned int prev, shift, mask; in __cmpxchg() local
153 unsigned int prev = old; in __cmpxchg() local
164 unsigned long prev = old; in __cmpxchg() local
Dmmu_context.h73 static inline void switch_mm_irqs_off(struct mm_struct *prev, struct mm_struct *next, in switch_mm_irqs_off()
90 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
118 static inline void activate_mm(struct mm_struct *prev, in activate_mm()
/linux-6.6.21/arch/ia64/include/asm/
Dswitch_to.h37 #define __switch_to(prev,next,last) do { \ argument
53 # define switch_to(prev,next,last) do { \ argument
68 # define switch_to(prev,next,last) __switch_to(prev, next, last) argument
/linux-6.6.21/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
109 #define switch_to(prev, next, last) \ argument
/linux-6.6.21/drivers/dma-buf/
Ddma-fence-chain.c23 struct dma_fence *prev; in dma_fence_chain_get_prev() local
42 struct dma_fence *prev, *replacement, *tmp; in dma_fence_chain_walk() local
181 struct dma_fence *prev; in dma_fence_chain_release() local
242 struct dma_fence *prev, in dma_fence_chain_init()
/linux-6.6.21/drivers/gpu/drm/
Ddrm_lock.c62 unsigned int old, new, prev; in drm_lock_take() local
111 unsigned int old, new, prev; in drm_lock_transfer() local
126 unsigned int old, new, prev; in drm_legacy_lock_free() local
311 unsigned int old, prev; in drm_legacy_idlelock_release() local
/linux-6.6.21/arch/parisc/include/asm/
Dmmu_context.h50 static inline void switch_mm_irqs_off(struct mm_struct *prev, in switch_mm_irqs_off()
65 static inline void switch_mm(struct mm_struct *prev, in switch_mm()
80 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
/linux-6.6.21/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-6.6.21/mm/
Dmadvise.c138 struct vm_area_struct **prev, unsigned long start, in madvise_update_vma()
280 struct vm_area_struct **prev, in madvise_willneed()
564 struct vm_area_struct **prev, in madvise_cold()
597 struct vm_area_struct **prev, in madvise_pageout()
860 struct vm_area_struct **prev, in madvise_dontneed_free()
914 struct vm_area_struct **prev, in madvise_populate()
975 struct vm_area_struct **prev, in madvise_remove()
1025 struct vm_area_struct **prev, in madvise_vma_behavior()
1232 struct vm_area_struct **prev, unsigned long start, in madvise_walk_vmas()
1236 struct vm_area_struct *prev; in madvise_walk_vmas() local
[all …]
/linux-6.6.21/arch/parisc/lib/
Dbitops.c62 u64 prev; in __cmpxchg_u64() local
74 unsigned int prev; in __cmpxchg_u32() local
86 u8 prev; in __cmpxchg_u8() local
/linux-6.6.21/net/bridge/
Dbr_forward.c120 static int deliver_clone(const struct net_bridge_port *prev, in deliver_clone()
176 struct net_bridge_port *prev, struct net_bridge_port *p, in maybe_deliver()
204 struct net_bridge_port *prev = NULL; in br_flood() local
287 struct net_bridge_port *prev = NULL; in br_multicast_flood() local
/linux-6.6.21/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-6.6.21/lib/
Dlist_debug.c22 bool __list_add_valid_or_report(struct list_head *new, struct list_head *prev, in __list_add_valid_or_report()
47 struct list_head *prev, *next; in __list_del_entry_valid_or_report() local
/linux-6.6.21/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-6.6.21/arch/hexagon/include/asm/
Dmmu_context.h29 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
52 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
/linux-6.6.21/arch/arm64/kvm/hyp/nvhe/
Dlist_debug.c30 bool __list_add_valid_or_report(struct list_head *new, struct list_head *prev, in __list_add_valid_or_report()
44 struct list_head *prev, *next; in __list_del_entry_valid_or_report() local
/linux-6.6.21/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-6.6.21/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-6.6.21/tools/testing/selftests/bpf/progs/
Dcpumask_failure.c111 struct bpf_cpumask *local, *prev; in BPF_PROG() local
145 struct bpf_cpumask *local, *prev; in BPF_PROG() local
173 struct bpf_cpumask *prev, *curr; in BPF_PROG() local
/linux-6.6.21/include/asm-generic/
Dcmpxchg-local.h18 unsigned long flags, prev; in __generic_cmpxchg_local() local
57 u64 prev; in __generic_cmpxchg64_local() local
/linux-6.6.21/arch/loongarch/include/asm/
Dmmu_context.h77 static inline void switch_mm_irqs_off(struct mm_struct *prev, struct mm_struct *next, in switch_mm_irqs_off()
102 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
120 #define activate_mm(prev, next) switch_mm(prev, next, current) argument

12345678910>>...30