Searched refs:path_init (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/mmp/hw/ |
H A D | mmp_ctrl.c | 395 static int path_init(struct mmphw_path_plat *path_plat, in path_init() function 536 if (!path_init(path_plat, &mi->paths[i])) { in mmphw_probe()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/mmp/hw/ |
H A D | mmp_ctrl.c | 395 static int path_init(struct mmphw_path_plat *path_plat, in path_init() function 537 if (!path_init(path_plat, &mi->paths[i])) { in mmphw_probe()
|
/kernel/linux/linux-5.10/drivers/interconnect/ |
H A D | core.c | 151 static struct icc_path *path_init(struct device *dev, struct icc_node *dst, in path_init() function 238 path = path_init(dev, dst, depth); in path_find()
|
/kernel/linux/linux-6.6/drivers/interconnect/ |
H A D | core.c | 166 static struct icc_path *path_init(struct device *dev, struct icc_node *dst, in path_init() function 253 path = path_init(dev, dst, depth); in path_find()
|
/kernel/linux/linux-5.10/fs/ |
H A D | namei.c | 884 /* Absolute path arguments to path_init() are allowed. */ in nd_jump_root() 2218 static const char *path_init(struct nameidata *nd, unsigned flags) in path_init() function 2340 const char *s = path_init(nd, flags); in path_lookupat() 2401 const char *s = path_init(nd, flags); in path_parentat() 3427 const char *s = path_init(nd, flags); in path_openat()
|
/kernel/linux/linux-6.6/fs/ |
H A D | namei.c | 964 /* Absolute path arguments to path_init() are allowed. */ in nd_jump_root() 2350 static const char *path_init(struct nameidata *nd, unsigned flags) in path_init() function 2473 const char *s = path_init(nd, flags); in path_lookupat() 2529 const char *s = path_init(nd, flags); in path_parentat() 3786 const char *s = path_init(nd, flags); in path_openat()
|
Completed in 18 milliseconds