Home
last modified time | relevance | path

Searched refs:crp (Results 1 - 25 of 33) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dcr_bllcd.c157 struct cr_panel *crp; in cr_backlight_probe() local
195 crp = devm_kzalloc(&pdev->dev, sizeof(*crp), GFP_KERNEL); in cr_backlight_probe()
196 if (!crp) { in cr_backlight_probe()
201 crp->cr_backlight_device = bdp; in cr_backlight_probe()
202 crp->cr_lcd_device = ldp; in cr_backlight_probe()
203 crp->cr_backlight_device->props.power = FB_BLANK_UNBLANK; in cr_backlight_probe()
204 crp->cr_backlight_device->props.brightness = 0; in cr_backlight_probe()
205 cr_backlight_set_intensity(crp->cr_backlight_device); in cr_backlight_probe()
206 cr_lcd_set_power(crp in cr_backlight_probe()
215 struct cr_panel *crp = platform_get_drvdata(pdev); cr_backlight_remove() local
235 static struct platform_device *crp; global() variable
[all...]
/kernel/linux/linux-6.6/drivers/video/backlight/
H A Dcr_bllcd.c157 struct cr_panel *crp; in cr_backlight_probe() local
195 crp = devm_kzalloc(&pdev->dev, sizeof(*crp), GFP_KERNEL); in cr_backlight_probe()
196 if (!crp) { in cr_backlight_probe()
201 crp->cr_backlight_device = bdp; in cr_backlight_probe()
202 crp->cr_lcd_device = ldp; in cr_backlight_probe()
203 crp->cr_backlight_device->props.power = FB_BLANK_UNBLANK; in cr_backlight_probe()
204 crp->cr_backlight_device->props.brightness = 0; in cr_backlight_probe()
205 cr_backlight_set_intensity(crp->cr_backlight_device); in cr_backlight_probe()
206 cr_lcd_set_power(crp in cr_backlight_probe()
215 struct cr_panel *crp = platform_get_drvdata(pdev); cr_backlight_remove() local
233 static struct platform_device *crp; global() variable
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dthread-stack.c79 * @crp: call/return processor
98 struct call_return_processor *crp; member
137 struct call_return_processor *crp, in thread_stack__init()
168 ts->crp = crp; in thread_stack__init()
174 struct call_return_processor *crp, in thread_stack__new()
202 thread_stack__init(ts, thread, crp, callstack, br_stack_sz)) in thread_stack__new()
302 struct call_return_processor *crp = ts->crp; in thread_stack__call_return() local
335 return crp in thread_stack__call_return()
136 thread_stack__init(struct thread_stack *ts, struct thread *thread, struct call_return_processor *crp, bool callstack, unsigned int br_stack_sz) thread_stack__init() argument
173 thread_stack__new(struct thread *thread, int cpu, struct call_return_processor *crp, bool callstack, unsigned int br_stack_sz) thread_stack__new() argument
340 struct call_return_processor *crp = ts->crp; __thread_stack__flush() local
756 struct call_return_processor *crp; call_return_processor__new() local
773 call_return_processor__free(struct call_return_processor *crp) call_return_processor__free() argument
1102 thread_stack__process(struct thread *thread, struct comm *comm, struct perf_sample *sample, struct addr_location *from_al, struct addr_location *to_al, u64 ref, struct call_return_processor *crp) thread_stack__process() argument
[all...]
H A Dthread-stack.h104 void call_return_processor__free(struct call_return_processor *crp);
109 struct call_return_processor *crp);
H A Ddb-export.c32 call_return_processor__free(dbe->crp); in db_export__exit()
33 dbe->crp = NULL; in db_export__exit()
401 if (dbe->crp) { in db_export__sample()
404 dbe->crp); in db_export__sample()
H A Ddb-export.h65 struct call_return_processor *crp; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Dthread-stack.c79 * @crp: call/return processor
98 struct call_return_processor *crp; member
137 struct call_return_processor *crp, in thread_stack__init()
168 ts->crp = crp; in thread_stack__init()
174 struct call_return_processor *crp, in thread_stack__new()
202 thread_stack__init(ts, thread, crp, callstack, br_stack_sz)) in thread_stack__new()
302 struct call_return_processor *crp = ts->crp; in thread_stack__call_return() local
335 return crp in thread_stack__call_return()
136 thread_stack__init(struct thread_stack *ts, struct thread *thread, struct call_return_processor *crp, bool callstack, unsigned int br_stack_sz) thread_stack__init() argument
173 thread_stack__new(struct thread *thread, int cpu, struct call_return_processor *crp, bool callstack, unsigned int br_stack_sz) thread_stack__new() argument
340 struct call_return_processor *crp = ts->crp; __thread_stack__flush() local
757 struct call_return_processor *crp; call_return_processor__new() local
774 call_return_processor__free(struct call_return_processor *crp) call_return_processor__free() argument
1101 thread_stack__process(struct thread *thread, struct comm *comm, struct perf_sample *sample, struct addr_location *from_al, struct addr_location *to_al, u64 ref, struct call_return_processor *crp) thread_stack__process() argument
[all...]
H A Dthread-stack.h103 void call_return_processor__free(struct call_return_processor *crp);
108 struct call_return_processor *crp);
H A Ddb-export.c32 call_return_processor__free(dbe->crp); in db_export__exit()
33 dbe->crp = NULL; in db_export__exit()
403 if (dbe->crp) { in db_export__sample()
406 dbe->crp); in db_export__sample()
H A Ddb-export.h65 struct call_return_processor *crp; member
/kernel/linux/linux-5.10/arch/m68k/sun3/
H A Dmmu_emu.c360 pgd_t * crp; in mmu_emu_handle_fault() local
363 crp = swapper_pg_dir; in mmu_emu_handle_fault()
368 crp = swapper_pg_dir; in mmu_emu_handle_fault()
370 crp = current->mm->pgd; in mmu_emu_handle_fault()
374 pr_info("mmu_emu_handle_fault: vaddr=%lx type=%s crp=%p\n", in mmu_emu_handle_fault()
375 vaddr, read_flag ? "read" : "write", crp); in mmu_emu_handle_fault()
386 pte = (pte_t *) pgd_val (*(crp + segment)); in mmu_emu_handle_fault()
422 pr_info("seg:%ld crp:%p ->", get_fs().seg, crp); in mmu_emu_handle_fault()
/kernel/linux/linux-6.6/arch/m68k/sun3/
H A Dmmu_emu.c358 pgd_t * crp; in mmu_emu_handle_fault() local
361 crp = swapper_pg_dir; in mmu_emu_handle_fault()
366 crp = swapper_pg_dir; in mmu_emu_handle_fault()
368 crp = current->mm->pgd; in mmu_emu_handle_fault()
372 pr_info("%s: vaddr=%lx type=%s crp=%p\n", __func__, vaddr, in mmu_emu_handle_fault()
373 read_flag ? "read" : "write", crp); in mmu_emu_handle_fault()
383 pte = (pte_t *) pgd_val (*(crp + segment)); in mmu_emu_handle_fault()
419 pr_info("seg:%ld crp:%p ->", get_fs().seg, crp); in mmu_emu_handle_fault()
/kernel/linux/linux-5.10/arch/mips/txx9/generic/
H A Dirq_tx4939.c108 u32 __iomem *crp; in tx4939_irq_set_type() local
132 crp = &tx4939_ircptr->dm[(irq_nr & 8) >> 3].r; in tx4939_irq_set_type()
135 crp = &tx4939_ircptr->dm2[((irq_nr & 8) >> 3)].r; in tx4939_irq_set_type()
138 cr = __raw_readl(crp); in tx4939_irq_set_type()
141 __raw_writel(cr, crp); in tx4939_irq_set_type()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dirq_txx9.c116 u32 __iomem *crp; in txx9_irq_set_type() local
130 crp = &txx9_ircptr->cr[(unsigned int)irq_nr / 8]; in txx9_irq_set_type()
131 cr = __raw_readl(crp); in txx9_irq_set_type()
135 __raw_writel(cr, crp); in txx9_irq_set_type()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dirq_txx9.c103 u32 __iomem *crp; in txx9_irq_set_type() local
117 crp = &txx9_ircptr->cr[(unsigned int)irq_nr / 8]; in txx9_irq_set_type()
118 cr = __raw_readl(crp); in txx9_irq_set_type()
122 __raw_writel(cr, crp); in txx9_irq_set_type()
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/
H A Dcore.c200 const struct pinmux_cfg_reg *crp, in sh_pfc_config_reg_helper()
207 *mapped_regp = sh_pfc_phys_to_virt(pfc, crp->reg); in sh_pfc_config_reg_helper()
209 if (crp->field_width) { in sh_pfc_config_reg_helper()
210 *maskp = (1 << crp->field_width) - 1; in sh_pfc_config_reg_helper()
211 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width); in sh_pfc_config_reg_helper()
213 *maskp = (1 << crp->var_field_width[in_pos]) - 1; in sh_pfc_config_reg_helper()
214 *posp = crp->reg_width; in sh_pfc_config_reg_helper()
216 *posp -= abs(crp->var_field_width[k]); in sh_pfc_config_reg_helper()
221 const struct pinmux_cfg_reg *crp, in sh_pfc_write_config_reg()
199 sh_pfc_config_reg_helper(struct sh_pfc *pfc, const struct pinmux_cfg_reg *crp, unsigned int in_pos, void __iomem **mapped_regp, u32 *maskp, unsigned int *posp) sh_pfc_config_reg_helper() argument
220 sh_pfc_write_config_reg(struct sh_pfc *pfc, const struct pinmux_cfg_reg *crp, unsigned int field, u32 value) sh_pfc_write_config_reg() argument
245 sh_pfc_get_config_reg(struct sh_pfc *pfc, u16 enum_id, const struct pinmux_cfg_reg **crp, unsigned int *fieldp, u32 *valuep) sh_pfc_get_config_reg() argument
[all...]
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs4recover.c174 struct nfs4_client_reclaim *crp; in __nfsd4_create_reclaim_record_grace() local
183 crp = nfs4_client_to_reclaim(name, princhash, nn); in __nfsd4_create_reclaim_record_grace()
184 if (!crp) { in __nfsd4_create_reclaim_record_grace()
188 crp->cr_clp = clp; in __nfsd4_create_reclaim_record_grace()
369 struct nfs4_client_reclaim *crp; in __nfsd4_remove_reclaim_record_grace() local
378 crp = nfsd4_find_reclaim_client(name, nn); in __nfsd4_remove_reclaim_record_grace()
380 if (crp) in __nfsd4_remove_reclaim_record_grace()
381 nfs4_remove_reclaim_record(crp, nn); in __nfsd4_remove_reclaim_record_grace()
679 struct nfs4_client_reclaim *crp; in nfsd4_check_legacy_client() local
701 crp in nfsd4_check_legacy_client()
1283 struct nfs4_client_reclaim *crp; nfsd4_cld_check() local
1326 struct nfs4_client_reclaim *crp; nfsd4_cld_check_v2() local
[all...]
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4recover.c174 struct nfs4_client_reclaim *crp; in __nfsd4_create_reclaim_record_grace() local
183 crp = nfs4_client_to_reclaim(name, princhash, nn); in __nfsd4_create_reclaim_record_grace()
184 if (!crp) { in __nfsd4_create_reclaim_record_grace()
188 crp->cr_clp = clp; in __nfsd4_create_reclaim_record_grace()
369 struct nfs4_client_reclaim *crp; in __nfsd4_remove_reclaim_record_grace() local
378 crp = nfsd4_find_reclaim_client(name, nn); in __nfsd4_remove_reclaim_record_grace()
380 if (crp) in __nfsd4_remove_reclaim_record_grace()
381 nfs4_remove_reclaim_record(crp, nn); in __nfsd4_remove_reclaim_record_grace()
679 struct nfs4_client_reclaim *crp; in nfsd4_check_legacy_client() local
701 crp in nfsd4_check_legacy_client()
1283 struct nfs4_client_reclaim *crp; nfsd4_cld_check() local
1326 struct nfs4_client_reclaim *crp; nfsd4_cld_check_v2() local
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/
H A Dcore.c188 const struct pinmux_cfg_reg *crp, in sh_pfc_config_reg_helper()
195 *mapped_regp = sh_pfc_phys_to_virt(pfc, crp->reg); in sh_pfc_config_reg_helper()
197 if (crp->field_width) { in sh_pfc_config_reg_helper()
198 *maskp = (1 << crp->field_width) - 1; in sh_pfc_config_reg_helper()
199 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width); in sh_pfc_config_reg_helper()
201 *maskp = (1 << crp->var_field_width[in_pos]) - 1; in sh_pfc_config_reg_helper()
202 *posp = crp->reg_width; in sh_pfc_config_reg_helper()
204 *posp -= crp->var_field_width[k]; in sh_pfc_config_reg_helper()
209 const struct pinmux_cfg_reg *crp, in sh_pfc_write_config_reg()
187 sh_pfc_config_reg_helper(struct sh_pfc *pfc, const struct pinmux_cfg_reg *crp, unsigned int in_pos, void __iomem **mapped_regp, u32 *maskp, unsigned int *posp) sh_pfc_config_reg_helper() argument
208 sh_pfc_write_config_reg(struct sh_pfc *pfc, const struct pinmux_cfg_reg *crp, unsigned int field, u32 value) sh_pfc_write_config_reg() argument
237 sh_pfc_get_config_reg(struct sh_pfc *pfc, u16 enum_id, const struct pinmux_cfg_reg **crp, unsigned int *fieldp, u32 *valuep) sh_pfc_get_config_reg() argument
[all...]
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dmmu_context.h238 unsigned long crp[2] = { in switch_mm_0230() local
259 "pmovefd %0,%%crp; " in switch_mm_0230()
262 "pmove %0,%%crp" in switch_mm_0230()
264 : : "m" (crp[0])); in switch_mm_0230()
H A Dprocessor.h83 unsigned long crp[2]; /* cpu root pointer */ member
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dmmu_context.h236 unsigned long crp[2] = { in switch_mm_0230() local
257 "pmovefd %0,%%crp; " in switch_mm_0230()
260 "pmove %0,%%crp" in switch_mm_0230()
262 : : "m" (crp[0])); in switch_mm_0230()
H A Dprocessor.h108 unsigned long crp[2]; /* cpu root pointer */ member
/kernel/linux/linux-5.10/arch/m68k/kernel/
H A Dasm-offsets.c35 DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp)); in main()
/kernel/linux/linux-6.6/arch/m68k/kernel/
H A Dasm-offsets.c35 DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp)); in main()

Completed in 17 milliseconds

12