Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Ddevfreq_cooling.c101 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()
204 state = dfc->max_state - dfc->capped_state; 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()
446 kfree(dfc); in of_devfreq_cooling_register_power()
[all …]
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_defer.c759 struct xfs_defer_capture *dfc; in xfs_defer_ops_capture() local
771 dfc = kmem_zalloc(sizeof(*dfc), KM_NOFS); in xfs_defer_ops_capture()
810 return dfc; in xfs_defer_ops_capture()
817 struct xfs_defer_capture *dfc) in xfs_defer_ops_capture_abort() argument
830 kmem_free(dfc); in xfs_defer_ops_capture_abort()
847 struct xfs_defer_capture *dfc; in xfs_defer_ops_capture_and_commit() local
852 if (IS_ERR(dfc)) { in xfs_defer_ops_capture_and_commit()
854 return PTR_ERR(dfc); in xfs_defer_ops_capture_and_commit()
856 if (!dfc) in xfs_defer_ops_capture_and_commit()
878 struct xfs_defer_capture *dfc, in xfs_defer_ops_continue() argument
[all …]
/openbmc/linux/arch/m68k/sun3/
H A Dleds.c8 unsigned char dfc; in sun3_leds() local
10 GET_DFC(dfc); in sun3_leds()
13 SET_DFC(dfc); in sun3_leds()
/openbmc/linux/arch/m68k/include/asm/
H 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()
/openbmc/linux/include/linux/
H 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
/openbmc/linux/arch/m68k/ifpsp060/
H 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
/openbmc/qemu/target/m68k/
H A Dmonitor.c48 { "dfc", offsetof(CPUM68KState, dfc) },
H A Dcpu.h148 uint32_t dfc; member
617 *flags |= (env->dfc << (TB_FLAGS_DFC_S_BIT - 2)) & TB_FLAGS_DFC_S; in cpu_get_tb_cpu_state()
H A Dhelper.c177 env->dfc = val & 7; in HELPER()
301 return env->dfc; in HELPER()
1463 if (env->dfc & 4) { in HELPER()
1466 if ((env->dfc & 3) == 2) { in HELPER()
H A Dcpu.c488 VMSTATE_UINT32(env.dfc, M68kCPU),
H A Dop_helper.c379 env->mmu.ssw, env->mmu.ar, env->sfc, env->dfc); in m68k_interrupt_all()
H A Dtranslate.c6194 qemu_fprintf(f, "SFC = %x DFC %x\n", env->sfc, env->dfc); in m68k_cpu_dump_state()
/openbmc/linux/arch/m68k/kernel/
H A Dsun3-head.S42 movec %d0, %dfc
H A Dentry.S433 movec %a0,%dfc
/openbmc/linux/fs/xfs/
H A Dxfs_log_recover.c2479 struct xfs_defer_capture *dfc, *next; in xlog_finish_defer_ops() local
2483 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_finish_defer_ops()
2493 resv.tr_logres = dfc->dfc_logres; in xlog_finish_defer_ops()
2497 error = xfs_trans_alloc(mp, &resv, dfc->dfc_blkres, in xlog_finish_defer_ops()
2498 dfc->dfc_rtxres, XFS_TRANS_RESERVE, &tp); in xlog_finish_defer_ops()
2508 list_del_init(&dfc->dfc_list); in xlog_finish_defer_ops()
2509 xfs_defer_ops_continue(dfc, tp, &dres); in xlog_finish_defer_ops()
2526 struct xfs_defer_capture *dfc; in xlog_abort_defer_ops() local
2529 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_abort_defer_ops()
2530 list_del_init(&dfc->dfc_list); in xlog_abort_defer_ops()
[all …]
/openbmc/linux/drivers/hwmon/
H A Dlm90.c2426 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()
/openbmc/linux/Documentation/scsi/
H A DChangeLog.lpfc1536 * Break up ioctls into 3 sections, dfc, util, hbaapi
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/
H A D40-libgphoto2.rules771 ATTRS{idVendor}=="0bb4", ATTRS{idProduct}=="0dfc", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"