bw_used 2218 drivers/usb/host/xhci.c if (bw_table->bw_used + TT_HS_OVERHEAD > HS_BW_LIMIT) bw_used 2294 drivers/usb/host/xhci.c unsigned int bw_used; bw_used 2346 drivers/usb/host/xhci.c bw_used = DIV_ROUND_UP(bw_table->interval0_esit_payload, block_size) + bw_used 2419 drivers/usb/host/xhci.c bw_used += bw_added; bw_used 2420 drivers/usb/host/xhci.c if (bw_used > max_bandwidth) { bw_used 2423 drivers/usb/host/xhci.c bw_used, max_bandwidth); bw_used 2434 drivers/usb/host/xhci.c bw_used += overhead + packet_size; bw_used 2443 drivers/usb/host/xhci.c bw_used += TT_HS_OVERHEAD * bw_used 2450 drivers/usb/host/xhci.c bw_used, max_bandwidth, bw_reserved, bw_used 2451 drivers/usb/host/xhci.c (max_bandwidth - bw_used - bw_reserved) * 100 / bw_used 2454 drivers/usb/host/xhci.c bw_used += bw_reserved; bw_used 2455 drivers/usb/host/xhci.c if (bw_used > max_bandwidth) { bw_used 2457 drivers/usb/host/xhci.c bw_used, max_bandwidth); bw_used 2461 drivers/usb/host/xhci.c bw_table->bw_used = bw_used; bw_used 2641 drivers/usb/host/xhci.c rh_bw_info->bw_table.bw_used += TT_HS_OVERHEAD; bw_used 2645 drivers/usb/host/xhci.c rh_bw_info->bw_table.bw_used -= TT_HS_OVERHEAD; bw_used 991 drivers/usb/host/xhci.h unsigned int bw_used;