Searched defs:value (Results 1 - 25 of 95) sorted by relevance

1234

/include/linux/
H A Dhwmon.h24 static inline int SENSORS_LIMIT(long value, long low, long high) argument
26 if (value < low)
28 else if (value > high)
31 return value;
H A Dreiserfs_xattr.h10 /* Magic value in header */
15 __le32 h_hash; /* hash of the value */
20 void *value; member in struct:reiserfs_security_handle
H A Dexport.h21 unsigned long value; member in struct:kernel_symbol
H A Dsw_sync.h29 u32 value; member in struct:sw_sync_timeline
35 u32 value; member in struct:sw_sync_pt
41 struct sync_pt *sw_sync_pt_create(struct sw_sync_timeline *obj, u32 value);
46 __u32 value; member in struct:sw_sync_create_fence_data
H A Dgpio_keys.h16 int value; /* axis value for EV_ABS */ member in struct:gpio_keys_button
H A Dvirtio_console.h60 __u16 value; /* Extra information for the key */ member in struct:virtio_console_control
H A Detherdevice.h163 * Unlike memcmp(), it doesn't return a value suitable for sorting.
174 static inline unsigned long zap_last_2bytes(unsigned long value) argument
177 return value >> 16;
179 return value << 16;
189 * Unlike memcmp(), it doesn't return a value suitable for sorting.
H A Devm.h25 const void *value, size_t size);
67 const void *value, size_t size)
66 evm_inode_setxattr(struct dentry *dentry, const char *name, const void *value, size_t size) argument
H A Dphantom.h18 __u32 value; member in struct:phm_reg
H A Dtextsearch_fsm.h39 * @value: character value for TS_FSM_SPECIFIC
45 __u8 value; member in struct:ts_fsm_token
H A Dbitops.h29 /* same as for_each_set_bit() but use bit as value to start with */
40 /* same as for_each_clear_bit() but use bit as value to start with */
70 * rol64 - rotate a 64-bit value left
71 * @word: value to rotate
80 * ror64 - rotate a 64-bit value right
81 * @word: value to rotate
90 * rol32 - rotate a 32-bit value left
91 * @word: value to rotate
100 * ror32 - rotate a 32-bit value right
101 * @word: value t
154 sign_extend32(__u32 value, int index) argument
[all...]
H A Dflat.h78 unsigned long value; member in union:__anon386
H A Dmmiotrace.h89 unsigned long value; member in struct:mmiotrace_rw
H A Dprio_tree.h41 unsigned long value; member in struct:prio_tree_iter
77 (ptr)->value = 0UL; \
/include/xen/
H A Dhvm.h8 static inline int hvm_get_parameter(int idx, uint64_t *value) argument
21 *value = xhv.value;
/include/linux/input/
H A Dmt.h27 unsigned code, int value)
29 slot->abs[code - ABS_MT_FIRST] = value;
26 input_mt_set_value(struct input_mt_slot *slot, unsigned code, int value) argument
H A Dsparse-keymap.h14 #define KE_SW 2 /* Switch (predetermined value) */
15 #define KE_VSW 3 /* Switch (value supplied at runtime) */
27 * @sw.value: Value that should be sent in an input even when KE_SW
29 * expect driver to supply value for the event.
42 u8 value; /* For KE_SW, ignored by KE_VSW */ member in struct:key_entry::__anon583::__anon584
57 unsigned int value, bool autorelease);
60 unsigned int value, bool autorelease);
/include/linux/regulator/
H A Dgpio-regulator.h30 * @value: microvolts or microamps
31 * @gpios: bitfield of gpio target-states for the value
40 int value; member in struct:gpio_regulator_state
/include/net/
H A Ddsfield.h28 __u8 value)
33 dsfield = (iph->tos & mask) | value;
44 __u8 value)
49 tmp = (tmp & ((mask << 4) | 0xf00f)) | (value << 4);
27 ipv4_change_dsfield(struct iphdr *iph,__u8 mask, __u8 value) argument
43 ipv6_change_dsfield(struct ipv6hdr *ipv6h,__u8 mask, __u8 value) argument
/include/xen/interface/hvm/
H A Dhvm_op.h31 uint64_t value; /* IN/OUT */ member in struct:xen_hvm_param
/include/linux/netfilter/
H A Dxt_u32.h31 struct xt_u32_value_element value[XT_U32_MAXSIZE+1]; member in struct:xt_u32_test
/include/net/irda/
H A Dirias_object.h78 struct ias_value *value; /* Attribute value */ member in struct:ias_attrib
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/asm-generic/
H A Dgpio.h23 * actually an estimate of a board-specific value.
60 * @get: returns value for signal "offset"; for output signals this
61 * returns either the value actually sensed, or zero
63 * @set: assigns output value for signal "offset"
107 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 gpio_set_value_cansleep(unsigned gpio, int value) argument
246 gpio_sysfs_set_active_low(unsigned gpio, int value) argument
[all...]
/include/linux/mfd/
H A 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) argument
83 static inline int db5500_prcmu_abb_write(u8 slave, u8 reg, u8 *value, u8 size) argument
/include/linux/netfilter_ipv4/
H A Dip_queue.h23 unsigned long mark; /* Netfilter mark value */
39 unsigned char value; /* Requested mode */ member in struct:ipq_mode_msg
44 unsigned int value; /* Verdict to hand to netfilter */ member in struct:ipq_verdict_msg

Completed in 319 milliseconds

1234