Home
last modified time | relevance | path

Searched refs:num_paths (Results 1 – 17 of 17) sorted by relevance

/drivers/interconnect/
A Dbulk.c20 for (i = 0; i < num_paths; i++) { in of_icc_bulk_get()
48 while (--num_paths >= 0) { in icc_bulk_put()
49 icc_put(paths[num_paths].path); in icc_bulk_put()
50 paths[num_paths].path = NULL; in icc_bulk_put()
67 for (i = 0; i < num_paths; i++) { in icc_bulk_set_bw()
90 for (i = 0; i < num_paths; i++) { in icc_bulk_enable()
114 while (--num_paths >= 0) in icc_bulk_disable()
115 icc_disable(paths[num_paths].path); in icc_bulk_disable()
121 int num_paths; member
148 ret = of_icc_bulk_get(dev, num_paths, paths); in devm_of_icc_bulk_get()
[all …]
/drivers/pmdomain/imx/
A Dimx8m-blk-ctrl.c45 int num_paths; member
69 int num_paths; member
230 domain->num_paths = data->num_paths; in imx8m_blk_ctrl_probe()
493 .num_paths = 1,
503 .num_paths = 1,
513 .num_paths = 1,
744 .num_paths = 2,
754 .num_paths = 3,
773 .num_paths = 2,
783 .num_paths = 2,
[all …]
A Dimx8mp-blk-ctrl.c54 int num_paths; member
68 int num_paths; member
262 .num_paths = 2,
278 .num_paths = 2,
464 .num_paths = 1,
502 .num_paths = 1,
510 .num_paths = 1,
554 ret = icc_bulk_set_bw(domain->num_paths, domain->paths); in imx8mp_blk_ctrl_power_on()
659 domain->num_paths = data->num_paths; in imx8mp_blk_ctrl_probe()
664 for (j = 0; j < data->num_paths; j++) { in imx8mp_blk_ctrl_probe()
[all …]
/drivers/net/ethernet/brocade/bna/
A Dbna_tx_rx.c1265 (qcfg)->num_paths : ((qcfg)->num_paths * 2))
2170 mem_info->num = q_cfg->num_paths; in bna_rx_res_req()
2182 mem_info->num = q_cfg->num_paths; in bna_rx_res_req()
2188 mem_info->num = q_cfg->num_paths; in bna_rx_res_req()
2194 mem_info->num = q_cfg->num_paths; in bna_rx_res_req()
2200 mem_info->num = q_cfg->num_paths; in bna_rx_res_req()
2206 mem_info->num = q_cfg->num_paths; in bna_rx_res_req()
2212 mem_info->num = q_cfg->num_paths; in bna_rx_res_req()
2236 mem_info->num = q_cfg->num_paths; in bna_rx_res_req()
2338 rx->num_paths = rx_cfg->num_paths; in bna_rx_create()
[all …]
A Dbna_types.h666 int num_paths; member
797 int num_paths; member
A Dbnad.c2034 rx_config->num_paths = bnad->num_rxp_per_rx; in bnad_init_rx_config()
2177 bnad_rx_msix_unregister(bnad, rx_info, rx_config->num_paths); in bnad_destroy_rx()
2225 rx_config->num_paths, in bnad_setup_rx()
2232 rx_config->num_paths, in bnad_setup_rx()
2267 rx_config->num_paths); in bnad_setup_rx()
/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_core_perf.c215 if (!kms->num_paths) in _dpu_core_perf_crtc_update_bus()
231 avg_bw /= kms->num_paths; in _dpu_core_perf_crtc_update_bus()
233 for (i = 0; i < kms->num_paths; i++) in _dpu_core_perf_crtc_update_bus()
A Ddpu_kms.h103 u32 num_paths; member
A Ddpu_kms.c419 dpu_kms->num_paths = 1; in dpu_kms_parse_data_bus_icc_path()
423 dpu_kms->num_paths++; in dpu_kms_parse_data_bus_icc_path()
1468 for (i = 0; i < dpu_kms->num_paths; i++) in dpu_runtime_suspend()
/drivers/opp/
A Dof.c442 int ret, i, count, num_paths; in dev_pm_opp_of_find_icc_paths() local
467 num_paths = count / 2; in dev_pm_opp_of_find_icc_paths()
468 paths = kcalloc(num_paths, sizeof(*paths), GFP_KERNEL); in dev_pm_opp_of_find_icc_paths()
472 for (i = 0; i < num_paths; i++) { in dev_pm_opp_of_find_icc_paths()
482 opp_table->path_count = num_paths; in dev_pm_opp_of_find_icc_paths()
/drivers/message/fusion/
A Dmptscsih.c2122 int num_paths; in mptscsih_is_phys_disk() local
2141 num_paths = mpt_raid_phys_disk_get_num_paths(ioc, in mptscsih_is_phys_disk()
2143 if (num_paths < 2) in mptscsih_is_phys_disk()
2146 (num_paths * sizeof(RAID_PHYS_DISK1_PATH)), GFP_KERNEL); in mptscsih_is_phys_disk()
2155 for (j = 0; j < num_paths; j++) { in mptscsih_is_phys_disk()
2200 int num_paths; in mptscsih_raid_id_to_num() local
2219 num_paths = mpt_raid_phys_disk_get_num_paths(ioc, in mptscsih_raid_id_to_num()
2221 if (num_paths < 2) in mptscsih_raid_id_to_num()
2224 (num_paths * sizeof(RAID_PHYS_DISK1_PATH)), GFP_KERNEL); in mptscsih_raid_id_to_num()
2233 for (j = 0; j < num_paths; j++) { in mptscsih_raid_id_to_num()
A Dmptsas.c4172 int num_paths; in mptsas_find_phyinfo_by_phys_disk_num() local
4180 num_paths = mpt_raid_phys_disk_get_num_paths(ioc, phys_disk_num); in mptsas_find_phyinfo_by_phys_disk_num()
4181 if (!num_paths) in mptsas_find_phyinfo_by_phys_disk_num()
4184 (num_paths * sizeof(RAID_PHYS_DISK1_PATH)), GFP_KERNEL); in mptsas_find_phyinfo_by_phys_disk_num()
4188 for (i = 0; i < num_paths; i++) { in mptsas_find_phyinfo_by_phys_disk_num()
/drivers/infiniband/core/
A Ducma.c758 resp->num_paths = route->num_pri_alt_paths; in ucma_copy_ib_route()
785 resp->num_paths = route->num_pri_alt_paths; in ucma_copy_iboe_route()
925 resp->num_paths = ctx->cm_id->route.num_pri_alt_paths; in ucma_query_path()
927 i < resp->num_paths && out_len > sizeof(struct ib_path_rec_data); in ucma_query_path()
A Dsa_query.c129 unsigned int num_paths, void *context);
1523 unsigned int num_paths, void *context), in ib_sa_path_rec_get() argument
/drivers/net/ethernet/mediatek/
A Dmtk_ppe_offload.c108 path = &stack.path[stack.num_paths - 1]; in mtk_flow_get_wdma_info()
/drivers/platform/x86/lenovo/
A Dthinkpad_acpi.c742 char **paths, const int num_paths) in drv_acpi_handle_init() argument
750 for (i = 0; i < num_paths; i++) { in drv_acpi_handle_init()
/drivers/infiniband/ulp/srp/
A Dib_srp.c697 unsigned int num_paths, void *ch_ptr) in srp_path_rec_completion() argument

Completed in 87 milliseconds