Lines Matching full:dynamically
770 * kobject_create() - Create a struct kobject dynamically.
772 * This function creates a kobject structure dynamically and sets it up
793 * kobject_create_and_add() - Create a struct kobject dynamically and
798 * This function creates a kobject structure dynamically and registers it
800 * kobject_put() and the structure will be dynamically freed when
948 * kset_create() - Create a struct kset dynamically.
954 * This function creates a kset structure dynamically. This structure can
958 * structure will be dynamically freed when it is no longer being used.
992 * kset_create_and_add() - Create a struct kset dynamically and add it to sysfs.
998 * This function creates a kset structure dynamically and registers it
1000 * kset_unregister() and the structure will be dynamically freed when it