Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thunderbolt/
Dquirks.c17 if (sw->credit_allocation && sw->min_dp_main_credits == 56) { in quirk_dp_credit_allocation()
18 sw->min_dp_main_credits = 18; in quirk_dp_credit_allocation()
19 tb_sw_dbg(sw, "quirked DP main: %u\n", sw->min_dp_main_credits); in quirk_dp_credit_allocation()
Dtunnel.c105 if (sw->min_dp_aux_credits + sw->min_dp_main_credits) in tb_available_credits()
107 (sw->min_dp_aux_credits + sw->min_dp_main_credits); in tb_available_credits()
113 credits -= ndp * (sw->min_dp_aux_credits + sw->min_dp_main_credits); in tb_available_credits()
742 if (nfc_credits / sw->min_dp_main_credits > max_dp_streams) in tb_dp_init_video_credits()
745 hop->nfc_credits = sw->min_dp_main_credits; in tb_dp_init_video_credits()
Dtb.h220 unsigned int min_dp_main_credits; member
Dtest.c166 sw->min_dp_main_credits = 0; in alloc_host_usb4()
378 sw->min_dp_main_credits = 0; in alloc_dev_without_dp()
399 sw->min_dp_main_credits = 18; in alloc_dev_usb4()
Dusb4.c802 sw->min_dp_main_credits = min_dp_main; in usb4_switch_credits_init()