Home
last modified time | relevance | path

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

/linux/drivers/thermal/
A Ddevfreq_cooling.c99 if (dfc->em_pd) { in devfreq_cooling_set_cur_state()
193 if (dfc->power_ops && dfc->power_ops->get_real_power) { in devfreq_cooling_get_requested_power()
203 dfc->res_util = dfc->em_pd->table[state].power; in devfreq_cooling_get_requested_power()
267 if (dfc->power_ops && dfc->power_ops->get_real_power) { in devfreq_cooling_power2state()
318 dfc->freq_table = kcalloc(num_opps, sizeof(*dfc->freq_table), in devfreq_cooling_gen_tables()
364 dfc = kzalloc(sizeof(*dfc), GFP_KERNEL); in of_devfreq_cooling_register_power()
365 if (!dfc) in of_devfreq_cooling_register_power()
371 if (dfc->em_pd) { in of_devfreq_cooling_register_power()
422 dfc->cdev = cdev; in of_devfreq_cooling_register_power()
431 kfree(dfc); in of_devfreq_cooling_register_power()
[all …]
/linux/fs/xfs/libxfs/
A Dxfs_defer.c661 struct xfs_defer_capture *dfc; in xfs_defer_ops_capture() local
669 dfc = kmem_zalloc(sizeof(*dfc), KM_NOFS); in xfs_defer_ops_capture()
670 INIT_LIST_HEAD(&dfc->dfc_list); in xfs_defer_ops_capture()
710 return dfc; in xfs_defer_ops_capture()
717 struct xfs_defer_capture *dfc) in xfs_defer_ops_capture_free() argument
729 kmem_free(dfc); in xfs_defer_ops_capture_free()
746 struct xfs_defer_capture *dfc; in xfs_defer_ops_capture_and_commit() local
751 if (!dfc) in xfs_defer_ops_capture_and_commit()
773 struct xfs_defer_capture *dfc, in xfs_defer_ops_continue() argument
781 if (dfc->dfc_held.dr_inos == 2) in xfs_defer_ops_continue()
[all …]
/linux/drivers/media/platform/davinci/
A Ddm355_ccdc.c367 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()
429 for (i = 0; i < dfc->table_size; i++) { in ccdc_config_vdfc()
[all …]
A Disif.c44 .dfc = {
659 if (isif_config_dfc(&module_params->dfc) < 0) in isif_config_raw()
/linux/arch/m68k/sun3/
A Dleds.c8 unsigned char dfc; in sun3_leds() local
10 GET_DFC(dfc); in sun3_leds()
13 SET_DFC(dfc); in sun3_leds()
/linux/arch/m68k/include/asm/
A 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/include/linux/
A Ddevfreq_cooling.h50 void devfreq_cooling_unregister(struct thermal_cooling_device *dfc);
84 devfreq_cooling_unregister(struct thermal_cooling_device *dfc) in devfreq_cooling_unregister() argument
/linux/arch/m68k/ifpsp060/
A 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/fs/xfs/
A Dxfs_log_recover.c2467 struct xfs_defer_capture *dfc, *next; in xlog_finish_defer_ops() local
2471 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, &dres); in xlog_finish_defer_ops()
2514 struct xfs_defer_capture *dfc; in xlog_abort_defer_ops() local
2517 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_abort_defer_ops()
2518 list_del_init(&dfc->dfc_list); in xlog_abort_defer_ops()
[all …]
/linux/arch/m68k/kernel/
A Dsun3-head.S42 movec %d0, %dfc
A Dentry.S427 movec %a0,%dfc
/linux/include/media/davinci/
A Disif.h410 struct isif_dfc dfc; member
/linux/drivers/hwmon/
A Dlm90.c1664 int local_ext, conalert, chen, dfc; in lm90_detect() local
1671 dfc = i2c_smbus_read_byte_data(client, TMP461_REG_DFC); in lm90_detect()
1676 (dfc & 0xfc) == 0x00) { in lm90_detect()
/linux/Documentation/scsi/
A DChangeLog.lpfc1536 * Break up ioctls into 3 sections, dfc, util, hbaapi

Completed in 31 milliseconds