| /Linux-v5.15/drivers/thermal/ |
| D | devfreq_cooling.c | 65 struct devfreq_cooling_device *dfc = cdev->devdata; in devfreq_cooling_get_max_state() local 67 *state = dfc->max_state; in devfreq_cooling_get_max_state() 75 struct devfreq_cooling_device *dfc = cdev->devdata; in devfreq_cooling_get_cur_state() local 77 *state = dfc->cooling_state; in devfreq_cooling_get_cur_state() 85 struct devfreq_cooling_device *dfc = cdev->devdata; in devfreq_cooling_set_cur_state() local 86 struct devfreq *df = dfc->devfreq; in devfreq_cooling_set_cur_state() 91 if (state == dfc->cooling_state) in devfreq_cooling_set_cur_state() 96 if (state > dfc->max_state) in devfreq_cooling_set_cur_state() 99 if (dfc->em_pd) { in devfreq_cooling_set_cur_state() 100 perf_idx = dfc->max_state - state; in devfreq_cooling_set_cur_state() [all …]
|
| /Linux-v5.15/fs/xfs/libxfs/ |
| D | xfs_defer.c | 633 struct xfs_defer_capture *dfc; in xfs_defer_ops_capture() local 639 dfc = kmem_zalloc(sizeof(*dfc), KM_NOFS); in xfs_defer_ops_capture() 640 INIT_LIST_HEAD(&dfc->dfc_list); in xfs_defer_ops_capture() 641 INIT_LIST_HEAD(&dfc->dfc_dfops); in xfs_defer_ops_capture() 646 list_splice_init(&tp->t_dfops, &dfc->dfc_dfops); in xfs_defer_ops_capture() 647 dfc->dfc_tpflags = tp->t_flags & XFS_TRANS_LOWMODE; in xfs_defer_ops_capture() 651 dfc->dfc_blkres = tp->t_blk_res - tp->t_blk_res_used; in xfs_defer_ops_capture() 652 dfc->dfc_rtxres = tp->t_rtx_res - tp->t_rtx_res_used; in xfs_defer_ops_capture() 655 dfc->dfc_logres = tp->t_log_res; in xfs_defer_ops_capture() 663 dfc->dfc_capture_ip = capture_ip; in xfs_defer_ops_capture() [all …]
|
| /Linux-v5.15/arch/m68k/sun3/ |
| D | leds.c | 8 unsigned char dfc; in sun3_leds() local 10 GET_DFC(dfc); in sun3_leds() 13 SET_DFC(dfc); in sun3_leds()
|
| /Linux-v5.15/drivers/media/platform/davinci/ |
| D | dm355_ccdc.c | 361 static int ccdc_write_dfc_entry(int index, struct ccdc_vertical_dft *dfc) in ccdc_write_dfc_entry() argument 367 regw(dfc->dft_corr_vert[index], DFCMEM0); in ccdc_write_dfc_entry() 368 regw(dfc->dft_corr_horz[index], DFCMEM1); in ccdc_write_dfc_entry() 369 regw(dfc->dft_corr_sub1[index], DFCMEM2); in ccdc_write_dfc_entry() 370 regw(dfc->dft_corr_sub2[index], DFCMEM3); in ccdc_write_dfc_entry() 371 regw(dfc->dft_corr_sub3[index], DFCMEM4); in ccdc_write_dfc_entry() 398 static int ccdc_config_vdfc(struct ccdc_vertical_dft *dfc) in ccdc_config_vdfc() argument 404 val = dfc->gen_dft_en & CCDC_DFCCTL_GDFCEN_MASK; in ccdc_config_vdfc() 407 if (!dfc->ver_dft_en) { in ccdc_config_vdfc() 413 if (dfc->table_size > CCDC_DFT_TABLE_SIZE) in ccdc_config_vdfc() [all …]
|
| D | isif.c | 44 .dfc = { 659 if (isif_config_dfc(&module_params->dfc) < 0) in isif_config_raw()
|
| /Linux-v5.15/arch/m68k/include/asm/ |
| D | sun3mmu.h | 156 unsigned char dfc; in sun3_put_context() local 157 GET_DFC(dfc); in sun3_put_context() 160 SET_DFC(dfc); in sun3_put_context()
|
| /Linux-v5.15/include/linux/ |
| D | devfreq_cooling.h | 50 void devfreq_cooling_unregister(struct thermal_cooling_device *dfc); 84 devfreq_cooling_unregister(struct thermal_cooling_device *dfc) in devfreq_cooling_unregister() argument
|
| /Linux-v5.15/arch/m68k/ifpsp060/ |
| D | iskeleton.S | 204 | load sfc/dfc 210 2: movec.l %dfc,%d2 211 movec.l %d0,%dfc 226 | restore sfc/dfc 227 movec.l %d2,%dfc
|
| /Linux-v5.15/arch/m68k/kernel/ |
| D | sun3-head.S | 42 movec %d0, %dfc
|
| D | entry.S | 427 movec %a0,%dfc
|
| /Linux-v5.15/fs/xfs/ |
| D | xfs_log_recover.c | 2467 struct xfs_defer_capture *dfc, *next; in xlog_finish_defer_ops() local 2472 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_finish_defer_ops() 2481 resv.tr_logres = dfc->dfc_logres; in xlog_finish_defer_ops() 2485 error = xfs_trans_alloc(mp, &resv, dfc->dfc_blkres, in xlog_finish_defer_ops() 2486 dfc->dfc_rtxres, XFS_TRANS_RESERVE, &tp); in xlog_finish_defer_ops() 2496 list_del_init(&dfc->dfc_list); in xlog_finish_defer_ops() 2497 xfs_defer_ops_continue(dfc, tp, &ip); in xlog_finish_defer_ops() 2518 struct xfs_defer_capture *dfc; in xlog_abort_defer_ops() local 2521 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_abort_defer_ops() 2522 list_del_init(&dfc->dfc_list); in xlog_abort_defer_ops() [all …]
|
| /Linux-v5.15/include/media/davinci/ |
| D | isif.h | 410 struct isif_dfc dfc; member
|
| /Linux-v5.15/Documentation/scsi/ |
| D | ChangeLog.lpfc | 1536 * Break up ioctls into 3 sections, dfc, util, hbaapi
|