Searched refs:bw_table (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | xhci.c | 2363 struct xhci_interval_bw_table *bw_table; in xhci_check_tt_bw_table() local 2367 bw_table = &xhci->rh_bw[virt_dev->rhub_port->hw_portnum].bw_table; in xhci_check_tt_bw_table() 2376 if (bw_table->bw_used + TT_HS_OVERHEAD > HS_BW_LIMIT) in xhci_check_tt_bw_table() 2395 if (virt_dev->bw_table->ss_bw_in > (SS_BW_LIMIT_IN - bw_reserved)) in xhci_check_ss_bw() 2399 if (virt_dev->bw_table->ss_bw_out > (SS_BW_LIMIT_OUT - bw_reserved)) in xhci_check_ss_bw() 2454 struct xhci_interval_bw_table *bw_table; in xhci_check_bw_table() local 2473 bw_table = virt_dev->bw_table; in xhci_check_bw_table() 2504 bw_used = DIV_ROUND_UP(bw_table->interval0_esit_payload, block_size) + in xhci_check_bw_table() 2505 bw_table->interval_bw[0].num_packets * in xhci_check_bw_table() 2506 xhci_get_largest_overhead(&bw_table->interval_bw[0]); in xhci_check_bw_table() [all …]
|
| H A D | xhci-mem.c | 839 struct xhci_interval_bw_table *bw_table; in xhci_alloc_tt_info() local 851 bw_table = &tt_info->bw_table; in xhci_alloc_tt_info() 853 INIT_LIST_HEAD(&bw_table->interval_bw[j].endpoints); in xhci_alloc_tt_info() 1154 dev->bw_table = &xhci->rh_bw[dev->rhub_port->hw_portnum].bw_table; in xhci_setup_addressable_virt_dev() 1168 dev->bw_table = &tt_bw->bw_table; in xhci_setup_addressable_virt_dev() 1921 struct xhci_interval_bw_table *bwt = &xhci->rh_bw[i].bw_table; in xhci_mem_cleanup() 2211 struct xhci_interval_bw_table *bw_table; in xhci_setup_port_arrays() local 2214 bw_table = &xhci->rh_bw[i].bw_table; in xhci_setup_port_arrays() 2216 INIT_LIST_HEAD(&bw_table->interval_bw[j].endpoints); in xhci_setup_port_arrays()
|
| H A D | xhci.h | 750 struct xhci_interval_bw_table *bw_table; member 780 struct xhci_interval_bw_table bw_table; member 787 struct xhci_interval_bw_table bw_table; member
|
| /linux/drivers/iio/accel/ |
| H A D | bma180.c | 47 const int *bw_table; member 260 if (data->part_info->bw_table[i] == val) { in bma180_set_bw() 496 return bma180_show_avail(buf, data->part_info->bw_table, in bma180_show_filter_freq_avail() 753 .bw_table = bma023_bw_table, 782 .bw_table = bma023_bw_table, 810 .bw_table = bma180_bw_table, 837 .bw_table = bma250_bw_table,
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_hfi.c | 798 if (gmu->bw_table) in a6xx_hfi_send_bw_table() 830 gmu->bw_table = msg; in a6xx_hfi_send_bw_table() 833 return a6xx_hfi_send_msg(gmu, HFI_H2F_MSG_BW_TABLE, gmu->bw_table, sizeof(*(gmu->bw_table)), in a6xx_hfi_send_bw_table()
|
| H A D | a6xx_gmu.h | 124 struct a6xx_hfi_msg_bw_table *bw_table; member
|
| /linux/drivers/ufs/host/ |
| H A D | ufs-qcom.c | 945 struct __ufs_qcom_bw_table bw_table; in ufs_qcom_icc_update_bw() local 947 bw_table = ufs_qcom_get_bw_table(host); in ufs_qcom_icc_update_bw() 949 return ufs_qcom_icc_set_bw(host, bw_table.mem_bw, bw_table.cfg_bw); in ufs_qcom_icc_update_bw()
|