Lines Matching full:dynamically
612 * kobject_create - create a struct kobject dynamically
614 * This function creates a kobject structure dynamically and sets it up
635 * kobject_create_and_add - create a struct kobject dynamically and register it with sysfs
640 * This function creates a kobject structure dynamically and registers it
642 * kobject_put() and the structure will be dynamically freed when
779 * kset_create - create a struct kset dynamically
785 * This function creates a kset structure dynamically. This structure can
789 * structure will be dynamically freed when it is no longer being used.
823 * kset_create_and_add - create a struct kset dynamically and add it to sysfs
829 * This function creates a kset structure dynamically and registers it
831 * kset_unregister() and the structure will be dynamically freed when it