Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dearly-quirks.c569 const struct intel_early_ops *early_ops) in intel_graphics_stolen() argument
574 size = early_ops->stolen_size(num, slot, func); in intel_graphics_stolen()
575 base = early_ops->stolen_base(num, slot, func, size); in intel_graphics_stolen()
595 const struct intel_early_ops *early_ops; in intel_graphics_quirks() local
614 early_ops = (typeof(early_ops))driver_data; in intel_graphics_quirks()
616 intel_graphics_stolen(num, slot, func, early_ops); in intel_graphics_quirks()