Home
last modified time | relevance | path

Searched refs:df (Results 1 – 9 of 9) sorted by relevance

/include/linux/
Ddevfreq_cooling.h38 int (*get_real_power)(struct devfreq *df, u32 *power,
45 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df,
48 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df);
49 struct thermal_cooling_device *devfreq_cooling_register(struct devfreq *df);
52 devfreq_cooling_em_register(struct devfreq *df,
58 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power() argument
65 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register() argument
71 devfreq_cooling_register(struct devfreq *df) in devfreq_cooling_register() argument
77 devfreq_cooling_em_register(struct devfreq *df, in devfreq_cooling_em_register() argument
Ddevfreq.h449 static inline int devfreq_update_stats(struct devfreq *df) in devfreq_update_stats() argument
/include/linux/platform_data/
Dapds990x.h41 int df; member
/include/xen/interface/hvm/
Dioreq.h46 uint8_t df:1; member
/include/uapi/linux/netfilter/
Dnfnetlink_osf.h57 __u8 ttl, df; member
/include/net/
Dgro.h454 const u32 df = id & IP_DF; in inet_gro_flush() local
458 flush = (iph->ttl ^ iph2->ttl) | (iph->tos ^ iph2->tos) | (df ^ (id2 & IP_DF)); in inet_gro_flush()
460 if (flush | (outer && df)) in inet_gro_flush()
467 if (count == 1 && df && !ipid_offset) in inet_gro_flush()
Dudp_tunnel.h152 __be16 df, __be16 src_port, __be16 dst_port,
Dvxlan.h229 enum ifla_vxlan_df df; member
Dip_tunnels.h596 u8 tos, u8 ttl, __be16 df, bool xnet);