Searched refs:FbLayout (Results 1 – 2 of 2) sorted by relevance
20 fb::FbLayout,54 fb_layout: &FbLayout, in run_fwsec_frts() argument144 let fb_layout = FbLayout::new(chipset, bar, &gsp_fw)?; in boot()
30 fb::FbLayout,219 pub(crate) fn new(gsp_firmware: &GspFirmware, fb_layout: &FbLayout) -> Self { in new()