Lines Matching full:dynamically
754 * kobject_create() - Create a struct kobject dynamically.
756 * This function creates a kobject structure dynamically and sets it up
777 * kobject_create_and_add() - Create a struct kobject dynamically and
782 * This function creates a kobject structure dynamically and registers it
784 * kobject_put() and the structure will be dynamically freed when
944 * kset_create() - Create a struct kset dynamically.
950 * This function creates a kset structure dynamically. This structure can
954 * structure will be dynamically freed when it is no longer being used.
988 * kset_create_and_add() - Create a struct kset dynamically and add it to sysfs.
994 * This function creates a kset structure dynamically and registers it
996 * kset_unregister() and the structure will be dynamically freed when it