Home
last modified time | relevance | path

Searched refs:state_synced (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-state_synced1 What: /sys/devices/.../state_synced
5 The /sys/devices/.../state_synced attribute is only present for
8 of the device's 'state_synced' field. A value of 0 means the
H A Dsysfs-class-devlink69 See also: sysfs-devices-state_synced.
/openbmc/linux/drivers/base/
H A Ddd.c523 if (!dev->state_synced) { in state_synced_store()
524 dev->state_synced = true; in state_synced_store()
540 val = dev->state_synced; in state_synced_show()
545 static DEVICE_ATTR_RW(state_synced);
H A Dcore.c1133 if (dev->state_synced) in __device_links_queue_sync_state()
1148 dev->state_synced = true; in __device_links_queue_sync_state()
1788 link->status == DL_STATE_ACTIVE || sup->state_synced || in fw_devlink_dev_sync_state()
1802 sup->state_synced = true; in fw_devlink_dev_sync_state()
/openbmc/linux/drivers/pmdomain/qcom/
H A Drpmhpd.c59 bool state_synced; member
624 if (pd->state_synced) { in rpmhpd_aggregate_corner()
865 pd->state_synced = true; in rpmhpd_sync_state()
H A Drpmpd.c60 bool state_synced; member
827 if (!pd->state_synced) in rpmpd_aggregate_corner()
994 pd->state_synced = true; in rpmpd_sync_state()
/openbmc/linux/include/linux/
H A Ddevice.h798 bool state_synced:1; member
/openbmc/linux/
H A Dopengrok1.0.log[all...]