Home
last modified time | relevance | path

Searched refs:path_num (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.c465 if (mi == NULL || !mi->path_num || !mi->paths) { in mmphw_probe()
473 struct_size(ctrl, path_plats, mi->path_num), in mmphw_probe()
481 ctrl->path_num = mi->path_num; in mmphw_probe()
527 for (i = 0; i < ctrl->path_num; i++) { in mmphw_probe()
551 for (i = 0; i < ctrl->path_num; i++) { in mmphw_probe()
H A Dmmp_ctrl.h1408 int path_num; member
1409 struct mmphw_path_plat path_plats[] __counted_by(path_num);
/linux/include/video/
H A Dmmp_disp.h335 int path_num; member