Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dxdomain.c1022 if (!tb_property_find(xd->remote_properties, svc->key, in remove_missing_service()
1082 tb_property_for_each(xd->remote_properties, p) { in enumerate_services()
1412 if (xd->remote_properties && gen <= xd->remote_property_block_gen) { in tb_xdomain_get_properties()
1431 if (xd->remote_properties) { in tb_xdomain_get_properties()
1432 tb_property_free_dir(xd->remote_properties); in tb_xdomain_get_properties()
1436 xd->remote_properties = dir; in tb_xdomain_get_properties()
1863 tb_property_free_dir(xd->remote_properties); in tb_xdomain_release()
/openbmc/linux/include/linux/
H A Dthunderbolt.h261 struct tb_property_dir *remote_properties; member