Symbol: dss_pll
drivers/gpu/drm/omapdrm/dss/dispc.c
3173
struct dss_pll *pll;
drivers/gpu/drm/omapdrm/dss/dispc.c
3201
struct dss_pll *pll;
drivers/gpu/drm/omapdrm/dss/dpi.c
38
struct dss_pll *pll;
drivers/gpu/drm/omapdrm/dss/dpi.c
382
static int dpi_verify_pll(struct dss_pll *pll)
drivers/gpu/drm/omapdrm/dss/dpi.c
399
struct dss_pll *pll;
drivers/gpu/drm/omapdrm/dss/dsi.c
4530
struct dss_pll *pll = &dsi->pll;
drivers/gpu/drm/omapdrm/dss/dsi.c
913
static int dsi_pll_enable(struct dss_pll *pll)
drivers/gpu/drm/omapdrm/dss/dsi.c
963
static void dsi_pll_disable(struct dss_pll *pll)
drivers/gpu/drm/omapdrm/dss/dsi.c
983
struct dss_pll *pll = &dsi->pll;
drivers/gpu/drm/omapdrm/dss/dsi.h
298
struct dss_pll *pll;
drivers/gpu/drm/omapdrm/dss/dsi.h
364
struct dss_pll pll;
drivers/gpu/drm/omapdrm/dss/dss.c
147
void dss_ctrl_pll_enable(struct dss_pll *pll, bool enable)
drivers/gpu/drm/omapdrm/dss/dss.h
116
struct dss_pll;
drivers/gpu/drm/omapdrm/dss/dss.h
144
int (*enable)(struct dss_pll *pll);
drivers/gpu/drm/omapdrm/dss/dss.h
145
void (*disable)(struct dss_pll *pll);
drivers/gpu/drm/omapdrm/dss/dss.h
146
int (*set_config)(struct dss_pll *pll,
drivers/gpu/drm/omapdrm/dss/dss.h
255
struct dss_pll *plls[4];
drivers/gpu/drm/omapdrm/dss/dss.h
256
struct dss_pll *video1_pll;
drivers/gpu/drm/omapdrm/dss/dss.h
257
struct dss_pll *video2_pll;
drivers/gpu/drm/omapdrm/dss/dss.h
314
struct dss_pll *dss_video_pll_init(struct dss_device *dss,
drivers/gpu/drm/omapdrm/dss/dss.h
317
void dss_video_pll_uninit(struct dss_pll *pll);
drivers/gpu/drm/omapdrm/dss/dss.h
319
void dss_ctrl_pll_enable(struct dss_pll *pll, bool enable);
drivers/gpu/drm/omapdrm/dss/dss.h
506
int dss_pll_register(struct dss_device *dss, struct dss_pll *pll);
drivers/gpu/drm/omapdrm/dss/dss.h
507
void dss_pll_unregister(struct dss_pll *pll);
drivers/gpu/drm/omapdrm/dss/dss.h
508
struct dss_pll *dss_pll_find(struct dss_device *dss, const char *name);
drivers/gpu/drm/omapdrm/dss/dss.h
509
struct dss_pll *dss_pll_find_by_src(struct dss_device *dss,
drivers/gpu/drm/omapdrm/dss/dss.h
512
int dss_pll_enable(struct dss_pll *pll);
drivers/gpu/drm/omapdrm/dss/dss.h
513
void dss_pll_disable(struct dss_pll *pll);
drivers/gpu/drm/omapdrm/dss/dss.h
514
int dss_pll_set_config(struct dss_pll *pll,
drivers/gpu/drm/omapdrm/dss/dss.h
517
bool dss_pll_hsdiv_calc_a(const struct dss_pll *pll, unsigned long clkdco,
drivers/gpu/drm/omapdrm/dss/dss.h
520
bool dss_pll_calc_a(const struct dss_pll *pll, unsigned long clkin,
drivers/gpu/drm/omapdrm/dss/dss.h
524
bool dss_pll_calc_b(const struct dss_pll *pll, unsigned long clkin,
drivers/gpu/drm/omapdrm/dss/dss.h
527
int dss_pll_write_config_type_a(struct dss_pll *pll,
drivers/gpu/drm/omapdrm/dss/dss.h
529
int dss_pll_write_config_type_b(struct dss_pll *pll,
drivers/gpu/drm/omapdrm/dss/dss.h
531
int dss_pll_wait_reset_done(struct dss_pll *pll);
drivers/gpu/drm/omapdrm/dss/hdmi.h
234
struct dss_pll pll;
drivers/gpu/drm/omapdrm/dss/hdmi_pll.c
132
struct dss_pll *pll = &hpll->pll;
drivers/gpu/drm/omapdrm/dss/hdmi_pll.c
184
struct dss_pll *pll = &hpll->pll;
drivers/gpu/drm/omapdrm/dss/hdmi_pll.c
39
static int hdmi_pll_enable(struct dss_pll *dsspll)
drivers/gpu/drm/omapdrm/dss/hdmi_pll.c
57
static void hdmi_pll_disable(struct dss_pll *dsspll)
drivers/gpu/drm/omapdrm/dss/pll.c
123
int dss_pll_enable(struct dss_pll *pll)
drivers/gpu/drm/omapdrm/dss/pll.c
151
void dss_pll_disable(struct dss_pll *pll)
drivers/gpu/drm/omapdrm/dss/pll.c
163
int dss_pll_set_config(struct dss_pll *pll, const struct dss_pll_clock_info *cinfo)
drivers/gpu/drm/omapdrm/dss/pll.c
176
bool dss_pll_hsdiv_calc_a(const struct dss_pll *pll, unsigned long clkdco,
drivers/gpu/drm/omapdrm/dss/pll.c
205
bool dss_pll_calc_a(const struct dss_pll *pll, unsigned long clkin,
drivers/gpu/drm/omapdrm/dss/pll.c
272
bool dss_pll_calc_b(const struct dss_pll *pll, unsigned long clkin,
drivers/gpu/drm/omapdrm/dss/pll.c
28
int dss_pll_register(struct dss_device *dss, struct dss_pll *pll)
drivers/gpu/drm/omapdrm/dss/pll.c
356
int dss_pll_wait_reset_done(struct dss_pll *pll)
drivers/gpu/drm/omapdrm/dss/pll.c
366
static int dss_wait_hsdiv_ack(struct dss_pll *pll, u32 hsdiv_ack_mask)
drivers/gpu/drm/omapdrm/dss/pll.c
396
int dss_pll_write_config_type_a(struct dss_pll *pll,
drivers/gpu/drm/omapdrm/dss/pll.c
43
void dss_pll_unregister(struct dss_pll *pll)
drivers/gpu/drm/omapdrm/dss/pll.c
524
int dss_pll_write_config_type_b(struct dss_pll *pll,
drivers/gpu/drm/omapdrm/dss/pll.c
57
struct dss_pll *dss_pll_find(struct dss_device *dss, const char *name)
drivers/gpu/drm/omapdrm/dss/pll.c
69
struct dss_pll *dss_pll_find_by_src(struct dss_device *dss,
drivers/gpu/drm/omapdrm/dss/pll.c
72
struct dss_pll *pll;
drivers/gpu/drm/omapdrm/dss/video-pll.c
132
struct dss_pll *dss_video_pll_init(struct dss_device *dss,
drivers/gpu/drm/omapdrm/dss/video-pll.c
143
struct dss_pll *pll;
drivers/gpu/drm/omapdrm/dss/video-pll.c
18
struct dss_pll pll;
drivers/gpu/drm/omapdrm/dss/video-pll.c
190
void dss_video_pll_uninit(struct dss_pll *pll)
drivers/gpu/drm/omapdrm/dss/video-pll.c
54
static int dss_video_pll_enable(struct dss_pll *pll)
drivers/gpu/drm/omapdrm/dss/video-pll.c
83
static void dss_video_pll_disable(struct dss_pll *pll)
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
3187
struct dss_pll *pll;
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
3218
struct dss_pll *pll;
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
132
struct dss_pll *pll;
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
37
struct dss_pll *pll;
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
546
static int dpi_verify_dsi_pll(struct dss_pll *pll)
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
585
struct dss_pll *pll;
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
61
static struct dss_pll *dpi_get_pll(enum omap_channel channel)
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
1376
static int dsi_pll_enable(struct dss_pll *pll)
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
1454
static void dsi_pll_disable(struct dss_pll *pll)
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
1469
struct dss_pll *pll = &dsi->pll;
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
269
struct dss_pll *pll;
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
311
struct dss_pll pll;
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
5212
struct dss_pll *pll = &dsi->pll;
drivers/video/fbdev/omap2/omapfb/dss/dss.c
94
struct dss_pll *video1_pll;
drivers/video/fbdev/omap2/omapfb/dss/dss.c
95
struct dss_pll *video2_pll;
drivers/video/fbdev/omap2/omapfb/dss/dss.h
100
struct dss_pll;
drivers/video/fbdev/omap2/omapfb/dss/dss.h
123
int (*enable)(struct dss_pll *pll);
drivers/video/fbdev/omap2/omapfb/dss/dss.h
124
void (*disable)(struct dss_pll *pll);
drivers/video/fbdev/omap2/omapfb/dss/dss.h
125
int (*set_config)(struct dss_pll *pll,
drivers/video/fbdev/omap2/omapfb/dss/dss.h
262
struct dss_pll *dss_video_pll_init(struct platform_device *pdev, int id,
drivers/video/fbdev/omap2/omapfb/dss/dss.h
264
void dss_video_pll_uninit(struct dss_pll *pll);
drivers/video/fbdev/omap2/omapfb/dss/dss.h
459
int dss_pll_register(struct dss_pll *pll);
drivers/video/fbdev/omap2/omapfb/dss/dss.h
460
void dss_pll_unregister(struct dss_pll *pll);
drivers/video/fbdev/omap2/omapfb/dss/dss.h
461
struct dss_pll *dss_pll_find(const char *name);
drivers/video/fbdev/omap2/omapfb/dss/dss.h
462
int dss_pll_enable(struct dss_pll *pll);
drivers/video/fbdev/omap2/omapfb/dss/dss.h
463
void dss_pll_disable(struct dss_pll *pll);
drivers/video/fbdev/omap2/omapfb/dss/dss.h
464
int dss_pll_set_config(struct dss_pll *pll,
drivers/video/fbdev/omap2/omapfb/dss/dss.h
467
bool dss_pll_hsdiv_calc(const struct dss_pll *pll, unsigned long clkdco,
drivers/video/fbdev/omap2/omapfb/dss/dss.h
470
bool dss_pll_calc(const struct dss_pll *pll, unsigned long clkin,
drivers/video/fbdev/omap2/omapfb/dss/dss.h
473
int dss_pll_write_config_type_a(struct dss_pll *pll,
drivers/video/fbdev/omap2/omapfb/dss/dss.h
475
int dss_pll_write_config_type_b(struct dss_pll *pll,
drivers/video/fbdev/omap2/omapfb/dss/dss.h
477
int dss_pll_wait_reset_done(struct dss_pll *pll);
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
229
struct dss_pll pll;
drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c
109
static void hdmi_pll_disable(struct dss_pll *dsspll)
drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c
174
struct dss_pll *pll = &hpll->pll;
drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c
232
struct dss_pll *pll = &hpll->pll;
drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c
99
static int hdmi_pll_enable(struct dss_pll *dsspll)
drivers/video/fbdev/omap2/omapfb/dss/pll.c
108
int dss_pll_set_config(struct dss_pll *pll, const struct dss_pll_clock_info *cinfo)
drivers/video/fbdev/omap2/omapfb/dss/pll.c
121
bool dss_pll_hsdiv_calc(const struct dss_pll *pll, unsigned long clkdco,
drivers/video/fbdev/omap2/omapfb/dss/pll.c
146
bool dss_pll_calc(const struct dss_pll *pll, unsigned long clkin,
drivers/video/fbdev/omap2/omapfb/dss/pll.c
214
int dss_pll_wait_reset_done(struct dss_pll *pll)
drivers/video/fbdev/omap2/omapfb/dss/pll.c
224
static int dss_wait_hsdiv_ack(struct dss_pll *pll, u32 hsdiv_ack_mask)
drivers/video/fbdev/omap2/omapfb/dss/pll.c
238
int dss_pll_write_config_type_a(struct dss_pll *pll,
drivers/video/fbdev/omap2/omapfb/dss/pll.c
28
static struct dss_pll *dss_plls[4];
drivers/video/fbdev/omap2/omapfb/dss/pll.c
30
int dss_pll_register(struct dss_pll *pll)
drivers/video/fbdev/omap2/omapfb/dss/pll.c
330
int dss_pll_write_config_type_b(struct dss_pll *pll,
drivers/video/fbdev/omap2/omapfb/dss/pll.c
44
void dss_pll_unregister(struct dss_pll *pll)
drivers/video/fbdev/omap2/omapfb/dss/pll.c
56
struct dss_pll *dss_pll_find(const char *name)
drivers/video/fbdev/omap2/omapfb/dss/pll.c
68
int dss_pll_enable(struct dss_pll *pll)
drivers/video/fbdev/omap2/omapfb/dss/pll.c
96
void dss_pll_disable(struct dss_pll *pll)
drivers/video/fbdev/omap2/omapfb/dss/video-pll.c
125
struct dss_pll *dss_video_pll_init(struct platform_device *pdev, int id,
drivers/video/fbdev/omap2/omapfb/dss/video-pll.c
135
struct dss_pll *pll;
drivers/video/fbdev/omap2/omapfb/dss/video-pll.c
186
void dss_video_pll_uninit(struct dss_pll *pll)
drivers/video/fbdev/omap2/omapfb/dss/video-pll.c
20
struct dss_pll pll;
drivers/video/fbdev/omap2/omapfb/dss/video-pll.c
56
static int dss_video_pll_enable(struct dss_pll *pll)
drivers/video/fbdev/omap2/omapfb/dss/video-pll.c
85
static void dss_video_pll_disable(struct dss_pll *pll)