bw_table           45 drivers/iio/accel/bma180.c 	const int *bw_table;
bw_table          238 drivers/iio/accel/bma180.c 		if (data->part_info->bw_table[i] == val) {
bw_table          432 drivers/iio/accel/bma180.c 	return bma180_show_avail(buf, data->part_info->bw_table,
bw_table          848 drivers/usb/host/xhci-mem.c 		struct xhci_interval_bw_table *bw_table;
bw_table          860 drivers/usb/host/xhci-mem.c 		bw_table = &tt_info->bw_table;
bw_table          862 drivers/usb/host/xhci-mem.c 			INIT_LIST_HEAD(&bw_table->interval_bw[j].endpoints);
bw_table         1164 drivers/usb/host/xhci-mem.c 		dev->bw_table = &xhci->rh_bw[port_num - 1].bw_table;
bw_table         1178 drivers/usb/host/xhci-mem.c 				dev->bw_table = &tt_bw->bw_table;
bw_table         1865 drivers/usb/host/xhci-mem.c 		struct xhci_interval_bw_table *bwt = &xhci->rh_bw[i].bw_table;
bw_table         2294 drivers/usb/host/xhci-mem.c 		struct xhci_interval_bw_table *bw_table;
bw_table         2297 drivers/usb/host/xhci-mem.c 		bw_table = &xhci->rh_bw[i].bw_table;
bw_table         2299 drivers/usb/host/xhci-mem.c 			INIT_LIST_HEAD(&bw_table->interval_bw[j].endpoints);
bw_table         2205 drivers/usb/host/xhci.c 	struct xhci_interval_bw_table *bw_table;
bw_table         2209 drivers/usb/host/xhci.c 	bw_table = &xhci->rh_bw[virt_dev->real_port - 1].bw_table;
bw_table         2218 drivers/usb/host/xhci.c 		if (bw_table->bw_used + TT_HS_OVERHEAD > HS_BW_LIMIT)
bw_table         2237 drivers/usb/host/xhci.c 	if (virt_dev->bw_table->ss_bw_in > (SS_BW_LIMIT_IN - bw_reserved))
bw_table         2241 drivers/usb/host/xhci.c 	if (virt_dev->bw_table->ss_bw_out > (SS_BW_LIMIT_OUT - bw_reserved))
bw_table         2296 drivers/usb/host/xhci.c 	struct xhci_interval_bw_table *bw_table;
bw_table         2315 drivers/usb/host/xhci.c 	bw_table = virt_dev->bw_table;
bw_table         2346 drivers/usb/host/xhci.c 	bw_used = DIV_ROUND_UP(bw_table->interval0_esit_payload, block_size) +
bw_table         2347 drivers/usb/host/xhci.c 		bw_table->interval_bw[0].num_packets *
bw_table         2348 drivers/usb/host/xhci.c 		xhci_get_largest_overhead(&bw_table->interval_bw[0]);
bw_table         2361 drivers/usb/host/xhci.c 			bw_table->interval_bw[i].num_packets;
bw_table         2366 drivers/usb/host/xhci.c 		if (list_empty(&bw_table->interval_bw[i].endpoints))
bw_table         2372 drivers/usb/host/xhci.c 			ep_entry = bw_table->interval_bw[i].endpoints.next;
bw_table         2385 drivers/usb/host/xhci.c 				&bw_table->interval_bw[i]);
bw_table         2461 drivers/usb/host/xhci.c 	bw_table->bw_used = bw_used;
bw_table         2493 drivers/usb/host/xhci.c 		struct xhci_interval_bw_table *bw_table,
bw_table         2506 drivers/usb/host/xhci.c 			xhci->devs[udev->slot_id]->bw_table->ss_bw_in -=
bw_table         2509 drivers/usb/host/xhci.c 			xhci->devs[udev->slot_id]->bw_table->ss_bw_out -=
bw_table         2528 drivers/usb/host/xhci.c 		bw_table->interval0_esit_payload -= ep_bw->max_esit_payload;
bw_table         2529 drivers/usb/host/xhci.c 	interval_bw = &bw_table->interval_bw[normalized_interval];
bw_table         2557 drivers/usb/host/xhci.c 		struct xhci_interval_bw_table *bw_table,
bw_table         2571 drivers/usb/host/xhci.c 			xhci->devs[udev->slot_id]->bw_table->ss_bw_in +=
bw_table         2574 drivers/usb/host/xhci.c 			xhci->devs[udev->slot_id]->bw_table->ss_bw_out +=
bw_table         2588 drivers/usb/host/xhci.c 		bw_table->interval0_esit_payload += ep_bw->max_esit_payload;
bw_table         2589 drivers/usb/host/xhci.c 	interval_bw = &bw_table->interval_bw[normalized_interval];
bw_table         2641 drivers/usb/host/xhci.c 		rh_bw_info->bw_table.bw_used += TT_HS_OVERHEAD;
bw_table         2645 drivers/usb/host/xhci.c 		rh_bw_info->bw_table.bw_used -= TT_HS_OVERHEAD;
bw_table         2681 drivers/usb/host/xhci.c 					virt_dev->bw_table,
bw_table         2693 drivers/usb/host/xhci.c 					virt_dev->bw_table,
bw_table         2718 drivers/usb/host/xhci.c 					virt_dev->bw_table,
bw_table         2730 drivers/usb/host/xhci.c 					virt_dev->bw_table,
bw_table         3835 drivers/usb/host/xhci.c 					virt_dev->bw_table,
bw_table         1013 drivers/usb/host/xhci.h 	struct xhci_interval_bw_table	*bw_table;
bw_table         1041 drivers/usb/host/xhci.h 	struct xhci_interval_bw_table	bw_table;
bw_table         1048 drivers/usb/host/xhci.h 	struct xhci_interval_bw_table	bw_table;