Home
last modified time | relevance | path

Searched refs:crp (Results 1 – 16 of 16) sorted by relevance

/linux-6.3-rc2/drivers/video/backlight/
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()
204 crp->cr_backlight_device->props.brightness = 0; in cr_backlight_probe()
208 platform_set_drvdata(pdev, crp); in cr_backlight_probe()
235 static struct platform_device *crp; variable
245 if (IS_ERR(crp)) { in cr_backlight_init()
247 return PTR_ERR(crp); in cr_backlight_init()
[all …]
/linux-6.3-rc2/tools/perf/util/
A Dthread-stack.c168 ts->crp = crp; in thread_stack__init()
302 struct call_return_processor *crp = ts->crp; in thread_stack__call_return() local
335 return crp->process(&cr, parent_db_id, crp->data); in thread_stack__call_return()
340 struct call_return_processor *crp = ts->crp; in __thread_stack__flush() local
343 if (!crp) { in __thread_stack__flush()
759 if (!crp) in call_return_processor__new()
762 if (!crp->cpr) in call_return_processor__new()
766 return crp; in call_return_processor__new()
769 free(crp); in call_return_processor__new()
775 if (crp) { in call_return_processor__free()
[all …]
A Dthread-stack.h103 void call_return_processor__free(struct call_return_processor *crp);
108 struct call_return_processor *crp);
A Ddb-export.c32 call_return_processor__free(dbe->crp); in db_export__exit()
33 dbe->crp = NULL; in db_export__exit()
397 if (dbe->crp) { in db_export__sample()
400 dbe->crp); in db_export__sample()
A Ddb-export.h65 struct call_return_processor *crp; member
/linux-6.3-rc2/arch/m68k/sun3/
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()
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()
/linux-6.3-rc2/arch/mips/kernel/
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()
/linux-6.3-rc2/fs/nfsd/
A Dnfs4recover.c184 if (!crp) { in __nfsd4_create_reclaim_record_grace()
188 crp->cr_clp = clp; in __nfsd4_create_reclaim_record_grace()
380 if (crp) in __nfsd4_remove_reclaim_record_grace()
703 if (crp) { in nfsd4_check_legacy_client()
705 crp->cr_clp = clp; in nfsd4_check_legacy_client()
1296 if (crp) in nfsd4_cld_check()
1313 if (crp) in nfsd4_cld_check()
1319 crp->cr_clp = clp; in nfsd4_cld_check()
1342 if (crp) in nfsd4_cld_check_v2()
1359 if (crp) in nfsd4_cld_check_v2()
[all …]
A Dnfs4state.c7943 return (crp && crp->cr_clp); in nfs4_has_reclaimed_state()
7959 crp = alloc_reclaim(); in nfs4_client_to_reclaim()
7960 if (crp) { in nfs4_client_to_reclaim()
7965 crp->cr_name.len = name.len; in nfs4_client_to_reclaim()
7968 crp->cr_clp = NULL; in nfs4_client_to_reclaim()
7971 return crp; in nfs4_client_to_reclaim()
7977 list_del(&crp->cr_strhash); in nfs4_remove_reclaim_record()
7978 kfree(crp->cr_name.data); in nfs4_remove_reclaim_record()
7979 kfree(crp->cr_princhash.data); in nfs4_remove_reclaim_record()
7980 kfree(crp); in nfs4_remove_reclaim_record()
[all …]
/linux-6.3-rc2/drivers/pinctrl/renesas/
A Dcore.c201 const struct pinmux_cfg_reg *crp, in sh_pfc_config_reg_helper() argument
210 if (crp->field_width) { in sh_pfc_config_reg_helper()
211 *maskp = (1 << crp->field_width) - 1; in sh_pfc_config_reg_helper()
212 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width); in sh_pfc_config_reg_helper()
215 *posp = crp->reg_width; in sh_pfc_config_reg_helper()
217 *posp -= abs(crp->var_field_width[k]); in sh_pfc_config_reg_helper()
222 const struct pinmux_cfg_reg *crp, in sh_pfc_write_config_reg() argument
233 crp->reg, value, field, crp->reg_width, hweight32(mask)); in sh_pfc_write_config_reg()
242 sh_pfc_unlock_reg(pfc, crp->reg, data); in sh_pfc_write_config_reg()
247 const struct pinmux_cfg_reg **crp, in sh_pfc_get_config_reg() argument
[all …]
/linux-6.3-rc2/arch/m68k/include/asm/
A Dmmu_context.h234 unsigned long crp[2] = { in switch_mm_0230() local
260 : : "m" (crp[0])); in switch_mm_0230()
A Dprocessor.h108 unsigned long crp[2]; /* cpu root pointer */ member
/linux-6.3-rc2/arch/m68k/kernel/
A Dasm-offsets.c35 DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp)); in main()
/linux-6.3-rc2/tools/perf/util/scripting-engines/
A Dtrace-event-python.c1777 tables->dbe.crp = NULL; in set_table_handlers()
1787 tables->dbe.crp = in set_table_handlers()
1790 if (!tables->dbe.crp) in set_table_handlers()
1812 if (tables->dbe.crp) in set_table_handlers()
1813 tables->dbe.cpr = tables->dbe.crp->cpr; in set_table_handlers()
/linux-6.3-rc2/lib/zstd/compress/
A Dzstd_compress.c1646 const ZSTD_compResetPolicy_e crp, in ZSTD_reset_matchState() argument
1682 DEBUGLOG(4, "reset table : %u", crp!=ZSTDcrp_leaveDirty); in ZSTD_reset_matchState()
1683 if (crp!=ZSTDcrp_leaveDirty) { in ZSTD_reset_matchState()
1752 ZSTD_compResetPolicy_e const crp, in ZSTD_resetCCtx_internal() argument
1893 crp, in ZSTD_resetCCtx_internal()
/linux-6.3-rc2/arch/powerpc/lib/
A Dsstep.c58 unsigned int *crp);

Completed in 66 milliseconds