Home
last modified time | relevance | path

Searched refs:properties_changed_retries (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dxdomain.c1096 xd->properties_changed_retries, xd->local_uuid); in tb_xdomain_properties_changed()
1098 if (xd->properties_changed_retries-- > 0) in tb_xdomain_properties_changed()
1105 xd->properties_changed_retries = XDOMAIN_PROPERTIES_CHANGED_RETRIES; in tb_xdomain_properties_changed()
1203 xd->properties_changed_retries = XDOMAIN_PROPERTIES_CHANGED_RETRIES; in start_handshake()
1221 xd->properties_changed_retries = 0; in stop_handshake()
/OK3568_Linux_fs/kernel/include/linux/
H A Dthunderbolt.h241 int properties_changed_retries; member