Home
last modified time | relevance | path

Searched refs:value (Results 1 – 25 of 168) sorted by relevance

1234567

/include/linux/uwb/
Dwhci.h80 void le_writel(u32 value, void __iomem *addr) in le_writel() argument
82 iowrite32(value, addr); in le_writel()
96 void le_writeq(u64 value, void __iomem *addr) in le_writeq() argument
98 iowrite32(value, addr); in le_writeq()
99 iowrite32(value >> 32, addr + 4); in le_writeq()
107 u64 value; in le_readq() local
108 value = ioread32(addr); in le_readq()
109 value |= (u64)ioread32(addr + 4) << 32; in le_readq()
110 return value; in le_readq()
/include/trace/events/
Dsync.h17 __array(char, value, 32)
24 __entry->value,
25 sizeof(__entry->value));
27 __entry->value[0] = '\0';
31 TP_printk("name=%s value=%s", __get_str(name), __entry->value)
62 __array(char, value, 32)
69 __entry->value,
70 sizeof(__entry->value));
72 __entry->value[0] = '\0';
76 TP_printk("name=%s value=%s", __get_str(timeline), __entry->value)
Dgpio.h33 TP_PROTO(unsigned gpio, int get, int value),
35 TP_ARGS(gpio, get, value),
40 __field(int, value)
46 __entry->value = value;
50 __entry->get ? "get" : "set", __entry->value)
/include/net/
Dmld.h67 #define MLDV2_MASK(value, nb) ((nb)>=32 ? (value) : ((1<<(nb))-1) & (value)) argument
68 #define MLDV2_EXP(thresh, nbmant, nbexp, value) \ argument
69 ((value) < (thresh) ? (value) : \
70 ((MLDV2_MASK(value, nbmant) | (1<<(nbmant))) << \
71 (MLDV2_MASK((value) >> (nbmant), nbexp) + (nbexp))))
73 #define MLDV2_MRC(value) MLDV2_EXP(0x8000, 12, 3, value) argument
Dnetlink.h758 static inline int nla_put_u8(struct sk_buff *skb, int attrtype, u8 value) in nla_put_u8() argument
760 return nla_put(skb, attrtype, sizeof(u8), &value); in nla_put_u8()
769 static inline int nla_put_u16(struct sk_buff *skb, int attrtype, u16 value) in nla_put_u16() argument
771 return nla_put(skb, attrtype, sizeof(u16), &value); in nla_put_u16()
780 static inline int nla_put_u32(struct sk_buff *skb, int attrtype, u32 value) in nla_put_u32() argument
782 return nla_put(skb, attrtype, sizeof(u32), &value); in nla_put_u32()
791 static inline int nla_put_u64(struct sk_buff *skb, int attrtype, u64 value) in nla_put_u64() argument
793 return nla_put(skb, attrtype, sizeof(u64), &value); in nla_put_u64()
837 #define NLA_PUT_TYPE(skb, type, attrtype, value) \ argument
839 type __tmp = value; \
[all …]
Ddsfield.h28 __u8 value) in ipv4_change_dsfield() argument
33 dsfield = (iph->tos & mask) | value; in ipv4_change_dsfield()
44 __u8 value) in ipv6_change_dsfield() argument
49 tmp = (tmp & ((mask << 4) | 0xf00f)) | (value << 4); in ipv6_change_dsfield()
/include/linux/
Ddebugfs.h65 struct dentry *parent, u8 *value);
67 struct dentry *parent, u16 *value);
69 struct dentry *parent, u32 *value);
71 struct dentry *parent, u64 *value);
73 struct dentry *parent, u8 *value);
75 struct dentry *parent, u16 *value);
77 struct dentry *parent, u32 *value);
79 struct dentry *parent, u64 *value);
81 struct dentry *parent, size_t *value);
83 struct dentry *parent, u32 *value);
[all …]
Dhwmon.h24 static inline int SENSORS_LIMIT(long value, long low, long high) in SENSORS_LIMIT() argument
26 if (value < low) in SENSORS_LIMIT()
28 else if (value > high) in SENSORS_LIMIT()
31 return value; in SENSORS_LIMIT()
Dsw_sync.h29 u32 value; member
35 u32 value; member
41 struct sync_pt *sw_sync_pt_create(struct sw_sync_timeline *obj, u32 value);
46 __u32 value; member
Digmp.h211 #define IGMPV3_MASK(value, nb) ((nb)>=32 ? (value) : ((1<<(nb))-1) & (value)) argument
212 #define IGMPV3_EXP(thresh, nbmant, nbexp, value) \ argument
213 ((value) < (thresh) ? (value) : \
214 ((IGMPV3_MASK(value, nbmant) | (1<<(nbmant))) << \
215 (IGMPV3_MASK((value) >> (nbmant), nbexp) + (nbexp))))
217 #define IGMPV3_QQIC(value) IGMPV3_EXP(0x80, 4, 3, value) argument
218 #define IGMPV3_MRC(value) IGMPV3_EXP(0x80, 4, 3, value) argument
Dpm_qos.h73 enum pm_qos_req_action action, int value);
75 s32 value);
92 s32 value);
104 struct dev_pm_qos_request *req, s32 value);
112 s32 value) in dev_pm_qos_add_request() argument
140 struct dev_pm_qos_request *req, s32 value) in dev_pm_qos_add_ancestor_request() argument
145 int dev_pm_qos_expose_latency_limit(struct device *dev, s32 value);
148 static inline int dev_pm_qos_expose_latency_limit(struct device *dev, s32 value) in dev_pm_qos_expose_latency_limit() argument
Dgpio.h90 static inline int gpio_direction_output(unsigned gpio, int value) in gpio_direction_output() argument
107 static inline void gpio_set_value(unsigned gpio, int value) in gpio_set_value() argument
127 static inline void gpio_set_value_cansleep(unsigned gpio, int value) in gpio_set_value_cansleep() argument
148 static inline int gpio_sysfs_set_active_low(unsigned gpio, int value) in gpio_sysfs_set_active_low() argument
Datmel-ssc.h298 #define SSC_BF(name, value) \ argument
299 (((value) & ((1 << SSC_##name##_SIZE) - 1)) \
301 #define SSC_BFEXT(name, value) \ argument
302 (((value) >> SSC_##name##_OFFSET) \
304 #define SSC_BFINS(name, value, old) \ argument
306 << SSC_##name##_OFFSET)) | SSC_BF(name, value))
310 #define ssc_writel(base, reg, value) __raw_writel((value), base + SSC_##reg) argument
Dpci_hotplug.h77 int (*set_attention_status) (struct hotplug_slot *slot, u8 value);
78 int (*hardware_test) (struct hotplug_slot *slot, u32 value);
79 int (*get_power_status) (struct hotplug_slot *slot, u8 *value);
80 int (*get_attention_status) (struct hotplug_slot *slot, u8 *value);
81 int (*get_latch_status) (struct hotplug_slot *slot, u8 *value);
82 int (*get_adapter_status) (struct hotplug_slot *slot, u8 *value);
Dkconfig.h21 #define _config_enabled(value) __config_enabled(__ARG_PLACEHOLDER_##value) argument
/include/linux/ssb/
Dssb_embedded.h12 u32 ssb_gpio_out(struct ssb_bus *bus, u32 mask, u32 value);
13 u32 ssb_gpio_outen(struct ssb_bus *bus, u32 mask, u32 value);
14 u32 ssb_gpio_control(struct ssb_bus *bus, u32 mask, u32 value);
15 u32 ssb_gpio_intmask(struct ssb_bus *bus, u32 mask, u32 value);
16 u32 ssb_gpio_polarity(struct ssb_bus *bus, u32 mask, u32 value);
/include/asm-generic/
Dbarrier.h43 #define set_mb(var, value) do { var = value; mb(); } while (0) argument
44 #define set_wmb(var, value) do { var = value; wmb(); } while (0) argument
Dgpio.h107 unsigned offset, int value);
112 unsigned offset, int value);
157 extern int gpio_direction_output(unsigned gpio, int value);
162 extern void gpio_set_value_cansleep(unsigned gpio, int value);
170 extern void __gpio_set_value(unsigned gpio, int value);
193 extern int gpio_sysfs_set_active_low(unsigned gpio, int value);
221 static inline void gpio_set_value_cansleep(unsigned gpio, int value) in gpio_set_value_cansleep() argument
224 __gpio_set_value(gpio, value); in gpio_set_value_cansleep()
246 static inline int gpio_sysfs_set_active_low(unsigned gpio, int value) in gpio_sysfs_set_active_low() argument
/include/xen/
Dhvm.h8 static inline int hvm_get_parameter(int idx, uint64_t *value) in hvm_get_parameter() argument
21 *value = xhv.value; in hvm_get_parameter()
/include/linux/mfd/
Ddb5500-prcmu.h71 int db5500_prcmu_abb_read(u8 slave, u8 reg, u8 *value, u8 size);
72 int db5500_prcmu_abb_write(u8 slave, u8 reg, u8 *value, u8 size);
78 static inline int db5500_prcmu_abb_read(u8 slave, u8 reg, u8 *value, u8 size) in db5500_prcmu_abb_read() argument
83 static inline int db5500_prcmu_abb_write(u8 slave, u8 reg, u8 *value, u8 size) in db5500_prcmu_abb_write() argument
/include/linux/input/
Dsparse-keymap.h42 u8 value; /* For KE_SW, ignored by KE_VSW */ member
57 unsigned int value, bool autorelease);
60 unsigned int value, bool autorelease);
/include/net/irda/
Dirlan_common.h106 #define IRLAN_STRING_PARAMETER_LEN(name, value) (1 + strlen((name)) + 2 \ argument
107 + strlen ((value)))
219 int irlan_insert_byte_param(struct sk_buff *skb, char *param, __u8 value);
220 int irlan_insert_short_param(struct sk_buff *skb, char *param, __u16 value);
221 int irlan_insert_string_param(struct sk_buff *skb, char *param, char *value);
222 int irlan_insert_array_param(struct sk_buff *skb, char *name, __u8 *value,
225 int irlan_extract_param(__u8 *buf, char *name, char *value, __u16 *len);
Dirias_object.h78 struct ias_value *value; /* Attribute value */ member
88 void irias_add_integer_attrib(struct ias_object *obj, char *name, int value,
90 void irias_add_string_attrib(struct ias_object *obj, char *name, char *value,
103 void irias_delete_value(struct ias_value *value);
/include/linux/i2c/
Dtps65010.h141 extern int tps65010_set_gpio_out_value(unsigned gpio, unsigned value);
152 extern int tps65010_set_vib(unsigned value);
163 extern int tps65010_config_vregs1(unsigned value);
173 extern int tps65010_config_vdcdc2(unsigned value);
/include/scsi/
Dfc_encode.h265 (__be64 *)&entry->value[0]); in fc_ct_ms_fill()
268 entry = (struct fc_fdmi_attr_entry *)((char *)entry->value + in fc_ct_ms_fill()
275 strncpy((char *)&entry->value, in fc_ct_ms_fill()
280 entry = (struct fc_fdmi_attr_entry *)((char *)entry->value + in fc_ct_ms_fill()
287 strncpy((char *)&entry->value, in fc_ct_ms_fill()
292 entry = (struct fc_fdmi_attr_entry *)((char *)entry->value + in fc_ct_ms_fill()
299 strncpy((char *)&entry->value, in fc_ct_ms_fill()
304 entry = (struct fc_fdmi_attr_entry *)((char *)entry->value + in fc_ct_ms_fill()
311 strncpy((char *)&entry->value, in fc_ct_ms_fill()
316 entry = (struct fc_fdmi_attr_entry *)((char *)entry->value + in fc_ct_ms_fill()
[all …]

1234567