Home
last modified time | relevance | path

Searched refs:tb_tunnel (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/thunderbolt/
H A Dtunnel.h73 struct tb_tunnel { struct
80 int (*pre_activate)(struct tb_tunnel *tunnel); argument
81 int (*activate)(struct tb_tunnel *tunnel, bool activate); argument
82 void (*post_deactivate)(struct tb_tunnel *tunnel); argument
83 void (*destroy)(struct tb_tunnel *tunnel); argument
108 void (*callback)(struct tb_tunnel *tunnel, void *data); argument
123 void (*callback)(struct tb_tunnel *, void *),
137 void tb_tunnel_put(struct tb_tunnel *tunnel);
138 int tb_tunnel_activate(struct tb_tunnel *tunnel);
139 void tb_tunnel_deactivate(struct tb_tunnel *tunnel);
[all …]
H A Dtunnel.c171 struct tb_tunnel *tunnel; in tb_tunnel_alloc()
192 static void tb_tunnel_get(struct tb_tunnel *tunnel) in tb_tunnel_get()
216 void tb_tunnel_put(struct tb_tunnel *tunnel) in tb_tunnel_put()
350 struct tb_tunnel *tunnel; in tb_tunnel_discover_pci()
430 struct tb_tunnel *tunnel; in tb_tunnel_alloc_pci()
1425 static void tb_dp_dump(struct tb_tunnel *tunnel) in tb_dp_dump()
1481 struct tb_tunnel *tunnel; in tb_tunnel_discover_dp()
1585 struct tb_tunnel *tunnel; in tb_tunnel_alloc_dp()
1797 struct tb_tunnel *tunnel; in tb_tunnel_alloc_dma()
2095 struct tb_tunnel *tunnel; in tb_tunnel_discover_usb3()
[all …]
H A Dtb.c175 struct tb_tunnel *tunnel; in tb_discover_dp_resources()
499 struct tb_tunnel *tunnel; in tb_find_tunnel()
561 struct tb_tunnel *tunnel; in tb_consumed_usb3_pcie_bandwidth()
614 struct tb_tunnel *tunnel; in tb_consumed_dp_bandwidth()
866 struct tb_tunnel *tunnel; in tb_release_unused_usb3_bandwidth()
876 struct tb_tunnel *tunnel; in tb_reclaim_usb3_bandwidth()
907 struct tb_tunnel *tunnel; in tb_tunnel_usb3()
1528 struct tb_tunnel *tunnel; in __configure_group_sym()
1609 struct tb_tunnel *tunnel; in tb_attach_bandwidth_group()
1762 struct tb_tunnel *n; in tb_free_invalid_tunnels()
[all …]
H A Dtest.c1393 struct tb_tunnel *tunnel; in tb_test_tunnel_dp()
1431 struct tb_tunnel *tunnel; in tb_test_tunnel_dp_chain()
1477 struct tb_tunnel *tunnel; in tb_test_tunnel_dp_tree()
1528 struct tb_tunnel *tunnel; in tb_test_tunnel_dp_max_length()
1792 struct tb_tunnel *tunnel; in tb_test_tunnel_dma()
1835 struct tb_tunnel *tunnel; in tb_test_tunnel_dma_rx()
1872 struct tb_tunnel *tunnel; in tb_test_tunnel_dma_tx()
1910 struct tb_tunnel *tunnel; in tb_test_tunnel_dma_chain()
1975 struct tb_tunnel *tunnel; in tb_test_tunnel_dma_match()
2027 struct tb_tunnel *tunnel; in tb_test_credit_alloc_legacy_not_bonded()
[all …]