Lines Matching full:dynamically
738 * kobject_create() - Create a struct kobject dynamically.
740 * This function creates a kobject structure dynamically and sets it up
761 * kobject_create_and_add() - Create a struct kobject dynamically and
766 * This function creates a kobject structure dynamically and registers it
768 * kobject_put() and the structure will be dynamically freed when
916 * kset_create() - Create a struct kset dynamically.
922 * This function creates a kset structure dynamically. This structure can
926 * structure will be dynamically freed when it is no longer being used.
960 * kset_create_and_add() - Create a struct kset dynamically and add it to sysfs.
966 * This function creates a kset structure dynamically and registers it
968 * kset_unregister() and the structure will be dynamically freed when it