Searched defs:intel_dpll_mgr (Results  1 – 2 of 2) sorted by relevance
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 77193 struct intel_dpll_mgr {  struct77194 	const struct dpll_info *dpll_info;
 77195 	bool (*get_dplls)(struct intel_atomic_state *, struct intel_crtc *, struct intel_encoder *);
 77196 	void (*put_dplls)(struct intel_atomic_state *, struct intel_crtc *);
 77197 …id (*update_active_dpll)(struct intel_atomic_state *, struct intel_crtc *, struct intel_encoder *);
 77198 	void (*dump_hw_state)(struct drm_i915_private *, const struct intel_dpll_hw_state *);
 
 | 
| D | vmlinux.h | 77193 struct intel_dpll_mgr {  struct77194 	const struct dpll_info *dpll_info;
 77195 	bool (*get_dplls)(struct intel_atomic_state *, struct intel_crtc *, struct intel_encoder *);
 77196 	void (*put_dplls)(struct intel_atomic_state *, struct intel_crtc *);
 77197 …id (*update_active_dpll)(struct intel_atomic_state *, struct intel_crtc *, struct intel_encoder *);
 77198 	void (*dump_hw_state)(struct drm_i915_private *, const struct intel_dpll_hw_state *);
 
 |