| H A D | lsdc_pixpll.c | 19 * This structure is same for ls7a2000, ls7a1000 and ls2k2000. 105 struct lsdc_pixpll *this = (struct lsdc_pixpll *)data; in lsdc_pixel_pll_free() 107 iounmap(this->mmio); in lsdc_pixel_pll_free() 109 kfree(this->priv); in lsdc_pixel_pll_free() 117 * @this: point to the object where this function is called from 119 static int lsdc_pixel_pll_setup(struct lsdc_pixpll * const this) in lsdc_pixel_pll_setup() 123 this->mmio = ioremap(this->reg_base, this in lsdc_pixel_pll_setup() 104 struct lsdc_pixpll *this = (struct lsdc_pixpll *)data; lsdc_pixel_pll_free() local 118 lsdc_pixel_pll_setup(struct lsdc_pixpll * const this) lsdc_pixel_pll_setup() argument 149 lsdc_pixpll_find(struct lsdc_pixpll * const this,unsigned int clock,struct lsdc_pixpll_parms * pout) lsdc_pixpll_find() argument 192 lsdc_pixel_pll_compute(struct lsdc_pixpll * const this,unsigned int clock,struct lsdc_pixpll_parms * pout) lsdc_pixel_pll_compute() argument 251 __pixpll_rreg(struct lsdc_pixpll * this,union lsdc_pixpll_reg_bitmap * dst) __pixpll_rreg() argument 262 __pixpll_wreg(struct lsdc_pixpll * this,union lsdc_pixpll_reg_bitmap * src) __pixpll_wreg() argument 273 __pixpll_ops_powerup(struct lsdc_pixpll * const this) __pixpll_ops_powerup() argument 284 __pixpll_ops_powerdown(struct lsdc_pixpll * const this) __pixpll_ops_powerdown() argument 295 __pixpll_ops_on(struct lsdc_pixpll * const this) __pixpll_ops_on() argument 306 __pixpll_ops_off(struct lsdc_pixpll * const this) __pixpll_ops_off() argument 317 __pixpll_ops_bypass(struct lsdc_pixpll * const this) __pixpll_ops_bypass() argument 328 __pixpll_ops_unbypass(struct lsdc_pixpll * const this) __pixpll_ops_unbypass() argument 339 __pixpll_ops_untoggle_param(struct lsdc_pixpll * const this) __pixpll_ops_untoggle_param() argument 350 __pixpll_ops_set_param(struct lsdc_pixpll * const this,struct lsdc_pixpll_parms const * p) __pixpll_ops_set_param() argument 364 __pixpll_ops_toggle_param(struct lsdc_pixpll * const this) __pixpll_ops_toggle_param() argument 375 __pixpll_ops_wait_locked(struct lsdc_pixpll * const this) __pixpll_ops_wait_locked() argument 400 lsdc_pixpll_update(struct lsdc_pixpll * const this,struct lsdc_pixpll_parms const * pin) lsdc_pixpll_update() argument 428 lsdc_pixpll_get_freq(struct lsdc_pixpll * const this) lsdc_pixpll_get_freq() argument 445 lsdc_pixpll_print(struct lsdc_pixpll * const this,struct drm_printer * p) lsdc_pixpll_print() argument 469 lsdc_pixpll_init(struct lsdc_pixpll * const this,struct drm_device * ddev,unsigned int index) lsdc_pixpll_init() argument [all...] |