Lines Matching defs:this

104 	struct lsdc_pixpll *this = (struct lsdc_pixpll *)data;  in lsdc_pixel_pll_free()  local
118 static int lsdc_pixel_pll_setup(struct lsdc_pixpll * const this) in lsdc_pixel_pll_setup()
149 static int lsdc_pixpll_find(struct lsdc_pixpll * const this, in lsdc_pixpll_find()
192 static int lsdc_pixel_pll_compute(struct lsdc_pixpll * const this, in lsdc_pixel_pll_compute()
251 static void __pixpll_rreg(struct lsdc_pixpll *this, in __pixpll_rreg()
262 static void __pixpll_wreg(struct lsdc_pixpll *this, in __pixpll_wreg()
273 static void __pixpll_ops_powerup(struct lsdc_pixpll * const this) in __pixpll_ops_powerup()
284 static void __pixpll_ops_powerdown(struct lsdc_pixpll * const this) in __pixpll_ops_powerdown()
295 static void __pixpll_ops_on(struct lsdc_pixpll * const this) in __pixpll_ops_on()
306 static void __pixpll_ops_off(struct lsdc_pixpll * const this) in __pixpll_ops_off()
317 static void __pixpll_ops_bypass(struct lsdc_pixpll * const this) in __pixpll_ops_bypass()
328 static void __pixpll_ops_unbypass(struct lsdc_pixpll * const this) in __pixpll_ops_unbypass()
339 static void __pixpll_ops_untoggle_param(struct lsdc_pixpll * const this) in __pixpll_ops_untoggle_param()
350 static void __pixpll_ops_set_param(struct lsdc_pixpll * const this, in __pixpll_ops_set_param()
364 static void __pixpll_ops_toggle_param(struct lsdc_pixpll * const this) in __pixpll_ops_toggle_param()
375 static void __pixpll_ops_wait_locked(struct lsdc_pixpll * const this) in __pixpll_ops_wait_locked()
400 static int lsdc_pixpll_update(struct lsdc_pixpll * const this, in lsdc_pixpll_update()
428 static unsigned int lsdc_pixpll_get_freq(struct lsdc_pixpll * const this) in lsdc_pixpll_get_freq()
445 static void lsdc_pixpll_print(struct lsdc_pixpll * const this, in lsdc_pixpll_print()
469 int lsdc_pixpll_init(struct lsdc_pixpll * const this, in lsdc_pixpll_init()