Searched defs:intel_reset (Results 1 – 2 of 2) sorted by relevance
144 struct intel_reset { struct145 __u8 reset_type;146 __u8 patch_enable;147 __u8 ddc_reload;148 __u8 boot_option;149 __le32 boot_param;
134 static void intel_reset(void __iomem *priv) in intel_reset() function