Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thunderbolt/
Dtunnel.c82 size_t *max_dp_streams) in tb_available_credits() argument
116 if (max_dp_streams) in tb_available_credits()
117 *max_dp_streams = ndp; in tb_available_credits()
731 size_t max_dp_streams; in tb_dp_init_video_credits() local
733 tb_available_credits(port, &max_dp_streams); in tb_dp_init_video_credits()
742 if (nfc_credits / sw->min_dp_main_credits > max_dp_streams) in tb_dp_init_video_credits()