Home
last modified time | relevance | path

Searched refs:sync_hw (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_power_well.c66 void (*sync_hw)(struct intel_display *display,
134 power_well->desc->ops->sync_hw(display, power_well); in intel_power_well_sync_hw()
1996 .sync_hw = i9xx_power_well_sync_hw_noop,
2003 .sync_hw = chv_pipe_power_well_sync_hw,
2010 .sync_hw = i9xx_power_well_sync_hw_noop,
2017 .sync_hw = i830_pipes_power_well_sync_hw,
2032 .sync_hw = hsw_power_well_sync_hw,
2039 .sync_hw = i9xx_power_well_sync_hw_noop,
2046 .sync_hw = i9xx_power_well_sync_hw_noop,
2053 .sync_hw
67 void (*sync_hw)(struct intel_display *display, global() member
[all...]
/linux/drivers/clk/st/
H A Dclk-flexgen.c161 struct clk_hw *sync_hw = &flexgen->sync.hw; in flexgen_set_rate() local
162 struct clk_gate *config = to_clk_gate(sync_hw); in flexgen_set_rate()