Searched defs:attribute (Results 1 - 3 of 3) sorted by relevance

/include/linux/
H A Dsysfs.h29 struct attribute { struct
40 * sysfs_attr_init - initialize a dynamically allocated sysfs attribute
41 * @attr: struct attribute to initialize
43 * Initialize a dynamically allocated struct attribute so we can
46 * Lockdep gives a nice error when your attribute is added to
63 struct attribute *, int);
64 struct attribute **attrs;
122 struct attribute attr;
140 * enabled. Lockdep gives a nice error when your attribute is
176 ssize_t (*show)(struct kobject *, struct attribute *, cha
[all...]
H A Defi.h111 u64 attribute; member in struct:__anon203
745 __aligned_u64 attribute; member in struct:__anon231
/include/uapi/linux/
H A Dirda.h93 #define IRLMP_IAS_SET 2 /* Set an attribute in local IAS */
94 #define IRLMP_IAS_QUERY 3 /* Query remote IAS for attribute */
99 #define IRLMP_IAS_GET 8 /* Get an attribute from local IAS */
100 #define IRLMP_IAS_DEL 9 /* Remove attribute from local IAS */
159 } attribute; member in struct:irda_ias_set

Completed in 209 milliseconds