Searched refs:attribute_set (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dthinkpad_acpi.c588 struct attribute_set s;
592 static struct attribute_set *create_attr_set(unsigned int max_members,
614 static int add_to_attr_set(struct attribute_set* s, struct attribute *attr)
628 static int add_many_to_attr_set(struct attribute_set* s,
643 static void delete_attr_set(struct attribute_set* s, struct kobject *kobj)
709 static struct attribute_set *hotkey_dev_attributes = NULL;
H A Dthinkpad_acpi.h140 struct attribute_set { struct
145 static struct attribute_set *create_attr_set(unsigned int max_members,
149 static int add_to_attr_set(struct attribute_set* s, struct attribute *attr);
150 static int add_many_to_attr_set(struct attribute_set* s,
155 static void delete_attr_set(struct attribute_set* s, struct kobject *kobj);

Completed in 57 milliseconds