Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thunderbolt/
Dtunnel.c94 size_t *max_dp_streams) in tb_available_credits() argument
128 if (max_dp_streams) in tb_available_credits()
129 *max_dp_streams = ndp; in tb_available_credits()
1197 size_t max_dp_streams; in tb_dp_init_video_credits() local
1199 tb_available_credits(port, &max_dp_streams); in tb_dp_init_video_credits()
1208 if (nfc_credits / sw->min_dp_main_credits > max_dp_streams) in tb_dp_init_video_credits()