Symbol: mmp_path
drivers/video/fbdev/mmp/core.c
104
struct mmp_path *path;
drivers/video/fbdev/mmp/core.c
128
struct mmp_path *mmp_get_path(const char *name)
drivers/video/fbdev/mmp/core.c
130
struct mmp_path *path = NULL, *iter;
drivers/video/fbdev/mmp/core.c
152
struct mmp_path *mmp_register_path(struct mmp_path_info *info)
drivers/video/fbdev/mmp/core.c
155
struct mmp_path *path = NULL;
drivers/video/fbdev/mmp/core.c
16
static struct mmp_overlay *path_get_overlay(struct mmp_path *path,
drivers/video/fbdev/mmp/core.c
215
void mmp_unregister_path(struct mmp_path *path)
drivers/video/fbdev/mmp/core.c
24
static int path_check_status(struct mmp_path *path)
drivers/video/fbdev/mmp/core.c
41
static int path_get_modelist(struct mmp_path *path,
drivers/video/fbdev/mmp/core.c
74
struct mmp_path *path;
drivers/video/fbdev/mmp/fb/mmpfb.h
32
struct mmp_path *path;
drivers/video/fbdev/mmp/hw/mmp_ctrl.c
122
struct mmp_path *path = overlay->path;
drivers/video/fbdev/mmp/hw/mmp_ctrl.c
171
struct mmp_path *path = overlay->path;
drivers/video/fbdev/mmp/hw/mmp_ctrl.c
181
static void path_enabledisable(struct mmp_path *path, int on)
drivers/video/fbdev/mmp/hw/mmp_ctrl.c
194
static void path_onoff(struct mmp_path *path, int on)
drivers/video/fbdev/mmp/hw/mmp_ctrl.c
252
static void path_set_mode(struct mmp_path *path, struct mmp_mode *mode)
drivers/video/fbdev/mmp/hw/mmp_ctrl.c
345
static void path_set_default(struct mmp_path *path)
drivers/video/fbdev/mmp/hw/mmp_ctrl.c
400
struct mmp_path *path = NULL;
drivers/video/fbdev/mmp/hw/mmp_ctrl.h
1385
struct mmp_path *path;
drivers/video/fbdev/mmp/hw/mmp_ctrl.h
1417
static inline struct mmphw_path_plat *path_to_path_plat(struct mmp_path *path)
drivers/video/fbdev/mmp/hw/mmp_ctrl.h
1422
static inline struct mmphw_ctrl *path_to_ctrl(struct mmp_path *path)
drivers/video/fbdev/mmp/hw/mmp_ctrl.h
1432
static inline void __iomem *ctrl_regs(struct mmp_path *path)
drivers/video/fbdev/mmp/hw/mmp_ctrl.h
1438
static inline struct lcd_regs *path_regs(struct mmp_path *path)
include/video/mmp_disp.h
113
struct mmp_path;
include/video/mmp_disp.h
147
struct mmp_path *path;
include/video/mmp_disp.h
189
int (*check_status)(struct mmp_path *path);
include/video/mmp_disp.h
190
struct mmp_overlay *(*get_overlay)(struct mmp_path *path,
include/video/mmp_disp.h
192
int (*get_modelist)(struct mmp_path *path,
include/video/mmp_disp.h
196
void (*set_mode)(struct mmp_path *path, struct mmp_mode *mode);
include/video/mmp_disp.h
197
void (*set_onoff)(struct mmp_path *path, int status);
include/video/mmp_disp.h
237
extern struct mmp_path *mmp_get_path(const char *name);
include/video/mmp_disp.h
238
static inline void mmp_path_set_mode(struct mmp_path *path,
include/video/mmp_disp.h
244
static inline void mmp_path_set_onoff(struct mmp_path *path, int status)
include/video/mmp_disp.h
249
static inline int mmp_path_get_modelist(struct mmp_path *path,
include/video/mmp_disp.h
257
struct mmp_path *path, int overlay_id)
include/video/mmp_disp.h
300
void (*set_mode)(struct mmp_path *path, struct mmp_mode *mode);
include/video/mmp_disp.h
301
void (*set_onoff)(struct mmp_path *path, int status);
include/video/mmp_disp.h
306
extern struct mmp_path *mmp_register_path(
include/video/mmp_disp.h
308
extern void mmp_unregister_path(struct mmp_path *path);