/linux/drivers/vfio/ |
H A D | device_cdev.c | 27 struct vfio_device_file *df; in vfio_device_fops_cdev_open() local 56 static void vfio_df_get_kvm_safe(struct vfio_device_file *df) in vfio_df_get_kvm_safe() 83 long vfio_df_ioctl_bind_iommufd(struct vfio_device_file *df, in vfio_df_ioctl_bind_iommufd() 173 void vfio_df_unbind_iommufd(struct vfio_device_file *df) in vfio_df_unbind_iommufd() 194 int vfio_df_ioctl_attach_pt(struct vfio_device_file *df, in vfio_df_ioctl_attach_pt() 253 int vfio_df_ioctl_detach_pt(struct vfio_device_file *df, in vfio_df_ioctl_detach_pt()
|
H A D | vfio_main.c | 493 struct vfio_device_file *df; in vfio_allocate_device_file() local 505 static int vfio_df_device_first_open(struct vfio_device_file *df) in vfio_df_device_first_open() 540 static void vfio_df_device_last_close(struct vfio_device_file *df) in vfio_df_device_last_close() 556 int vfio_df_open(struct vfio_device_file *df) in vfio_df_open() 580 void vfio_df_close(struct vfio_device_file *df) in vfio_df_close() 631 struct vfio_device_file *df = filep->private_data; in vfio_device_fops_release() local 1264 struct vfio_device_file *df = filep->private_data; in vfio_device_fops_unl_ioctl() local 1313 struct vfio_device_file *df = filep->private_data; in vfio_device_fops_read() local 1330 struct vfio_device_file *df = filep->private_data; in vfio_device_fops_write() local 1345 struct vfio_device_file *df = filep->private_data; in vfio_device_fops_mmap() local [all …]
|
H A D | iommufd.c | 21 int vfio_df_iommufd_bind(struct vfio_device_file *df) in vfio_df_iommufd_bind() 55 void vfio_df_iommufd_unbind(struct vfio_device_file *df) in vfio_df_iommufd_unbind()
|
H A D | vfio.h | 160 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 D | group.c | 165 static int vfio_df_group_open(struct vfio_device_file *df) in vfio_df_group_open() 233 void vfio_df_group_close(struct vfio_device_file *df) in vfio_df_group_close() 252 struct vfio_device_file *df; in vfio_device_open_file() local
|
/linux/include/linux/ |
H A D | devfreq_cooling.h | 58 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()
|
/linux/drivers/thermal/ |
H A D | devfreq_cooling.c | 88 struct devfreq *df = dfc->devfreq; in devfreq_cooling_set_cur_state() local 148 static unsigned long get_voltage(struct devfreq *df, unsigned long freq) in get_voltage() 194 struct devfreq *df = dfc->devfreq; in devfreq_cooling_get_requested_power() local 291 struct devfreq *df = dfc->devfreq; in devfreq_cooling_power2state() local 351 struct devfreq *df = dfc->devfreq; in devfreq_cooling_gen_tables() local 393 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power() 490 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register() 500 struct thermal_cooling_device *devfreq_cooling_register(struct devfreq *df) in devfreq_cooling_register() 523 devfreq_cooling_em_register(struct devfreq *df, in devfreq_cooling_em_register()
|
/linux/scripts/gendwarfksyms/ |
H A D | die.c | 74 struct die_fragment *df; in reset_die() local 124 struct die_fragment *df; in append_item() local 134 struct die_fragment *df; in die_map_add_string() local 146 struct die_fragment *df; in die_map_add_linebreak() local 158 struct die_fragment *df; in die_map_add_die() local
|
/linux/drivers/devfreq/ |
H A D | devfreq.c | 1407 struct devfreq *df = to_devfreq(dev); in name_show() local 1415 struct devfreq *df = to_devfreq(dev); in governor_show() local 1426 struct devfreq *df = to_devfreq(dev); in governor_store() local 1507 struct devfreq *df = to_devfreq(d); in available_governors_show() local 1553 struct devfreq *df = to_devfreq(dev); in cur_freq_show() local 1569 struct devfreq *df = to_devfreq(dev); in target_freq_show() local 1578 struct devfreq *df = to_devfreq(dev); in min_freq_store() local 1605 struct devfreq *df = to_devfreq(dev); in min_freq_show() local 1619 struct devfreq *df = to_devfreq(dev); in max_freq_store() local 1659 struct devfreq *df = to_devfreq(dev); in max_freq_show() local [all …]
|
H A D | governor_powersave.c | 13 static int devfreq_powersave_func(struct devfreq *df, in devfreq_powersave_func()
|
H A D | governor_performance.c | 13 static int devfreq_performance_func(struct devfreq *df, in devfreq_performance_func()
|
H A D | governor_simpleondemand.c | 18 static int devfreq_simple_ondemand_func(struct devfreq *df, in devfreq_simple_ondemand_func()
|
H A D | governor.h | 120 static inline int devfreq_update_stats(struct devfreq *df) in devfreq_update_stats()
|
H A D | governor_userspace.c | 23 static int devfreq_userspace_func(struct devfreq *df, unsigned long *freq) in devfreq_userspace_func()
|
H A D | hisi_uncore_freq.c | 349 static int hisi_platform_gov_func(struct devfreq *df, unsigned long *freq) in hisi_platform_gov_func() 360 static int hisi_platform_gov_handler(struct devfreq *df, unsigned int event, in hisi_platform_gov_handler()
|
/linux/include/linux/platform_data/ |
H A D | apds990x.h | 41 int df; member
|
/linux/include/xen/interface/hvm/ |
H A D | ioreq.h | 46 uint8_t df:1; member
|
/linux/arch/parisc/math-emu/ |
H A D | fpudispatch.c | 279 u_int df; /* for class 1 conversions */ in decode_0c() local 726 u_int df; /* dest format for class 1 conversions */ local
|
H A D | decode_exc.c | 50 #define df 13 /* bits 17 & 18 */ macro
|
/linux/net/ipv4/ |
H A D | ip_tunnel.c | 513 struct rtable *rt, __be16 df, in tnl_update_pmtu() 595 __be16 df = 0; in ip_md_tunnel_xmit() local 698 __be16 df; in ip_tunnel_xmit() local
|
H A D | udp_tunnel_core.c | 175 __be16 df, __be16 src_port, __be16 dst_port, in udp_tunnel_xmit_skb()
|
/linux/arch/mips/kernel/ |
H A D | unaligned.c | 464 enum msa_2b_fmt df; in emulate_load_store_insn() local
|
/linux/include/uapi/linux/netfilter/ |
H A D | nfnetlink_osf.h | 57 __u8 ttl, df; member
|
/linux/net/netfilter/ |
H A D | nfnetlink_osf.c | 57 bool df; member
|
/linux/drivers/net/ethernet/amazon/ena/ |
H A D | ena_eth_com.h | 36 u8 df; /* Don't fragment */ member
|