Searched refs:stream_allocated_bw (Results 1 – 1 of 1) sorted by relevance
96 static bool allocate_usb4_bw(int *stream_allocated_bw, int bw_needed, struct dc_link *link) in allocate_usb4_bw() argument99 *stream_allocated_bw += bw_needed; in allocate_usb4_bw()103 static bool deallocate_usb4_bw(int *stream_allocated_bw, int bw_to_dealloc, struct dc_link *link) in deallocate_usb4_bw() argument107 if (*stream_allocated_bw > 0) { in deallocate_usb4_bw()108 *stream_allocated_bw -= bw_to_dealloc; in deallocate_usb4_bw()