Searched defs:i915_power_well_instance (Results 1 – 2 of 2) sorted by relevance
52 struct i915_power_well_instance { struct53 const char *name;54 const struct i915_power_domain_list {57 } *domain_list;60 enum i915_power_well_id id;65 union {
64 i915_power_well_instance(const struct i915_power_well *power_well) in i915_power_well_instance() function