Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci.c2360 struct xhci_interval_bw_table *bw_table; in xhci_check_tt_bw_table() local
2364 bw_table = &xhci->rh_bw[virt_dev->rhub_port->hw_portnum].bw_table; in xhci_check_tt_bw_table()
2373 if (bw_table->bw_used + TT_HS_OVERHEAD > HS_BW_LIMIT) in xhci_check_tt_bw_table()
2392 if (virt_dev->bw_table->ss_bw_in > (SS_BW_LIMIT_IN - bw_reserved)) in xhci_check_ss_bw()
2396 if (virt_dev->bw_table->ss_bw_out > (SS_BW_LIMIT_OUT - bw_reserved)) in xhci_check_ss_bw()
2451 struct xhci_interval_bw_table *bw_table; in xhci_check_bw_table() local
2470 bw_table = virt_dev->bw_table; in xhci_check_bw_table()
2501 bw_used = DIV_ROUND_UP(bw_table->interval0_esit_payload, block_size) + in xhci_check_bw_table()
2502 bw_table->interval_bw[0].num_packets * in xhci_check_bw_table()
2503 xhci_get_largest_overhead(&bw_table->interval_bw[0]); in xhci_check_bw_table()
[all …]
H A Dxhci.h754 struct xhci_interval_bw_table *bw_table; member
784 struct xhci_interval_bw_table bw_table; member
791 struct xhci_interval_bw_table bw_table; member
/linux/drivers/iio/accel/
H A Dbma180.c46 const int *bw_table; member
259 if (data->part_info->bw_table[i] == val) { in bma180_set_bw()
495 return bma180_show_avail(buf, data->part_info->bw_table, in bma180_show_filter_freq_avail()
752 .bw_table = bma023_bw_table,
781 .bw_table = bma023_bw_table,
809 .bw_table = bma180_bw_table,
836 .bw_table = bma250_bw_table,
/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_hfi.c806 if (gmu->bw_table) in a6xx_hfi_send_bw_table()
838 gmu->bw_table = msg; in a6xx_hfi_send_bw_table()
841 return a6xx_hfi_send_msg(gmu, HFI_H2F_MSG_BW_TABLE, gmu->bw_table, sizeof(*(gmu->bw_table)), in a6xx_hfi_send_bw_table()