Searched refs:pfdev (Results 1 – 4 of 4) sorted by relevance
8 void panfrost_perfcnt_sample_done(struct panfrost_device *pfdev);9 void panfrost_perfcnt_clean_cache_done(struct panfrost_device *pfdev);10 int panfrost_perfcnt_init(struct panfrost_device *pfdev);11 void panfrost_perfcnt_fini(struct panfrost_device *pfdev);
36 int panfrost_devfreq_init(struct panfrost_device *pfdev);37 void panfrost_devfreq_fini(struct panfrost_device *pfdev);39 void panfrost_devfreq_resume(struct panfrost_device *pfdev);40 void panfrost_devfreq_suspend(struct panfrost_device *pfdev);
268 static inline bool panfrost_has_hw_issue(const struct panfrost_device *pfdev, in panfrost_has_hw_issue() argument271 return test_bit(issue, pfdev->features.hw_issues); in panfrost_has_hw_issue()
312 struct platform_device *pfdev; member