mmp_path
struct mmp_path *path;
struct mmp_path *mmp_get_path(const char *name)
struct mmp_path *path = NULL, *iter;
struct mmp_path *mmp_register_path(struct mmp_path_info *info)
struct mmp_path *path = NULL;
static struct mmp_overlay *path_get_overlay(struct mmp_path *path,
void mmp_unregister_path(struct mmp_path *path)
static int path_check_status(struct mmp_path *path)
static int path_get_modelist(struct mmp_path *path,
struct mmp_path *path;
struct mmp_path *path;
struct mmp_path *path = overlay->path;
struct mmp_path *path = overlay->path;
static void path_enabledisable(struct mmp_path *path, int on)
static void path_onoff(struct mmp_path *path, int on)
static void path_set_mode(struct mmp_path *path, struct mmp_mode *mode)
static void path_set_default(struct mmp_path *path)
struct mmp_path *path = NULL;
struct mmp_path *path;
static inline struct mmphw_path_plat *path_to_path_plat(struct mmp_path *path)
static inline struct mmphw_ctrl *path_to_ctrl(struct mmp_path *path)
static inline void __iomem *ctrl_regs(struct mmp_path *path)
static inline struct lcd_regs *path_regs(struct mmp_path *path)
struct mmp_path;
struct mmp_path *path;
int (*check_status)(struct mmp_path *path);
struct mmp_overlay *(*get_overlay)(struct mmp_path *path,
int (*get_modelist)(struct mmp_path *path,
void (*set_mode)(struct mmp_path *path, struct mmp_mode *mode);
void (*set_onoff)(struct mmp_path *path, int status);
extern struct mmp_path *mmp_get_path(const char *name);
static inline void mmp_path_set_mode(struct mmp_path *path,
static inline void mmp_path_set_onoff(struct mmp_path *path, int status)
static inline int mmp_path_get_modelist(struct mmp_path *path,
struct mmp_path *path, int overlay_id)
void (*set_mode)(struct mmp_path *path, struct mmp_mode *mode);
void (*set_onoff)(struct mmp_path *path, int status);
extern struct mmp_path *mmp_register_path(
extern void mmp_unregister_path(struct mmp_path *path);