Home
last modified time | relevance | path

Searched refs:tb_path (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/thunderbolt/
H A Dpath.c101 struct tb_path *tb_path_discover(struct tb_port *src, int src_hopid, in tb_path_discover()
108 struct tb_path *path; in tb_path_discover()
238 struct tb_path *tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid, in tb_path_alloc()
244 struct tb_path *path; in tb_path_alloc()
358 void tb_path_free(struct tb_path *path) in tb_path_free()
379 static void __tb_path_deallocate_nfc(struct tb_path *path, int first_hop) in __tb_path_deallocate_nfc()
464 static void __tb_path_deactivate_hops(struct tb_path *path, int first_hop) in __tb_path_deactivate_hops()
479 void tb_path_deactivate(struct tb_path *path) in tb_path_deactivate()
505 int tb_path_activate(struct tb_path *path) in tb_path_activate()
599 bool tb_path_is_invalid(struct tb_path *path) in tb_path_is_invalid()
[all …]
H A Dtunnel.c390 static int tb_pci_init_path(struct tb_path *path) in tb_pci_init_path()
428 struct tb_path *path; in tb_tunnel_discover_pci()
508 struct tb_path *path; in tb_tunnel_alloc_pci()
1120 struct tb_path **paths; in tb_dp_activate()
1436 static void tb_dp_init_aux_path(struct tb_path *path, bool pm_support) in tb_dp_init_aux_path()
1483 static int tb_dp_init_video_path(struct tb_path *path, bool pm_support) in tb_dp_init_video_path()
1565 struct tb_path *path; in tb_tunnel_discover_dp()
1668 struct tb_path **paths; in tb_tunnel_alloc_dp()
1669 struct tb_path *path; in tb_tunnel_alloc_dp()
1771 static int tb_dma_init_rx_path(struct tb_path *path, unsigned int credits) in tb_dma_init_rx_path()
[all …]
H A Dtb.h430 struct tb_path { struct
1189 struct tb_path *tb_path_discover(struct tb_port *src, int src_hopid,
1193 struct tb_path *tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid,
1196 void tb_path_free(struct tb_path *path);
1197 int tb_path_activate(struct tb_path *path);
1198 void tb_path_deactivate(struct tb_path *path);
1200 bool tb_path_is_invalid(struct tb_path *path);
1201 bool tb_path_port_on_path(const struct tb_path *path,