Home
last modified time | relevance | path

Searched refs:dfc (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.10/drivers/thermal/
Ddevfreq_cooling.c71 struct devfreq_cooling_device *dfc = cdev->devdata; in devfreq_cooling_get_max_state() local
73 *state = dfc->freq_table_size - 1; in devfreq_cooling_get_max_state()
81 struct devfreq_cooling_device *dfc = cdev->devdata; in devfreq_cooling_get_cur_state() local
83 *state = dfc->cooling_state; in devfreq_cooling_get_cur_state()
91 struct devfreq_cooling_device *dfc = cdev->devdata; in devfreq_cooling_set_cur_state() local
92 struct devfreq *df = dfc->devfreq; in devfreq_cooling_set_cur_state()
96 if (state == dfc->cooling_state) in devfreq_cooling_set_cur_state()
101 if (state >= dfc->freq_table_size) in devfreq_cooling_set_cur_state()
104 freq = dfc->freq_table[state]; in devfreq_cooling_set_cur_state()
106 dev_pm_qos_update_request(&dfc->req_max_freq, in devfreq_cooling_set_cur_state()
[all …]
/Linux-v5.10/fs/xfs/libxfs/
Dxfs_defer.c633 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.10/arch/m68k/sun3/
Dleds.c8 unsigned char dfc; in sun3_leds() local
10 GET_DFC(dfc); in sun3_leds()
13 SET_DFC(dfc); in sun3_leds()
/Linux-v5.10/drivers/media/platform/davinci/
Ddm355_ccdc.c361 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 …]
Disif.c44 .dfc = {
659 if (isif_config_dfc(&module_params->dfc) < 0) in isif_config_raw()
/Linux-v5.10/arch/m68k/include/asm/
Dsun3mmu.h156 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.10/include/linux/
Ddevfreq_cooling.h67 void devfreq_cooling_unregister(struct thermal_cooling_device *dfc);
91 devfreq_cooling_unregister(struct thermal_cooling_device *dfc) in devfreq_cooling_unregister() argument
/Linux-v5.10/arch/m68k/ifpsp060/
Diskeleton.S204 | 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.10/arch/m68k/kernel/
Dsun3-head.S42 movec %d0, %dfc
Dentry.S429 movec %a0,%dfc
/Linux-v5.10/fs/xfs/
Dxfs_log_recover.c2440 struct xfs_defer_capture *dfc, *next; in xlog_finish_defer_ops() local
2445 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_finish_defer_ops()
2454 resv.tr_logres = dfc->dfc_logres; in xlog_finish_defer_ops()
2458 error = xfs_trans_alloc(mp, &resv, dfc->dfc_blkres, in xlog_finish_defer_ops()
2459 dfc->dfc_rtxres, XFS_TRANS_RESERVE, &tp); in xlog_finish_defer_ops()
2467 list_del_init(&dfc->dfc_list); in xlog_finish_defer_ops()
2468 xfs_defer_ops_continue(dfc, tp, &ip); in xlog_finish_defer_ops()
2489 struct xfs_defer_capture *dfc; in xlog_abort_defer_ops() local
2492 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_abort_defer_ops()
2493 list_del_init(&dfc->dfc_list); in xlog_abort_defer_ops()
[all …]
/Linux-v5.10/include/media/davinci/
Disif.h410 struct isif_dfc dfc; member
/Linux-v5.10/Documentation/scsi/
DChangeLog.lpfc1536 * Break up ioctls into 3 sections, dfc, util, hbaapi