Home
last modified time | relevance | path

Searched refs:kobject_create_and_add (Results 1 – 25 of 51) sorted by relevance

123

/linux-3.4.99/drivers/base/
Dhypervisor.c21 hypervisor_kobj = kobject_create_and_add("hypervisor", NULL); in hypervisor_init()
Dfirmware.c23 firmware_kobj = kobject_create_and_add("firmware", NULL); in firmware_init()
Dmodule.c30 mk->drivers_dir = kobject_create_and_add("drivers", &mk->kobj); in module_create_drivers_dir()
Dcore.c666 virtual_dir = kobject_create_and_add("virtual", in virtual_device_parent()
1357 dev_kobj = kobject_create_and_add("dev", NULL); in devices_init()
1360 sysfs_dev_block_kobj = kobject_create_and_add("block", dev_kobj); in devices_init()
1363 sysfs_dev_char_kobj = kobject_create_and_add("char", dev_kobj); in devices_init()
/linux-3.4.99/arch/powerpc/platforms/pseries/
Dpower.c69 power_kobj = kobject_create_and_add("power", NULL); in pm_init()
Dmobility.c355 mobility_kobj = kobject_create_and_add("mobility", kernel_kobj); in mobility_sysfs_init()
/linux-3.4.99/arch/x86/platform/uv/
Duv_sysfs.c55 sgi_uv_kobj = kobject_create_and_add("sgi_uv", firmware_kobj); in sgi_uv_sysfs_init()
/linux-3.4.99/samples/kobject/
Dkobject-example.c117 example_kobj = kobject_create_and_add("kobject_example", kernel_kobj); in example_init()
/linux-3.4.99/drivers/pci/hotplug/
Drpadlpar_sysfs.c115 dlpar_kobj = kobject_create_and_add(DLPAR_KOBJ_NAME, in dlpar_sysfs_init()
/linux-3.4.99/drivers/sfi/
Dsfi_core.c460 sfi_kobj = kobject_create_and_add("sfi", firmware_kobj); in sfi_sysfs_init()
464 tables_kobj = kobject_create_and_add("tables", sfi_kobj); in sfi_sysfs_init()
/linux-3.4.99/mm/
Dmm_init.c145 mm_kobj = kobject_create_and_add("mm", kernel_kobj); in mm_sysfs_init()
/linux-3.4.99/fs/configfs/
Dmount.c143 config_kobj = kobject_create_and_add("config", kernel_kobj); in configfs_init()
/linux-3.4.99/fs/fscache/
Dmain.c155 fscache_root = kobject_create_and_add("fscache", kernel_kobj); in fscache_init()
Dcache.c245 cache->kobj = kobject_create_and_add(tagname, fscache_root); in fscache_add_cache()
/linux-3.4.99/drivers/edac/
Dmce_amd_inj.c126 mce_kobj = kobject_create_and_add("mce", &edac_subsys->dev_root->kobj); in edac_init_mce_inject()
/linux-3.4.99/security/
Dinode.c224 security_kobj = kobject_create_and_add("security", kernel_kobj); in securityfs_init()
/linux-3.4.99/drivers/acpi/
Dbgrt.c137 bgrt_kobj = kobject_create_and_add("bgrt", acpi_kobj); in bgrt_init()
Dsysfs.c357 tables_kobj = kobject_create_and_add("tables", acpi_kobj); in acpi_tables_sysfs_init()
361 dynamic_tables_kobj = kobject_create_and_add("dynamic", tables_kobj); in acpi_tables_sysfs_init()
/linux-3.4.99/include/linux/
Dkobject.h97 extern struct kobject * __must_check kobject_create_and_add(const char *name,
/linux-3.4.99/kernel/
Dksysfs.c196 kernel_kobj = kobject_create_and_add("kernel", NULL); in ksysfs_init()
/linux-3.4.99/net/batman-adv/
Dbat_sysfs.c429 bat_priv->mesh_obj = kobject_create_and_add(SYSFS_IF_MESH_SUBDIR, in sysfs_add_meshif()
596 *hardif_obj = kobject_create_and_add(SYSFS_IF_BAT_SUBDIR, in sysfs_add_hardif()
/linux-3.4.99/lib/
Dkobject.c654 struct kobject *kobject_create_and_add(const char *name, struct kobject *parent) in kobject_create_and_add() function
672 EXPORT_SYMBOL_GPL(kobject_create_and_add);
/linux-3.4.99/kernel/power/
Dmain.c444 power_kobj = kobject_create_and_add("power", NULL); in pm_init()
/linux-3.4.99/drivers/uio/
Duio.c281 idev->map_dir = kobject_create_and_add("maps", in uio_dev_add_attributes()
306 idev->portio_dir = kobject_create_and_add("portio", in uio_dev_add_attributes()
/linux-3.4.99/block/
Dgenhd.c536 disk->part0.holder_dir = kobject_create_and_add("holders", &ddev->kobj); in register_disk()
537 disk->slave_dir = kobject_create_and_add("slaves", &ddev->kobj); in register_disk()
917 block_depr = kobject_create_and_add("block", NULL); in genhd_device_init()

123