Searched refs:sobj (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dthinkpad_acpi.c595 struct attribute_set_obj *sobj; local
601 sobj = kzalloc(sizeof(struct attribute_set_obj) +
604 if (!sobj)
606 sobj->s.max_members = max_members;
607 sobj->s.group.attrs = &sobj->a;
608 sobj->s.group.name = name;
610 return &sobj->s;

Completed in 23 milliseconds