Home
last modified time | relevance | path

Searched defs:df (Results 1 – 25 of 71) sorted by relevance

123

/openbmc/qemu/include/libdecnumber/
H A DdecNumberLocal.h310 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)]) argument
311 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)]) argument
314 #define DFWORD(df, off) ((df)->words[off]) argument
315 #define DFBYTE(df, off) ((df)->bytes[off]) argument
320 #define DFISSIGNED(df) (DFWORD(df, 0)&0x80000000) argument
321 #define DFISSPECIAL(df) ((DFWORD(df, 0)&0x78000000)==0x78000000) argument
322 #define DFISINF(df) ((DFWORD(df, 0)&0x7c000000)==0x78000000) argument
323 #define DFISNAN(df) ((DFWORD(df, 0)&0x7c000000)==0x7c000000) argument
324 #define DFISQNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7c000000) argument
325 #define DFISSNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7e000000) argument
[all …]
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu_devfreq.c23 struct msm_gpu_devfreq *df = &gpu->devfreq; in msm_devfreq_target() local
61 struct msm_gpu_devfreq *df = &gpu->devfreq; in get_freq() local
81 struct msm_gpu_devfreq *df = &gpu->devfreq; in msm_devfreq_get_dev_status() local
135 struct msm_gpu_devfreq *df = &gpu->devfreq; in has_devfreq() local
141 struct msm_gpu_devfreq *df = &gpu->devfreq; in msm_devfreq_init() local
204 static void cancel_idle_work(struct msm_gpu_devfreq *df) in cancel_idle_work()
210 static void cancel_boost_work(struct msm_gpu_devfreq *df) in cancel_boost_work()
218 struct msm_gpu_devfreq *df = &gpu->devfreq; in msm_devfreq_cleanup() local
229 struct msm_gpu_devfreq *df = &gpu->devfreq; in msm_devfreq_resume() local
246 struct msm_gpu_devfreq *df = &gpu->devfreq; in msm_devfreq_suspend() local
[all …]
/openbmc/linux/drivers/vfio/
H A Ddevice_cdev.c27 struct vfio_device_file *df; in vfio_device_fops_cdev_open() local
49 static void vfio_df_get_kvm_safe(struct vfio_device_file *df) in vfio_df_get_kvm_safe()
56 long vfio_df_ioctl_bind_iommufd(struct vfio_device_file *df, in vfio_df_ioctl_bind_iommufd()
134 void vfio_df_unbind_iommufd(struct vfio_device_file *df) in vfio_df_unbind_iommufd()
155 int vfio_df_ioctl_attach_pt(struct vfio_device_file *df, in vfio_df_ioctl_attach_pt()
191 int vfio_df_ioctl_detach_pt(struct vfio_device_file *df, in vfio_df_ioctl_detach_pt()
H A Dvfio_main.c447 struct vfio_device_file *df; in vfio_allocate_device_file() local
459 static int vfio_df_device_first_open(struct vfio_device_file *df) in vfio_df_device_first_open()
494 static void vfio_df_device_last_close(struct vfio_device_file *df) in vfio_df_device_last_close()
510 int vfio_df_open(struct vfio_device_file *df) in vfio_df_open()
534 void vfio_df_close(struct vfio_device_file *df) in vfio_df_close()
584 struct vfio_device_file *df = filep->private_data; in vfio_device_fops_release() local
1207 struct vfio_device_file *df = filep->private_data; in vfio_device_fops_unl_ioctl() local
1256 struct vfio_device_file *df = filep->private_data; in vfio_device_fops_read() local
1273 struct vfio_device_file *df = filep->private_data; in vfio_device_fops_write() local
1288 struct vfio_device_file *df = filep->private_data; in vfio_device_fops_mmap() local
[all …]
H A Diommufd.c21 int vfio_df_iommufd_bind(struct vfio_device_file *df) in vfio_df_iommufd_bind()
51 void vfio_df_iommufd_unbind(struct vfio_device_file *df) in vfio_df_iommufd_unbind()
H A Dvfio.h160 static inline void vfio_df_group_close(struct vfio_device_file *df) in vfio_df_group_close()
340 static inline void vfio_df_iommufd_unbind(struct vfio_device_file *df) in vfio_df_iommufd_unbind()
404 static inline long vfio_df_ioctl_bind_iommufd(struct vfio_device_file *df, in vfio_df_ioctl_bind_iommufd()
410 static inline void vfio_df_unbind_iommufd(struct vfio_device_file *df) in vfio_df_unbind_iommufd()
H A Dgroup.c167 static int vfio_df_group_open(struct vfio_device_file *df) in vfio_df_group_open()
236 void vfio_df_group_close(struct vfio_device_file *df) in vfio_df_group_close()
255 struct vfio_device_file *df; in vfio_device_open_file() local
/openbmc/linux/include/linux/
H A Ddevfreq_cooling.h58 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power()
65 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register()
71 devfreq_cooling_register(struct devfreq *df) in devfreq_cooling_register()
77 devfreq_cooling_em_register(struct devfreq *df, in devfreq_cooling_em_register()
/openbmc/linux/drivers/thermal/
H A Ddevfreq_cooling.c88 struct devfreq *df = dfc->devfreq; in devfreq_cooling_set_cur_state() local
136 static unsigned long get_voltage(struct devfreq *df, unsigned long freq) in get_voltage()
182 struct devfreq *df = dfc->devfreq; in devfreq_cooling_get_requested_power() local
264 struct devfreq *df = dfc->devfreq; in devfreq_cooling_power2state() local
320 struct devfreq *df = dfc->devfreq; in devfreq_cooling_gen_tables() local
362 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power()
459 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register()
469 struct thermal_cooling_device *devfreq_cooling_register(struct devfreq *df) in devfreq_cooling_register()
492 devfreq_cooling_em_register(struct devfreq *df, in devfreq_cooling_em_register()
/openbmc/linux/arch/s390/hypfs/
H A Dhypfs_dbfs.c35 struct hypfs_dbfs_file *df; in dbfs_read() local
63 struct hypfs_dbfs_file *df = file_inode(file)->i_private; in dbfs_ioctl() local
81 void hypfs_dbfs_create_file(struct hypfs_dbfs_file *df) in hypfs_dbfs_create_file()
88 void hypfs_dbfs_remove_file(struct hypfs_dbfs_file *df) in hypfs_dbfs_remove_file()
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c32 #define DF_BITS(df) (1 << ((df) + 3)) argument
34 #define DF_MAX_INT(df) (int64_t)((1LL << (DF_BITS(df) - 1)) - 1) argument
37 #define DF_MIN_INT(df) (int64_t)(-(1LL << (DF_BITS(df) - 1))) argument
40 #define DF_MAX_UINT(df) (uint64_t)(-1ULL >> (64 - DF_BITS(df))) argument
43 #define UNSIGNED(x, df) ((x) & DF_MAX_UINT(df)) argument
44 #define SIGNED(x, df) \ argument
48 #define DF_ELEMENTS(df) (MSA_WRLEN / DF_BITS(df)) argument
72 static inline int64_t msa_nlzc_df(uint32_t df, int64_t arg) in msa_nlzc_df()
93 static inline int64_t msa_nloc_df(uint32_t df, int64_t arg) in msa_nloc_df()
214 static inline int64_t msa_pcnt_df(uint32_t df, int64_t arg) in msa_pcnt_df()
[all …]
/openbmc/linux/drivers/devfreq/
H A Ddevfreq.c1416 struct devfreq *df = to_devfreq(dev); in name_show() local
1424 struct devfreq *df = to_devfreq(dev); in governor_show() local
1435 struct devfreq *df = to_devfreq(dev); in governor_store() local
1516 struct devfreq *df = to_devfreq(d); in available_governors_show() local
1562 struct devfreq *df = to_devfreq(dev); in cur_freq_show() local
1578 struct devfreq *df = to_devfreq(dev); in target_freq_show() local
1587 struct devfreq *df = to_devfreq(dev); in min_freq_store() local
1614 struct devfreq *df = to_devfreq(dev); in min_freq_show() local
1628 struct devfreq *df = to_devfreq(dev); in max_freq_store() local
1668 struct devfreq *df = to_devfreq(dev); in max_freq_show() local
[all …]
H A Dgovernor_performance.c13 static int devfreq_performance_func(struct devfreq *df, in devfreq_performance_func()
H A Dgovernor_powersave.c13 static int devfreq_powersave_func(struct devfreq *df, in devfreq_powersave_func()
H A Dgovernor_simpleondemand.c18 static int devfreq_simple_ondemand_func(struct devfreq *df, in devfreq_simple_ondemand_func()
H A Dgovernor.h120 static inline int devfreq_update_stats(struct devfreq *df) in devfreq_update_stats()
H A Dgovernor_userspace.c22 static int devfreq_userspace_func(struct devfreq *df, unsigned long *freq) in devfreq_userspace_func()
/openbmc/linux/drivers/pinctrl/pxa/
H A Dpinctrl-pxa2xx.c69 struct pxa_desc_function *df; in pxa_desc_by_func_group() local
143 struct pxa_desc_function *df; in pxa2xx_pmx_set_mux() local
269 struct pxa_desc_function *df; in pxa2xx_build_functions() local
300 struct pxa_desc_function *df; in pxa2xx_build_groups() local
/openbmc/linux/drivers/clk/rockchip/
H A Dclk.h551 df, go, gs, gf) \ argument
572 mf, do, ds, dw, df, go, gs, gf) \ argument
593 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, \ argument
612 df, dt, go, gs, gf) \ argument
649 ds, dw, df) \ argument
668 mw, mf, ds, dw, df, dt) \ argument
687 #define COMPOSITE_FRAC(_id, cname, pname, f, mo, df, go, gs, gf)\ argument
704 #define COMPOSITE_FRACMUX(_id, cname, pname, f, mo, df, go, gs, gf, ch) \ argument
722 #define COMPOSITE_FRACMUX_NOGATE(_id, cname, pname, f, mo, df, ch) \ argument
739 ds, dw, df) \ argument
[all …]
/openbmc/linux/include/linux/platform_data/
H A Dapds990x.h41 int df; member
/openbmc/linux/net/ipv4/
H A Dip_tunnel.c512 struct rtable *rt, __be16 df, in tnl_update_pmtu()
594 __be16 df = 0; in ip_md_tunnel_xmit() local
697 __be16 df; in ip_tunnel_xmit() local
/openbmc/linux/arch/parisc/math-emu/
H A Dfpudispatch.c279 u_int df; /* for class 1 conversions */ in decode_0c() local
726 u_int df; /* dest format for class 1 conversions */ local
H A Ddecode_exc.c50 #define df 13 /* bits 17 & 18 */ macro
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_net.c228 __u8 tos, __u8 ttl, __be16 df, bool xnet) in prepare_ipv4_hdr()
285 __be16 df = htons(IP_DF); in prepare4() local
/openbmc/linux/arch/mips/kernel/
H A Dunaligned.c463 enum msa_2b_fmt df; in emulate_load_store_insn() local

123