Lines Matching full:dynamically
725 * kobject_create - create a struct kobject dynamically
727 * This function creates a kobject structure dynamically and sets it up
748 * kobject_create_and_add - create a struct kobject dynamically and register it with sysfs
753 * This function creates a kobject structure dynamically and registers it
755 * kobject_put() and the structure will be dynamically freed when
903 * kset_create - create a struct kset dynamically
909 * This function creates a kset structure dynamically. This structure can
913 * structure will be dynamically freed when it is no longer being used.
947 * kset_create_and_add - create a struct kset dynamically and add it to sysfs
953 * This function creates a kset structure dynamically and registers it
955 * kset_unregister() and the structure will be dynamically freed when it