Searched defs:i915_power_well_instance (Results 1 – 2 of 2) sorted by relevance
53 struct i915_power_well_instance { struct54 const char *name;55 const struct i915_power_domain_list {58 } *domain_list;61 enum i915_power_well_id id;66 union {
70 i915_power_well_instance(const struct i915_power_well *power_well) in i915_power_well_instance() function