Home
last modified time | relevance | path

Searched refs:KOBJ_CHANGE (Results 1 – 25 of 99) sorted by relevance

1234

/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-uevent.rst25 :Uevent Action(s): KOBJ_CHANGE
32 :Uevent Action(s): KOBJ_CHANGE
41 :Uevent Action(s): KOBJ_CHANGE
48 :Uevent Action(s): KOBJ_CHANGE
56 :Uevent Action(s): KOBJ_CHANGE
63 :Uevent Action(s): KOBJ_CHANGE
70 :Uevent Action(s): KOBJ_CHANGE
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A 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()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-uevent.c24 {DM_UEVENT_PATH_FAILED, KOBJ_CHANGE, "PATH_FAILED"},
25 {DM_UEVENT_PATH_REINSTATED, KOBJ_CHANGE, "PATH_REINSTATED"},
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_sysfs.c322 kobject_uevent_env(&dev->primary->kdev->kobj, KOBJ_CHANGE, envp); in drm_sysfs_lease_event()
343 kobject_uevent_env(&dev->primary->kdev->kobj, KOBJ_CHANGE, envp); in drm_sysfs_hotplug_event()
374 kobject_uevent_env(&dev->primary->kdev->kobj, KOBJ_CHANGE, envp); in drm_sysfs_connector_status_event()
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dgov_user_space.c36 kobject_uevent_env(&tz->device.kobj, KOBJ_CHANGE, thermal_prop); in notify_user_space()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A 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()
H A Ddock.c297 kobject_uevent_env(&dev->kobj, KOBJ_CHANGE, envp); in dock_event()
303 kobject_uevent_env(&dev->kobj, KOBJ_CHANGE, envp); in dock_event()
H A Dsbs.c604 kobject_uevent(&sbs->charger->dev.kobj, KOBJ_CHANGE); in acpi_sbs_callback()
616 kobject_uevent(&bat->bat->dev.kobj, KOBJ_CHANGE); in acpi_sbs_callback()
/OK3568_Linux_fs/kernel/drivers/usb/typec/
H A Dclass.c247 kobject_uevent_env(&dev->kobj, KOBJ_CHANGE, envp); in typec_product_type_notify()
366 kobject_uevent(&adev->dev.kobj, KOBJ_CHANGE); in typec_altmode_update_active()
779 kobject_uevent(&partner->dev.kobj, KOBJ_CHANGE); in typec_partner_set_pd_revision()
1699 kobject_uevent(&port->dev.kobj, KOBJ_CHANGE); in typec_set_data_role()
1726 kobject_uevent(&port->dev.kobj, KOBJ_CHANGE); in typec_set_pwr_role()
1745 kobject_uevent(&port->dev.kobj, KOBJ_CHANGE); in typec_set_vconn_role()
1769 kobject_uevent(&port->dev.kobj, KOBJ_CHANGE); in typec_set_pwr_opmode()
1779 kobject_uevent(&partner_dev->kobj, KOBJ_CHANGE); in typec_set_pwr_opmode()
1881 kobject_uevent(&port->dev.kobj, KOBJ_CHANGE); in typec_set_orientation()
/OK3568_Linux_fs/kernel/drivers/vfio/mdev/
H A Dmdev_core.c199 kobject_uevent_env(&dev->kobj, KOBJ_CHANGE, envp); in mdev_register_device()
251 kobject_uevent_env(&dev->kobj, KOBJ_CHANGE, envp); in mdev_unregister_device()
/OK3568_Linux_fs/kernel/arch/sh/drivers/
H A Dpush-switch.c40 kobject_uevent(&pdev->dev.kobj, KOBJ_CHANGE); in switch_work_handler()
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dsclp_ocf.c39 kobject_uevent(&ocf_kset->kobj, KOBJ_CHANGE); in sclp_ocf_change_notify()
H A Dsclp_config.c56 kobject_uevent(&dev->kobj, KOBJ_CHANGE); in sclp_cpu_capability_notify()
/OK3568_Linux_fs/kernel/sound/hda/
H A Dhdac_sysfs.c396 kobject_uevent(tree->root, KOBJ_CHANGE); in widget_tree_create()
467 kobject_uevent(tree->root, KOBJ_CHANGE); in hda_widget_sysfs_reinit()
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dsmsgiucv_app.c113 kobject_uevent_env(&dev->kobj, KOBJ_CHANGE, p->envp); in smsg_event_work_fn()
/OK3568_Linux_fs/kernel/drivers/scsi/qedf/
H A Dqedf_dbg.c153 kobject_uevent_env(&shost->shost_gendev.kobj, KOBJ_CHANGE, envp); in qedf_uevent_emit()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-typec11 Entering/exiting a mode will also generate uevent KOBJ_CHANGE.
H A Dsysfs-class-typec13 KOBJ_CHANGE on the port. The current role is show in brackets,
28 KOBJ_CHANGE. The current role is show in brackets, for example
62 generates uevent KOBJ_CHANGE.
/OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/
H A Dsysfs-class-typec46 Entering/exiting a mode will also generate uevent KOBJ_CHANGE.
/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dsysfs.c342 kobject_uevent_env(&parent->kobj, KOBJ_CHANGE, pwm_prop); in pwm_export_child()
367 kobject_uevent_env(&parent->kobj, KOBJ_CHANGE, pwm_prop); in pwm_unexport_child()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkobject.h57 KOBJ_CHANGE, enumerator
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dsysfs.c782 kobject_uevent(&dev->kobj, KOBJ_CHANGE); in wakeup_sysfs_add()
790 kobject_uevent(&dev->kobj, KOBJ_CHANGE); in wakeup_sysfs_remove()
/OK3568_Linux_fs/kernel/net/9p/
H A Dtrans_virtio.c622 kobject_uevent(&(vdev->dev.kobj), KOBJ_CHANGE); in p9_virtio_probe()
723 kobject_uevent(&(vdev->dev.kobj), KOBJ_CHANGE); in p9_virtio_remove()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c1186 kobject_uevent_env(kobj, KOBJ_CHANGE, error_event); in intel_gt_reset_global()
1189 kobject_uevent_env(kobj, KOBJ_CHANGE, reset_event); in intel_gt_reset_global()
1204 kobject_uevent_env(kobj, KOBJ_CHANGE, reset_done_event); in intel_gt_reset_global()
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Dscm.c174 kobject_uevent(&scmdev->dev.kobj, KOBJ_CHANGE); in scmdev_update()

1234