Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/drivers/platform/x86/
Dintel-wmi-thunderbolt.c65 kobject_uevent(&wdev->dev.kobj, KOBJ_CHANGE); in intel_wmi_thunderbolt_probe()
72 kobject_uevent(&wdev->dev.kobj, KOBJ_CHANGE); in intel_wmi_thunderbolt_remove()
/kernel/linux/linux-5.10/fs/nfs/
Dsysfs.c177 kobject_uevent(&clp->kobject, KOBJ_ADD); in nfs_netns_sysfs_setup()
186 kobject_uevent(&clp->kobject, KOBJ_REMOVE); in nfs_netns_sysfs_destroy()
/kernel/linux/linux-5.10/fs/orangefs/
Dorangefs-sysfs.c1131 kobject_uevent(orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1148 kobject_uevent(acache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1165 kobject_uevent(capcache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1182 kobject_uevent(ccache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1199 kobject_uevent(ncache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1216 kobject_uevent(pc_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1233 kobject_uevent(stats_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
/kernel/linux/linux-5.10/block/
Dblk-mq-sysfs.c273 kobject_uevent(q->mq_kobj, KOBJ_REMOVE); in blk_mq_unregister_dev()
324 kobject_uevent(q->mq_kobj, KOBJ_ADD); in __blk_mq_register_dev()
341 kobject_uevent(q->mq_kobj, KOBJ_REMOVE); in __blk_mq_register_dev()
Dblk-integrity.c447 kobject_uevent(&disk->integrity_kobj, KOBJ_ADD); in blk_integrity_add()
452 kobject_uevent(&disk->integrity_kobj, KOBJ_REMOVE); in blk_integrity_del()
/kernel/linux/linux-5.10/drivers/acpi/
Dac.c183 kobject_uevent(&ac->charger->dev.kobj, KOBJ_CHANGE); in acpi_ac_notify()
331 kobject_uevent(&ac->charger->dev.kobj, KOBJ_CHANGE); in acpi_ac_resume()
Dcontainer.c86 kobject_uevent(&dev->kobj, KOBJ_ONLINE); in container_device_online()
Dsysfs.c543 kobject_uevent(tables_kobj, KOBJ_ADD); in acpi_tables_sysfs_init()
544 kobject_uevent(tables_data_kobj, KOBJ_ADD); in acpi_tables_sysfs_init()
545 kobject_uevent(dynamic_tables_kobj, KOBJ_ADD); in acpi_tables_sysfs_init()
1001 kobject_uevent(&hotplug->kobj, KOBJ_ADD); in acpi_sysfs_add_hotplug_profile()
/kernel/linux/linux-5.10/drivers/xen/
Dpcpu.c174 kobject_uevent(&pcpu->dev.kobj, KOBJ_ONLINE); in pcpu_online_status()
179 kobject_uevent(&pcpu->dev.kobj, KOBJ_OFFLINE); in pcpu_online_status()
/kernel/linux/linux-5.10/drivers/sfi/
Dsfi_core.c479 kobject_uevent(sfi_kobj, KOBJ_ADD); in sfi_sysfs_init()
480 kobject_uevent(tables_kobj, KOBJ_ADD); in sfi_sysfs_init()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
Dqib_sysfs.c765 kobject_uevent(&ppd->pport_kobj, KOBJ_ADD); in qib_create_port_files()
775 kobject_uevent(&ppd->sl2vl_kobj, KOBJ_ADD); in qib_create_port_files()
785 kobject_uevent(&ppd->diagc_kobj, KOBJ_ADD); in qib_create_port_files()
799 kobject_uevent(&ppd->pport_cc_kobj, KOBJ_ADD); in qib_create_port_files()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dsysfs.c683 kobject_uevent(&ppd->sc2vl_kobj, KOBJ_ADD); in hfi1_create_port_files()
693 kobject_uevent(&ppd->sl2sc_kobj, KOBJ_ADD); in hfi1_create_port_files()
703 kobject_uevent(&ppd->vl2mtu_kobj, KOBJ_ADD); in hfi1_create_port_files()
714 kobject_uevent(&ppd->pport_cc_kobj, KOBJ_ADD); in hfi1_create_port_files()
/kernel/linux/linux-5.10/net/batman-adv/
Dsysfs.c833 kobject_uevent(bat_priv->mesh_obj, KOBJ_REMOVE); in batadv_sysfs_add_meshif()
853 kobject_uevent(bat_priv->mesh_obj, KOBJ_REMOVE); in batadv_sysfs_del_meshif()
911 kobject_uevent(vlan->kobj, KOBJ_REMOVE); in batadv_sysfs_add_vlan()
934 kobject_uevent(vlan->kobj, KOBJ_REMOVE); in batadv_sysfs_del_vlan()
1268 kobject_uevent(*hardif_obj, KOBJ_REMOVE); in batadv_sysfs_del_hardif()
/kernel/linux/linux-5.10/arch/sh/drivers/
Dpush-switch.c40 kobject_uevent(&pdev->dev.kobj, KOBJ_CHANGE); in switch_work_handler()
/kernel/linux/linux-5.10/drivers/edac/
Dedac_device_sysfs.c266 kobject_uevent(&edac_dev->kobj, KOBJ_ADD); in edac_device_register_sysfs_main_kobj()
563 kobject_uevent(&block->kobj, KOBJ_ADD); in edac_device_create_block()
658 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()
382 kobject_uevent(edac_pci_top_main_kobj, KOBJ_ADD); in edac_pci_main_kobj_setup()
/kernel/linux/linux-5.10/arch/ia64/kernel/
Dtopology.c385 kobject_uevent(&(this_object->kobj), KOBJ_ADD); in cache_add_dev()
387 kobject_uevent(&all_cpu_cache_info[cpu].kobj, KOBJ_ADD); in cache_add_dev()
/kernel/linux/linux-5.10/drivers/s390/char/
Dsclp_ocf.c39 kobject_uevent(&ocf_kset->kobj, KOBJ_CHANGE); in sclp_ocf_change_notify()
Dsclp_config.c56 kobject_uevent(&dev->kobj, KOBJ_CHANGE); in sclp_cpu_capability_notify()
Dsclp_sd.c398 kobject_uevent(&sd_file->kobj, KOBJ_CHANGE); in sclp_sd_file_update()
530 kobject_uevent(&sd_file->kobj, KOBJ_ADD); in sclp_sd_file_create()
/kernel/linux/linux-5.10/drivers/cpuidle/
Dsysfs.c495 kobject_uevent(&kobj->kobj, KOBJ_ADD); in cpuidle_add_state_sysfs()
627 kobject_uevent(&kdrv->kobj, KOBJ_ADD); in cpuidle_add_driver_sysfs()
722 kobject_uevent(&kdev->kobj, KOBJ_ADD); in cpuidle_add_sysfs()
/kernel/linux/linux-5.10/drivers/usb/typec/
Dclass.c235 kobject_uevent(&adev->dev.kobj, KOBJ_CHANGE); in typec_altmode_update_active()
1371 kobject_uevent(&port->dev.kobj, KOBJ_CHANGE); in typec_set_data_role()
1389 kobject_uevent(&port->dev.kobj, KOBJ_CHANGE); in typec_set_pwr_role()
1408 kobject_uevent(&port->dev.kobj, KOBJ_CHANGE); in typec_set_vconn_role()
1437 kobject_uevent(&port->dev.kobj, KOBJ_CHANGE); in typec_set_pwr_opmode()
1548 kobject_uevent(&port->dev.kobj, KOBJ_CHANGE); in typec_set_orientation()
/kernel/linux/linux-5.10/drivers/base/
Ddriver.c179 kobject_uevent(&drv->p->kobj, KOBJ_ADD); in driver_register()
/kernel/linux/linux-5.10/include/linux/
Dkobject.h239 int kobject_uevent(struct kobject *kobj, enum kobject_action action);
/kernel/linux/linux-5.10/sound/hda/
Dhdac_sysfs.c394 kobject_uevent(tree->root, KOBJ_CHANGE); in widget_tree_create()
465 kobject_uevent(tree->root, KOBJ_CHANGE); in hda_widget_sysfs_reinit()

12345