Home
last modified time | relevance | path

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

/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.
/linux/drivers/base/
H A Ddd.c522 if (!dev->state_synced) { in state_synced_store()
523 dev->state_synced = true; in state_synced_store()
539 val = dev->state_synced; in state_synced_show()
544 static DEVICE_ATTR_RW(state_synced);
H A Dcore.c1135 if (dev->state_synced) in __device_links_queue_sync_state()
1150 dev->state_synced = true; in __device_links_queue_sync_state()
1790 link->status == DL_STATE_ACTIVE || sup->state_synced || in fw_devlink_dev_sync_state()
1804 sup->state_synced = true; in fw_devlink_dev_sync_state()
/linux/drivers/pmdomain/qcom/
H A Drpmhpd.c58 bool state_synced; member
696 if (pd->state_synced) { in rpmhpd_aggregate_corner()
927 pd->state_synced = true; in rpmhpd_sync_state()
H A Drpmpd.c61 bool state_synced; member
1002 if (!pd->state_synced) in rpmpd_aggregate_corner()
1161 pd->state_synced = true; in rpmpd_sync_state()
/linux/include/linux/
H A Ddevice.h812 bool state_synced:1; member