Searched refs:dfc (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/thermal/ |
| A D | devfreq_cooling.c | 102 if (dfc->em_pd) { in devfreq_cooling_set_cur_state() 208 if (dfc->power_ops && dfc->power_ops->get_real_power) { in devfreq_cooling_get_requested_power() 217 state = dfc->max_state - dfc->capped_state; in devfreq_cooling_get_requested_power() 304 if (dfc->power_ops && dfc->power_ops->get_real_power) { in devfreq_cooling_power2state() 356 dfc->freq_table = kcalloc(num_opps, sizeof(*dfc->freq_table), in devfreq_cooling_gen_tables() 405 dfc = kzalloc(sizeof(*dfc), GFP_KERNEL); in of_devfreq_cooling_register_power() 406 if (!dfc) in of_devfreq_cooling_register_power() 418 dfc->em_pd = em; in of_devfreq_cooling_register_power() 468 dfc->cdev = cdev; in of_devfreq_cooling_register_power() 477 kfree(dfc); in of_devfreq_cooling_register_power() [all …]
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_defer.c | 967 struct xfs_defer_capture *dfc; in xfs_defer_ops_capture() local 979 dfc = kzalloc(sizeof(*dfc), GFP_KERNEL | __GFP_NOFAIL); in xfs_defer_ops_capture() 1018 return dfc; in xfs_defer_ops_capture() 1025 struct xfs_defer_capture *dfc) in xfs_defer_ops_capture_abort() argument 1038 kfree(dfc); in xfs_defer_ops_capture_abort() 1060 if (IS_ERR(dfc)) { in xfs_defer_ops_capture_and_commit() 1062 return PTR_ERR(dfc); in xfs_defer_ops_capture_and_commit() 1064 if (!dfc) in xfs_defer_ops_capture_and_commit() 1097 xfs_sort_inodes(dfc->dfc_held.dr_ip, dfc->dfc_held.dr_inos); in xfs_defer_ops_continue() 1098 xfs_lock_inodes(dfc->dfc_held.dr_ip, dfc->dfc_held.dr_inos, in xfs_defer_ops_continue() [all …]
|
| /linux/arch/m68k/sun3/ |
| A D | leds.c | 10 unsigned char dfc; in sun3_leds() local 12 GET_DFC(dfc); in sun3_leds() 15 SET_DFC(dfc); in sun3_leds()
|
| /linux/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/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/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/arch/m68k/kernel/ |
| A D | sun3-head.S | 42 movec %d0, %dfc
|
| A D | entry.S | 430 movec %a0,%dfc
|
| /linux/fs/xfs/ |
| A D | xfs_log_recover.c | 2511 struct xfs_defer_capture *dfc, *next; in xlog_finish_defer_ops() local 2515 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_finish_defer_ops() 2525 resv.tr_logres = dfc->dfc_logres; in xlog_finish_defer_ops() 2529 error = xfs_trans_alloc(mp, &resv, dfc->dfc_blkres, in xlog_finish_defer_ops() 2530 dfc->dfc_rtxres, XFS_TRANS_RESERVE, &tp); in xlog_finish_defer_ops() 2540 list_del_init(&dfc->dfc_list); in xlog_finish_defer_ops() 2541 xfs_defer_ops_continue(dfc, tp, &dres); in xlog_finish_defer_ops() 2558 struct xfs_defer_capture *dfc; in xlog_abort_defer_ops() local 2561 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_abort_defer_ops() 2562 list_del_init(&dfc->dfc_list); in xlog_abort_defer_ops() [all …]
|
| /linux/drivers/hwmon/ |
| A D | lm90.c | 2390 int local_ext, conalert, chen, dfc; in lm90_detect_ti() local 2397 dfc = i2c_smbus_read_byte_data(client, TMP461_REG_DFC); in lm90_detect_ti() 2400 (chen & 0xfc) == 0x00 && (dfc & 0xfc) == 0x00) { in lm90_detect_ti()
|
| /linux/Documentation/scsi/ |
| A D | ChangeLog.lpfc | 1536 * Break up ioctls into 3 sections, dfc, util, hbaapi
|
Completed in 34 milliseconds