Home
last modified time | relevance | path

Searched refs:KOBJ_ADD (Results 1 – 63 of 63) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dsysfs.c625 kobject_uevent(&ppd->sc2vl_kobj, KOBJ_ADD); in hfi1_create_port_files()
635 kobject_uevent(&ppd->sl2sc_kobj, KOBJ_ADD); in hfi1_create_port_files()
645 kobject_uevent(&ppd->vl2mtu_kobj, KOBJ_ADD); in hfi1_create_port_files()
657 kobject_uevent(&ppd->pport_cc_kobj, KOBJ_ADD); in hfi1_create_port_files()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_sysfs.c702 kobject_uevent(&ppd->pport_kobj, KOBJ_ADD); in qib_create_port_files()
712 kobject_uevent(&ppd->sl2vl_kobj, KOBJ_ADD); in qib_create_port_files()
722 kobject_uevent(&ppd->diagc_kobj, KOBJ_ADD); in qib_create_port_files()
736 kobject_uevent(&ppd->pport_cc_kobj, KOBJ_ADD); in qib_create_port_files()
/linux-4.4.14/drivers/sfi/
Dsfi_core.c478 kobject_uevent(sfi_kobj, KOBJ_ADD); in sfi_sysfs_init()
479 kobject_uevent(tables_kobj, KOBJ_ADD); in sfi_sysfs_init()
/linux-4.4.14/drivers/edac/
Dedac_device_sysfs.c271 kobject_uevent(&edac_dev->kobj, KOBJ_ADD); in edac_device_register_sysfs_main_kobj()
571 kobject_uevent(&block->kobj, KOBJ_ADD); in edac_device_create_block()
666 kobject_uevent(&instance->kobj, KOBJ_ADD); in edac_device_create_instance()
Dedac_pci_sysfs.c182 kobject_uevent(&pci->kobj, KOBJ_ADD); in edac_pci_create_instance_kobj()
390 kobject_uevent(edac_pci_top_main_kobj, KOBJ_ADD); in edac_pci_main_kobj_setup()
/linux-4.4.14/drivers/cpuidle/
Dsysfs.c418 kobject_uevent(&kobj->kobj, KOBJ_ADD); in cpuidle_add_state_sysfs()
549 kobject_uevent(&kdrv->kobj, KOBJ_ADD); in cpuidle_add_driver_sysfs()
631 kobject_uevent(&kdev->kobj, KOBJ_ADD); in cpuidle_add_sysfs()
/linux-4.4.14/arch/ia64/kernel/
Dtopology.c395 kobject_uevent(&(this_object->kobj), KOBJ_ADD); in cache_add_dev()
397 kobject_uevent(&all_cpu_cache_info[cpu].kobj, KOBJ_ADD); in cache_add_dev()
/linux-4.4.14/lib/
Dkobject_uevent.c47 [KOBJ_ADD] = "add",
275 if (action == KOBJ_ADD) in kobject_uevent_env()
Dkobject.c820 kobject_uevent(&k->kobj, KOBJ_ADD); in kset_register()
/linux-4.4.14/drivers/base/
Ddriver.c176 kobject_uevent(&drv->p->kobj, KOBJ_ADD); in driver_register()
Dfirmware_class.c940 kobject_uevent(&fw_priv->dev.kobj, KOBJ_ADD); in _request_firmware_load()
Dcore.c1119 kobject_uevent(&dev->kobj, KOBJ_ADD); in device_add()
/linux-4.4.14/include/linux/
Dkobject.h54 KOBJ_ADD, enumerator
/linux-4.4.14/drivers/acpi/
Dsysfs.c453 kobject_uevent(tables_kobj, KOBJ_ADD); in acpi_tables_sysfs_init()
454 kobject_uevent(dynamic_tables_kobj, KOBJ_ADD); in acpi_tables_sysfs_init()
838 kobject_uevent(&hotplug->kobj, KOBJ_ADD); in acpi_sysfs_add_hotplug_profile()
Dscan.c1410 kobject_uevent(&device->dev.kobj, KOBJ_ADD); in acpi_device_add_finalize()
/linux-4.4.14/samples/kobject/
Dkset-example.c232 kobject_uevent(&foo->kobj, KOBJ_ADD); in create_foo_obj()
/linux-4.4.14/Documentation/driver-model/
Ddevice.txt54 created before the KOBJ_ADD uevent is generated. The only way to realize
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal-elog.c235 kobject_uevent(&elog->kobj, KOBJ_ADD); in create_elog_obj()
Dopal-dump.c362 kobject_uevent(&dump->kobj, KOBJ_ADD); in create_dump_obj()
/linux-4.4.14/arch/sh/kernel/cpu/sh4/
Dsq.c354 kobject_uevent(kobj, KOBJ_ADD); in sq_dev_add()
/linux-4.4.14/fs/fscache/
Dcache.c285 kobject_uevent(cache->kobj, KOBJ_ADD); in fscache_add_cache()
/linux-4.4.14/drivers/uio/
Duio.c286 ret = kobject_uevent(&map->kobj, KOBJ_ADD); in uio_dev_add_attributes()
312 ret = kobject_uevent(&portio->kobj, KOBJ_ADD); in uio_dev_add_attributes()
/linux-4.4.14/drivers/s390/cio/
Deadm_sch.c255 kobject_uevent(&sch->dev.kobj, KOBJ_ADD); in eadm_subchannel_probe()
Dchsc_sch.c101 kobject_uevent(&sch->dev.kobj, KOBJ_ADD); in chsc_subchannel_probe()
Ddevice.c876 kobject_uevent(&sch->dev.kobj, KOBJ_ADD); in io_subchannel_register()
1086 kobject_uevent(&sch->dev.kobj, KOBJ_ADD); in io_subchannel_probe()
Dcss.c329 kobject_uevent(&sch->dev.kobj, KOBJ_ADD); in css_register_subchannel()
/linux-4.4.14/block/
Dblk-integrity.c459 kobject_uevent(&disk->integrity_kobj, KOBJ_ADD); in blk_integrity_add()
Dblk-mq-sysfs.c441 kobject_uevent(&q->mq_kobj, KOBJ_ADD); in blk_mq_register_disk()
Dpartition-generic.c364 kobject_uevent(&pdev->kobj, KOBJ_ADD); in add_partition()
Dblk-sysfs.c655 kobject_uevent(&q->kobj, KOBJ_ADD); in blk_register_queue()
Dgenhd.c565 kobject_uevent(&ddev->kobj, KOBJ_ADD); in register_disk()
570 kobject_uevent(&part_to_dev(part)->kobj, KOBJ_ADD); in register_disk()
Delevator.c807 kobject_uevent(&e->kobj, KOBJ_ADD); in elv_register_queue()
/linux-4.4.14/kernel/
Dparams.c853 kobject_uevent(&mk->kobj, KOBJ_ADD); in kernel_add_sysfs_param()
917 kobject_uevent(&mk->kobj, KOBJ_ADD); in version_sysfs_builtin()
Dmodule.c1814 kobject_uevent(&mod->mkobj.kobj, KOBJ_ADD); in mod_sysfs_setup()
Dworkqueue.c5196 kobject_uevent(&wq_dev->dev.kobj, KOBJ_ADD); in workqueue_sysfs_register()
/linux-4.4.14/net/bridge/
Dbr_if.c532 kobject_uevent(&p->kobj, KOBJ_ADD); in br_add_if()
/linux-4.4.14/drivers/pci/hotplug/
Dpci_hotplug_core.c460 kobject_uevent(&pci_slot->kobj, KOBJ_ADD); in __pci_hp_register()
/linux-4.4.14/crypto/
Dpcrypt.c397 kobject_uevent(&pinst->kobj, KOBJ_ADD); in pcrypt_sysfs_add()
/linux-4.4.14/fs/fuse/
Dcuse.c395 kobject_uevent(&dev->kobj, KOBJ_ADD); in cuse_process_init_reply()
/linux-4.4.14/drivers/staging/most/aim-cdev/
Dcdev.c476 kobject_uevent(&channel->dev->kobj, KOBJ_ADD); in aim_probe()
/linux-4.4.14/drivers/staging/most/mostcore/
Dcore.c550 kobject_uevent(&c->kobj, KOBJ_ADD); in create_most_c_obj()
749 kobject_uevent(&inst->kobj, KOBJ_ADD); in create_most_inst_obj()
1109 kobject_uevent(&most_aim->kobj, KOBJ_ADD); in create_most_aim_obj()
/linux-4.4.14/drivers/scsi/
Discsi_boot_sysfs.c343 kobject_uevent(&boot_kobj->kobj, KOBJ_ADD); in iscsi_boot_create_kobj()
/linux-4.4.14/Documentation/zh_CN/
DCodingStyle120 case KOBJ_ADD:
/linux-4.4.14/drivers/misc/cxl/
Dsysfs.c548 rc = kobject_uevent(&cr->kobj, KOBJ_ADD); in cxl_sysfs_afu_new_cr()
/linux-4.4.14/drivers/firmware/efi/
Defivars.c577 kobject_uevent(&new_var->kobj, KOBJ_ADD); in efivar_create_sysfs_entry()
/linux-4.4.14/net/core/
Dnet-sysfs.c904 kobject_uevent(kobj, KOBJ_ADD); in rx_queue_add_kobject()
1296 kobject_uevent(kobj, KOBJ_ADD); in netdev_queue_add_kobject()
Ddev.c7386 kobject_uevent(&dev->dev.kobj, KOBJ_ADD); in dev_change_net_namespace()
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c640 kobject_uevent(&b->kobj, KOBJ_ADD); in allocate_threshold_blocks()
/linux-4.4.14/drivers/parisc/
Dpdc_stable.c1009 kobject_uevent(&entry->kobj, KOBJ_ADD); in pdcs_register_pathentries()
/linux-4.4.14/drivers/firmware/
Dedd.c729 kobject_uevent(&edev->kobj, KOBJ_ADD); in edd_device_register()
/linux-4.4.14/fs/dlm/
Dlockspace.c634 kobject_uevent(&ls->ls_kobj, KOBJ_ADD); in new_lockspace()
/linux-4.4.14/fs/gfs2/
Dsys.c683 kobject_uevent_env(&sdp->sd_kobj, KOBJ_ADD, envp); in gfs2_sys_fs_add()
/linux-4.4.14/Documentation/
Dkobject.txt171 Use the KOBJ_ADD action for when the kobject is first added to the kernel.
393 all of the memory allocated by this kobject. If a KOBJ_ADD uevent has been
DCodingStyle106 case KOBJ_ADD:
/linux-4.4.14/drivers/infiniband/core/
Dsysfs.c566 kobject_uevent(&p->kobj, KOBJ_ADD); in add_port()
/linux-4.4.14/drivers/w1/
Dw1.c708 kobject_uevent(&sl->dev.kobj, KOBJ_ADD); in __w1_attach_slave_device()
/linux-4.4.14/drivers/staging/most/hdm-usb/
Dhdm_usb.c1348 kobject_uevent(&mdev->dci->kobj, KOBJ_ADD); in hdm_probe()
/linux-4.4.14/drivers/staging/unisys/visorbus/
Dvisorbus_main.c403 kobject_uevent(&dev->kobjdevmajorminor, KOBJ_ADD); in register_devmajorminor_attributes()
/linux-4.4.14/drivers/net/ethernet/ibm/
Dibmveth.c1567 kobject_uevent(kobj, KOBJ_ADD); in ibmveth_probe()
/linux-4.4.14/drivers/cpufreq/
Dcpufreq.c1263 kobject_uevent(&policy->kobj, KOBJ_ADD); in cpufreq_online()
/linux-4.4.14/drivers/block/
Dpktcdvd.c135 kobject_uevent(&p->kobj, KOBJ_ADD); in pkt_kobj_create()
/linux-4.4.14/mm/
Dslub.c5414 kobject_uevent(&s->kobj, KOBJ_ADD); in sysfs_slab_add()
/linux-4.4.14/drivers/md/
Dmd.c5072 kobject_uevent(&mddev->kobj, KOBJ_ADD); in md_alloc()