Lines Matching full:dynamically
750 * kobject_create() - Create a struct kobject dynamically.
752 * This function creates a kobject structure dynamically and sets it up
773 * kobject_create_and_add() - Create a struct kobject dynamically and
778 * This function creates a kobject structure dynamically and registers it
780 * kobject_put() and the structure will be dynamically freed when
940 * kset_create() - Create a struct kset dynamically.
946 * This function creates a kset structure dynamically. This structure can
950 * structure will be dynamically freed when it is no longer being used.
984 * kset_create_and_add() - Create a struct kset dynamically and add it to sysfs.
990 * This function creates a kset structure dynamically and registers it
992 * kset_unregister() and the structure will be dynamically freed when it