Searched refs:dfc (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/thermal/ |
A D | devfreq_cooling.c | 101 if (dfc->em_pd) { in devfreq_cooling_set_cur_state() 195 if (dfc->power_ops && dfc->power_ops->get_real_power) { in devfreq_cooling_get_requested_power() 207 dfc->res_util = dfc->em_pd->table[state].power; in devfreq_cooling_get_requested_power() 276 if (dfc->power_ops && dfc->power_ops->get_real_power) { in devfreq_cooling_power2state() 325 dfc->freq_table = kcalloc(num_opps, sizeof(*dfc->freq_table), in devfreq_cooling_gen_tables() 374 dfc = kzalloc(sizeof(*dfc), GFP_KERNEL); in of_devfreq_cooling_register_power() 375 if (!dfc) in of_devfreq_cooling_register_power() 387 dfc->em_pd = em; in of_devfreq_cooling_register_power() 437 dfc->cdev = cdev; in of_devfreq_cooling_register_power() 446 kfree(dfc); in of_devfreq_cooling_register_power() [all …]
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_defer.c | 701 struct xfs_defer_capture *dfc; in xfs_defer_ops_capture() local 713 dfc = kmem_zalloc(sizeof(*dfc), KM_NOFS); in xfs_defer_ops_capture() 752 return dfc; in xfs_defer_ops_capture() 759 struct xfs_defer_capture *dfc) in xfs_defer_ops_capture_free() argument 771 kmem_free(dfc); in xfs_defer_ops_capture_free() 788 struct xfs_defer_capture *dfc; in xfs_defer_ops_capture_and_commit() local 793 if (IS_ERR(dfc)) { in xfs_defer_ops_capture_and_commit() 795 return PTR_ERR(dfc); in xfs_defer_ops_capture_and_commit() 797 if (!dfc) in xfs_defer_ops_capture_and_commit() 819 struct xfs_defer_capture *dfc, in xfs_defer_ops_continue() argument [all …]
|
/linux-6.3-rc2/arch/m68k/sun3/ |
A 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-6.3-rc2/arch/m68k/include/asm/ |
A 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-6.3-rc2/include/linux/ |
A 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-6.3-rc2/arch/m68k/ifpsp060/ |
A 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-6.3-rc2/arch/m68k/kernel/ |
A D | sun3-head.S | 42 movec %d0, %dfc
|
A D | entry.S | 433 movec %a0,%dfc
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_log_recover.c | 2462 struct xfs_defer_capture *dfc, *next; in xlog_finish_defer_ops() local 2466 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_finish_defer_ops() 2476 resv.tr_logres = dfc->dfc_logres; in xlog_finish_defer_ops() 2480 error = xfs_trans_alloc(mp, &resv, dfc->dfc_blkres, in xlog_finish_defer_ops() 2481 dfc->dfc_rtxres, XFS_TRANS_RESERVE, &tp); in xlog_finish_defer_ops() 2491 list_del_init(&dfc->dfc_list); in xlog_finish_defer_ops() 2492 xfs_defer_ops_continue(dfc, tp, &dres); in xlog_finish_defer_ops() 2509 struct xfs_defer_capture *dfc; in xlog_abort_defer_ops() local 2512 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_abort_defer_ops() 2513 list_del_init(&dfc->dfc_list); in xlog_abort_defer_ops() [all …]
|
/linux-6.3-rc2/drivers/hwmon/ |
A D | lm90.c | 2426 int local_ext, conalert, chen, dfc; in lm90_detect_ti() local 2433 dfc = i2c_smbus_read_byte_data(client, TMP461_REG_DFC); in lm90_detect_ti() 2436 (chen & 0xfc) == 0x00 && (dfc & 0xfc) == 0x00) { in lm90_detect_ti()
|
/linux-6.3-rc2/Documentation/scsi/ |
A D | ChangeLog.lpfc | 1536 * Break up ioctls into 3 sections, dfc, util, hbaapi
|
Completed in 36 milliseconds