Home
last modified time | relevance | path

Searched refs:kobject_uevent (Results 1 – 25 of 90) sorted by relevance

1234

/linux/net/sunrpc/
H A Dsysfs.c742 kobject_uevent(&rpc_client->kobject, KOBJ_ADD); in rpc_sysfs_client_setup()
769 kobject_uevent(&rpc_xprt_switch->kobject, KOBJ_ADD); in rpc_sysfs_xprt_switch_setup()
791 kobject_uevent(&rpc_xprt->kobject, KOBJ_ADD); in rpc_sysfs_xprt_setup()
803 kobject_uevent(&rpc_client->kobject, KOBJ_REMOVE); in rpc_sysfs_client_destroy()
815 kobject_uevent(&rpc_xprt_switch->kobject, KOBJ_REMOVE); in rpc_sysfs_xprt_switch_destroy()
827 kobject_uevent(&rpc_xprt->kobject, KOBJ_REMOVE); in rpc_sysfs_xprt_destroy()
/linux/fs/orangefs/
H A Dorangefs-sysfs.c1185 kobject_uevent(orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1202 kobject_uevent(acache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1218 kobject_uevent(capcache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1234 kobject_uevent(ccache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1251 kobject_uevent(ncache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1268 kobject_uevent(pc_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1285 kobject_uevent(stats_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
/linux/drivers/xen/
H A Dpcpu.c178 kobject_uevent(&pcpu->dev.kobj, KOBJ_ONLINE); in pcpu_online_status()
183 kobject_uevent(&pcpu->dev.kobj, KOBJ_OFFLINE); in pcpu_online_status()
/linux/drivers/acpi/
H A Dcontainer.c87 kobject_uevent(&dev->kobj, KOBJ_ONLINE); in container_device_online()
H A Dsysfs.c549 kobject_uevent(tables_kobj, KOBJ_ADD); in acpi_tables_sysfs_init()
550 kobject_uevent(tables_data_kobj, KOBJ_ADD); in acpi_tables_sysfs_init()
551 kobject_uevent(dynamic_tables_kobj, KOBJ_ADD); in acpi_tables_sysfs_init()
993 kobject_uevent(&hotplug->kobj, KOBJ_ADD); in acpi_sysfs_add_hotplug_profile()
/linux/Documentation/translations/zh_CN/core-api/
H A Dkobject.rst153 过调用kobject_uevent()来实现::
155 int kobject_uevent(struct kobject *kobj, enum kobject_action action);
/linux/drivers/usb/typec/
H A Dclass.c318 kobject_uevent(&adev->dev.kobj, KOBJ_CHANGE); in typec_altmode_update_active()
975 kobject_uevent(&partner->dev.kobj, KOBJ_CHANGE); in typec_partner_set_pd_revision()
1038 kobject_uevent(&partner->dev.kobj, KOBJ_CHANGE); in typec_partner_set_num_altmodes()
1268 kobject_uevent(&plug->dev.kobj, KOBJ_CHANGE); in typec_plug_set_num_altmodes()
2204 kobject_uevent(&port->dev.kobj, KOBJ_CHANGE); in typec_set_data_role()
2244 kobject_uevent(&port->dev.kobj, KOBJ_CHANGE); in typec_set_pwr_role()
2263 kobject_uevent(&port->dev.kobj, KOBJ_CHANGE); in typec_set_vconn_role()
2287 kobject_uevent(&port->dev.kobj, KOBJ_CHANGE); in typec_set_pwr_opmode()
2299 kobject_uevent(&partner_dev->kobj, KOBJ_CHANGE); in typec_set_pwr_opmode()
2401 kobject_uevent(&port->dev.kobj, KOBJ_CHANGE); in typec_set_orientation()
/linux/arch/sh/drivers/
H A Dpush-switch.c40 kobject_uevent(&pdev->dev.kobj, KOBJ_CHANGE); in switch_work_handler()
/linux/drivers/virt/coco/
H A Dtsm-core.c77 kobject_uevent(&tsm_dev->dev.kobj, KOBJ_CHANGE); in tsm_register_pci_or_reset()
/linux/drivers/s390/char/
H A Dsclp_sd.c412 kobject_uevent(&sd_file->kobj, KOBJ_CHANGE); in sclp_sd_file_update()
551 kobject_uevent(&sd_file->kobj, KOBJ_ADD); in sclp_sd_file_create()
H A Dsclp_config.c54 kobject_uevent(&dev->kobj, KOBJ_CHANGE); in sclp_cpu_capability_notify()
/linux/fs/nfs/
H A Dsysfs.c207 kobject_uevent(&clp->kobject, KOBJ_ADD); in nfs_netns_sysfs_setup()
216 kobject_uevent(&clp->kobject, KOBJ_REMOVE); in nfs_netns_sysfs_destroy()
/linux/drivers/cpuidle/
H A Dsysfs.c503 kobject_uevent(&kobj->kobj, KOBJ_ADD); in cpuidle_add_state_sysfs()
636 kobject_uevent(&kdrv->kobj, KOBJ_ADD); in cpuidle_add_driver_sysfs()
731 kobject_uevent(&kdev->kobj, KOBJ_ADD); in cpuidle_add_sysfs()
/linux/drivers/base/firmware_loader/
H A Dfallback.c105 kobject_uevent(&fw_sysfs->dev.kobj, KOBJ_ADD); in fw_load_sysfs_fallback()
/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dpasswordattr-interface.c30 kobject_uevent(&wmi_priv.class_dev->kobj, KOBJ_CHANGE); in call_password_interface()
H A Dbiosattr-interface.c37 kobject_uevent(&wmi_priv.class_dev->kobj, KOBJ_CHANGE); in call_biosattributes_interface()
/linux/sound/hda/core/
H A Dsysfs.c395 kobject_uevent(tree->root, KOBJ_CHANGE); in widget_tree_create()
466 kobject_uevent(tree->root, KOBJ_CHANGE); in hda_widget_sysfs_reinit()
/linux/include/linux/
H A Dkobject.h214 int kobject_uevent(struct kobject *kobj, enum kobject_action action);
/linux/drivers/platform/x86/
H A Duv_sysfs.c267 kobject_uevent(&uv_hubs[i]->kobj, KOBJ_ADD); in uv_hubs_init()
411 kobject_uevent(&uv_hubs[j]->ports[k]->kobj, KOBJ_ADD); in uv_ports_init()
641 kobject_uevent(&top_obj->kobj, KOBJ_ADD); in init_pci_top_obj()
/linux/samples/kobject/
H A Dkset-example.c247 kobject_uevent(&foo->kobj, KOBJ_ADD); in create_foo_obj()
/linux/arch/powerpc/kernel/
H A Dsecvar-sysfs.c168 kobject_uevent(kobj, KOBJ_ADD); in add_var()
/linux/block/
H A Dblk-sysfs.c993 kobject_uevent(&disk->queue_kobj, KOBJ_ADD); in blk_register_queue()
995 kobject_uevent(&q->elevator->kobj, KOBJ_ADD); in blk_register_queue()
1064 kobject_uevent(&disk->queue_kobj, KOBJ_REMOVE); in blk_unregister_queue()
/linux/drivers/base/power/
H A Dsysfs.c779 kobject_uevent(&dev->kobj, KOBJ_CHANGE); in wakeup_sysfs_add()
787 kobject_uevent(&dev->kobj, KOBJ_CHANGE); in wakeup_sysfs_remove()
/linux/net/9p/
H A Dtrans_virtio.c661 kobject_uevent(&(vdev->dev.kobj), KOBJ_CHANGE); in p9_virtio_probe()
762 kobject_uevent(&(vdev->dev.kobj), KOBJ_CHANGE); in p9_virtio_remove()
/linux/net/bridge/
H A Dbr_if.c371 kobject_uevent(&p->kobj, KOBJ_REMOVE); in del_nbp()
685 kobject_uevent(&p->kobj, KOBJ_ADD); in br_add_if()

1234