Lines Matching refs:num_paths
43 int num_paths; member
57 int num_paths; member
164 .num_paths = 2,
180 .num_paths = 2,
362 .num_paths = 1,
400 .num_paths = 1,
408 .num_paths = 1,
452 ret = icc_bulk_set_bw(domain->num_paths, domain->paths); in imx8mp_blk_ctrl_power_on()
557 domain->num_paths = data->num_paths; in imx8mp_blk_ctrl_probe()
562 for (j = 0; j < data->num_paths; j++) { in imx8mp_blk_ctrl_probe()
569 ret = devm_of_icc_bulk_get(dev, data->num_paths, domain->paths); in imx8mp_blk_ctrl_probe()
573 domain->num_paths = 0; in imx8mp_blk_ctrl_probe()