Lines Matching refs:num_paths
43 int num_paths; member
57 int num_paths; member
164 .num_paths = 2,
180 .num_paths = 2,
360 .num_paths = 1,
398 .num_paths = 1,
406 .num_paths = 1,
450 ret = icc_bulk_set_bw(domain->num_paths, domain->paths); in imx8mp_blk_ctrl_power_on()
555 domain->num_paths = data->num_paths; in imx8mp_blk_ctrl_probe()
560 for (j = 0; j < data->num_paths; j++) { in imx8mp_blk_ctrl_probe()
567 ret = devm_of_icc_bulk_get(dev, data->num_paths, domain->paths); in imx8mp_blk_ctrl_probe()
571 domain->num_paths = 0; in imx8mp_blk_ctrl_probe()