Lines Matching refs:tb_xdomain

164 int tb_xdomain_response(struct tb_xdomain *xd, const void *response,  in tb_xdomain_response()
216 int tb_xdomain_request(struct tb_xdomain *xd, const void *request, in tb_xdomain_request()
415 struct tb_xdomain *xd, u8 sequence, const struct tb_xdp_properties *req) in tb_xdp_properties_response()
538 struct tb_xdomain *xd, u8 sequence) in tb_xdp_link_state_status_response()
647 static void update_property_block(struct tb_xdomain *xd) in update_property_block()
714 struct tb_xdomain *xd; in tb_xdp_handle_request()
968 struct tb_xdomain *xd = tb_service_parent(svc); in tb_service_release()
986 struct tb_xdomain *xd = data; in remove_missing_service()
1039 static void enumerate_services(struct tb_xdomain *xd) in enumerate_services()
1094 static int populate_properties(struct tb_xdomain *xd, in populate_properties()
1134 static int tb_xdomain_update_link_attributes(struct tb_xdomain *xd) in tb_xdomain_update_link_attributes()
1166 static int tb_xdomain_get_uuid(struct tb_xdomain *xd) in tb_xdomain_get_uuid()
1220 static int tb_xdomain_get_link_status(struct tb_xdomain *xd) in tb_xdomain_get_link_status()
1252 static int tb_xdomain_link_state_change(struct tb_xdomain *xd, in tb_xdomain_link_state_change()
1294 static int tb_xdomain_bond_lanes_uuid_high(struct tb_xdomain *xd) in tb_xdomain_bond_lanes_uuid_high()
1351 static int tb_xdomain_get_properties(struct tb_xdomain *xd) in tb_xdomain_get_properties()
1456 static void tb_xdomain_queue_uuid(struct tb_xdomain *xd) in tb_xdomain_queue_uuid()
1464 static void tb_xdomain_queue_link_status(struct tb_xdomain *xd) in tb_xdomain_queue_link_status()
1472 static void tb_xdomain_queue_link_status2(struct tb_xdomain *xd) in tb_xdomain_queue_link_status2()
1480 static void tb_xdomain_queue_bonding(struct tb_xdomain *xd) in tb_xdomain_queue_bonding()
1495 static void tb_xdomain_queue_bonding_uuid_low(struct tb_xdomain *xd) in tb_xdomain_queue_bonding_uuid_low()
1503 static void tb_xdomain_queue_properties(struct tb_xdomain *xd) in tb_xdomain_queue_properties()
1511 static void tb_xdomain_queue_properties_changed(struct tb_xdomain *xd) in tb_xdomain_queue_properties_changed()
1520 struct tb_xdomain *xd = container_of(work, typeof(*xd), state_work.work); in tb_xdomain_state_work()
1636 struct tb_xdomain *xd = container_of(work, typeof(*xd), in tb_xdomain_properties_changed()
1662 struct tb_xdomain *xd = container_of(dev, struct tb_xdomain, dev); in device_show()
1671 struct tb_xdomain *xd = container_of(dev, struct tb_xdomain, dev); in device_name_show()
1686 struct tb_xdomain *xd = container_of(dev, struct tb_xdomain, dev); in maxhopid_show()
1695 struct tb_xdomain *xd = container_of(dev, struct tb_xdomain, dev); in vendor_show()
1704 struct tb_xdomain *xd = container_of(dev, struct tb_xdomain, dev); in vendor_name_show()
1719 struct tb_xdomain *xd = container_of(dev, struct tb_xdomain, dev); in unique_id_show()
1728 struct tb_xdomain *xd = container_of(dev, struct tb_xdomain, dev); in speed_show()
1739 struct tb_xdomain *xd = container_of(dev, struct tb_xdomain, dev); in lanes_show()
1772 struct tb_xdomain *xd = container_of(dev, struct tb_xdomain, dev); in tb_xdomain_release()
1789 static void start_handshake(struct tb_xdomain *xd) in start_handshake()
1796 static void stop_handshake(struct tb_xdomain *xd) in stop_handshake()
1839 struct tb_xdomain *tb_xdomain_alloc(struct tb *tb, struct device *parent, in tb_xdomain_alloc()
1844 struct tb_xdomain *xd; in tb_xdomain_alloc()
1918 void tb_xdomain_add(struct tb_xdomain *xd) in tb_xdomain_add()
1938 void tb_xdomain_remove(struct tb_xdomain *xd) in tb_xdomain_remove()
1973 int tb_xdomain_lane_bonding_enable(struct tb_xdomain *xd) in tb_xdomain_lane_bonding_enable()
2019 void tb_xdomain_lane_bonding_disable(struct tb_xdomain *xd) in tb_xdomain_lane_bonding_disable()
2047 int tb_xdomain_alloc_in_hopid(struct tb_xdomain *xd, int hopid) in tb_xdomain_alloc_in_hopid()
2069 int tb_xdomain_alloc_out_hopid(struct tb_xdomain *xd, int hopid) in tb_xdomain_alloc_out_hopid()
2086 void tb_xdomain_release_in_hopid(struct tb_xdomain *xd, int hopid) in tb_xdomain_release_in_hopid()
2097 void tb_xdomain_release_out_hopid(struct tb_xdomain *xd, int hopid) in tb_xdomain_release_out_hopid()
2118 int tb_xdomain_enable_paths(struct tb_xdomain *xd, int transmit_path, in tb_xdomain_enable_paths()
2143 int tb_xdomain_disable_paths(struct tb_xdomain *xd, int transmit_path, in tb_xdomain_disable_paths()
2160 static struct tb_xdomain *switch_find_xdomain(struct tb_switch *sw, in switch_find_xdomain()
2166 struct tb_xdomain *xd; in switch_find_xdomain()
2208 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid()
2211 struct tb_xdomain *xd; in tb_xdomain_find_by_uuid()
2237 struct tb_xdomain *tb_xdomain_find_by_link_depth(struct tb *tb, u8 link, in tb_xdomain_find_by_link_depth()
2241 struct tb_xdomain *xd; in tb_xdomain_find_by_link_depth()
2266 struct tb_xdomain *tb_xdomain_find_by_route(struct tb *tb, u64 route) in tb_xdomain_find_by_route()
2269 struct tb_xdomain *xd; in tb_xdomain_find_by_route()
2324 struct tb_xdomain *xd; in update_xdomain()