Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/drivers/base/
H A Ddd.c490 val = dev->state_synced; in state_synced_show()
495 static DEVICE_ATTR_RO(state_synced);
H A Dcore.c1035 if (dev->state_synced) in __device_links_queue_sync_state()
1050 dev->state_synced = true; in __device_links_queue_sync_state()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddevice.h548 bool state_synced:1; member