/Linux-v4.19/drivers/video/backlight/ |
D | cr_bllcd.c | 179 struct cr_panel *crp; in cr_backlight_probe() local 217 crp = devm_kzalloc(&pdev->dev, sizeof(*crp), GFP_KERNEL); in cr_backlight_probe() 218 if (!crp) { in cr_backlight_probe() 223 crp->cr_backlight_device = bdp; in cr_backlight_probe() 224 crp->cr_lcd_device = ldp; in cr_backlight_probe() 225 crp->cr_backlight_device->props.power = FB_BLANK_UNBLANK; in cr_backlight_probe() 226 crp->cr_backlight_device->props.brightness = 0; in cr_backlight_probe() 227 cr_backlight_set_intensity(crp->cr_backlight_device); in cr_backlight_probe() 228 cr_lcd_set_power(crp->cr_lcd_device, FB_BLANK_UNBLANK); in cr_backlight_probe() 230 platform_set_drvdata(pdev, crp); in cr_backlight_probe() [all …]
|
/Linux-v4.19/tools/perf/util/ |
D | thread-stack.c | 70 struct call_return_processor *crp; member 93 struct call_return_processor *crp) in thread_stack__new() argument 110 ts->crp = crp; in thread_stack__new() 165 struct call_return_processor *crp = ts->crp; in thread_stack__call_return() local 185 return crp->process(&cr, crp->data); in thread_stack__call_return() 190 struct call_return_processor *crp = ts->crp; in __thread_stack__flush() local 193 if (!crp) { in __thread_stack__flush() 246 if (thread->ts->crp) in thread_stack__event() 308 struct call_return_processor *crp; in call_return_processor__new() local 310 crp = zalloc(sizeof(struct call_return_processor)); in call_return_processor__new() [all …]
|
D | thread-stack.h | 95 void call_return_processor__free(struct call_return_processor *crp); 100 struct call_return_processor *crp);
|
D | db-export.c | 94 call_return_processor__free(dbe->crp); in db_export__exit() 95 dbe->crp = NULL; in db_export__exit() 413 if (dbe->crp) { in db_export__sample() 416 dbe->crp); in db_export__sample()
|
D | db-export.h | 68 struct call_return_processor *crp; member
|
/Linux-v4.19/drivers/pinctrl/sh-pfc/ |
D | core.c | 195 const struct pinmux_cfg_reg *crp, in sh_pfc_config_reg_helper() argument 202 *mapped_regp = sh_pfc_phys_to_virt(pfc, crp->reg); in sh_pfc_config_reg_helper() 204 if (crp->field_width) { in sh_pfc_config_reg_helper() 205 *maskp = (1 << crp->field_width) - 1; in sh_pfc_config_reg_helper() 206 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width); in sh_pfc_config_reg_helper() 208 *maskp = (1 << crp->var_field_width[in_pos]) - 1; in sh_pfc_config_reg_helper() 209 *posp = crp->reg_width; in sh_pfc_config_reg_helper() 211 *posp -= crp->var_field_width[k]; in sh_pfc_config_reg_helper() 216 const struct pinmux_cfg_reg *crp, in sh_pfc_write_config_reg() argument 223 sh_pfc_config_reg_helper(pfc, crp, field, &mapped_reg, &mask, &pos); in sh_pfc_write_config_reg() [all …]
|
/Linux-v4.19/arch/m68k/sun3/ |
D | mmu_emu.c | 361 pgd_t * crp; in mmu_emu_handle_fault() local 364 crp = swapper_pg_dir; in mmu_emu_handle_fault() 369 crp = swapper_pg_dir; in mmu_emu_handle_fault() 371 crp = current->mm->pgd; in mmu_emu_handle_fault() 376 vaddr, read_flag ? "read" : "write", crp); in mmu_emu_handle_fault() 387 pte = (pte_t *) pgd_val (*(crp + segment)); in mmu_emu_handle_fault() 423 pr_info("seg:%ld crp:%p ->", get_fs().seg, crp); in mmu_emu_handle_fault()
|
/Linux-v4.19/arch/mips/txx9/generic/ |
D | irq_tx4939.c | 108 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()
|
/Linux-v4.19/arch/mips/kernel/ |
D | irq_txx9.c | 116 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()
|
/Linux-v4.19/fs/nfsd/ |
D | nfs4recover.c | 178 struct nfs4_client_reclaim *crp; in nfsd4_create_clid_dir() local 225 crp = nfs4_client_to_reclaim(dname, nn); in nfsd4_create_clid_dir() 226 if (crp) in nfsd4_create_clid_dir() 227 crp->cr_clp = clp; in nfsd4_create_clid_dir() 352 struct nfs4_client_reclaim *crp; in nfsd4_remove_clid_dir() local 379 crp = nfsd4_find_reclaim_client(dname, nn); in nfsd4_remove_clid_dir() 380 if (crp) in nfsd4_remove_clid_dir() 381 nfs4_remove_reclaim_record(crp, nn); in nfsd4_remove_clid_dir() 617 struct nfs4_client_reclaim *crp; in nfsd4_check_legacy_client() local 631 crp = nfsd4_find_reclaim_client(dname, nn); in nfsd4_check_legacy_client() [all …]
|
D | nfs4state.c | 6421 struct nfs4_client_reclaim *crp; in nfs4_has_reclaimed_state() local 6423 crp = nfsd4_find_reclaim_client(name, nn); in nfs4_has_reclaimed_state() 6424 return (crp && crp->cr_clp); in nfs4_has_reclaimed_state() 6434 struct nfs4_client_reclaim *crp; in nfs4_client_to_reclaim() local 6437 crp = alloc_reclaim(); in nfs4_client_to_reclaim() 6438 if (crp) { in nfs4_client_to_reclaim() 6440 INIT_LIST_HEAD(&crp->cr_strhash); in nfs4_client_to_reclaim() 6441 list_add(&crp->cr_strhash, &nn->reclaim_str_hashtbl[strhashval]); in nfs4_client_to_reclaim() 6442 memcpy(crp->cr_recdir, name, HEXDIR_LEN); in nfs4_client_to_reclaim() 6443 crp->cr_clp = NULL; in nfs4_client_to_reclaim() [all …]
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | mmu_context.h | 228 unsigned long crp[2] = { in switch_mm_0230() local 254 : : "m" (crp[0])); in switch_mm_0230()
|
D | processor.h | 89 unsigned long crp[2]; /* cpu root pointer */ member
|
/Linux-v4.19/arch/m68k/kernel/ |
D | asm-offsets.c | 35 DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp)); in main()
|
/Linux-v4.19/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 1412 tables->dbe.crp = NULL; in set_table_handlers() 1422 tables->dbe.crp = in set_table_handlers() 1425 if (!tables->dbe.crp) in set_table_handlers() 1447 if (tables->dbe.crp) in set_table_handlers() 1448 tables->dbe.cpr = tables->dbe.crp->cpr; in set_table_handlers()
|
/Linux-v4.19/lib/zstd/ |
D | compress.c | 242 …nced(ZSTD_CCtx *zc, ZSTD_parameters params, U64 frameContentSize, ZSTD_compResetPolicy_e const crp) in ZSTD_resetCCtx_advanced() argument 244 if (crp == ZSTDcrp_continue) in ZSTD_resetCCtx_advanced() 278 if (crp != ZSTDcrp_noMemset) in ZSTD_resetCCtx_advanced() 2740 ZSTD_compResetPolicy_e const crp = dictSize ? ZSTDcrp_fullReset : ZSTDcrp_continue; in ZSTD_compressBegin_internal() local 2741 CHECK_F(ZSTD_resetCCtx_advanced(cctx, params, pledgedSrcSize, crp)); in ZSTD_compressBegin_internal()
|
/Linux-v4.19/arch/powerpc/lib/ |
D | sstep.c | 59 unsigned int *crp);
|