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

12345

/include/linux/
H A Dkeyboard.h15 unsigned int value; /* keycode, unicode value or keysym */ member in struct:keyboard_notifier_param
H A Dexport.h28 unsigned long value; member in struct:kernel_symbol
H A Dflat.h32 unsigned long value; member in union:__anon249
H A Dhiddev.h44 struct hid_usage *usage, __s32 value);
52 struct hid_usage *usage, __s32 value) { }
51 hiddev_hid_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
H A Dgpio_keys.h18 * @value: axis value for %EV_ABS
30 int value; member in struct:gpio_keys_button
H A Dposix_acl_xattr.h22 /* An undefined entry e_id value */
56 void posix_acl_fix_xattr_from_user(void *value, size_t size);
57 void posix_acl_fix_xattr_to_user(void *value, size_t size);
59 static inline void posix_acl_fix_xattr_from_user(void *value, size_t size) argument
62 static inline void posix_acl_fix_xattr_to_user(void *value, size_t size) argument
68 const void *value, size_t size);
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 Dhidraw.h31 __u8 *value; member in struct:hidraw_report
H A Dtextsearch_fsm.h39 * @value: character value for TS_FSM_SPECIFIC
45 __u8 value; member in struct:ts_fsm_token
H A Dxattr.h35 void *value; member in struct:xattr
48 int generic_setxattr(struct dentry *dentry, const char *name, const void *value, size_t size, int flags);
53 const char *value, size_t size, gfp_t flags);
64 char value[0]; member in struct:simple_xattr
89 struct simple_xattr *simple_xattr_alloc(const void *value, size_t size);
93 const void *value, size_t size, int flags);
H A Dbitops.h43 /* same as for_each_set_bit() but use bit as value to start with */
54 /* same as for_each_clear_bit() but use bit as value to start with */
84 * rol64 - rotate a 64-bit value left
85 * @word: value to rotate
94 * ror64 - rotate a 64-bit value right
95 * @word: value to rotate
104 * rol32 - rotate a 32-bit value left
105 * @word: value to rotate
114 * ror32 - rotate a 32-bit value right
115 * @word: value t
168 sign_extend32(__u32 value, int index) argument
[all...]
/include/uapi/linux/
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 Dhidraw.h23 __u8 value[HID_MAX_DESCRIPTOR_SIZE]; member in struct:hidraw_report_descriptor
H A Dphantom.h18 __u32 value; member in struct:phm_reg
H A Dvirtio_console.h63 __u16 value; /* Extra information for the key */ member in struct:virtio_console_control
/include/linux/input/
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::__anon404::__anon405
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)
48 *p = (*p & htons((((u16)mask << 4) | 0xf00f))) | htons((u16)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/
H A Dhvm.h38 static inline int hvm_get_parameter(int idx, uint64_t *value) argument
51 *value = xhv.value;
/include/linux/platform_data/
H A Dat91_adc.h19 * @value: value to set in the ADC's trigger setup register
25 u8 value; member in struct:at91_adc_trigger
/include/xen/interface/hvm/
H A Dhvm_op.h31 uint64_t value; /* IN/OUT */ member in struct:xen_hvm_param
/include/kvm/
H A Darm_arch_timer.h38 /* Registers: control register, timer value */
72 int kvm_arm_timer_set_reg(struct kvm_vcpu *, u64 regid, u64 value);
92 static inline int kvm_arm_timer_set_reg(struct kvm_vcpu *vcpu, u64 regid, u64 value) argument
/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/uapi/linux/netfilter/
H A Dxt_u32.h31 struct xt_u32_value_element value[XT_U32_MAXSIZE+1]; member in struct:xt_u32_test
/include/asm-generic/
H A Dgpio.h26 * actually an estimate of a board-specific value.
70 static inline int gpio_direction_output(unsigned gpio, int value) argument
72 return gpiod_direction_output_raw(gpio_to_desc(gpio), value);
84 static inline void gpio_set_value_cansleep(unsigned gpio, int value) argument
86 return gpiod_set_raw_value_cansleep(gpio_to_desc(gpio), value);
98 static inline void __gpio_set_value(unsigned gpio, int value) argument
100 return gpiod_set_raw_value(gpio_to_desc(gpio), value);
132 static inline int gpio_sysfs_set_active_low(unsigned gpio, int value) argument
134 return gpiod_sysfs_set_active_low(gpio_to_desc(gpio), value);
212 static inline void gpio_set_value_cansleep(unsigned gpio, int value) argument
[all...]

Completed in 716 milliseconds

12345