Lines Matching defs:child
40 struct kobject *child;
453 entry->child = kzalloc(sizeof(*entry->child), GFP_KERNEL);
454 if (!entry->child)
456 ret = kobject_init_and_add(entry->child,
463 ret = sysfs_create_bin_file(entry->child, &dmi_sel_raw_attr);
470 kobject_del(entry->child);
472 kfree(entry->child);
634 kobject_put(entry->child);
645 kobject_put(entry->child);