Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/
H A Ddrm_panic_qr.rs614 struct QrImage<'a> { struct
621 impl QrImage<'_> { implementation
622 fn new<'a, 'b>(em: &'b EncodedMsg<'b>, qrdata: &'a mut [u8]) -> QrImage<'a> { in new()
627 let mut qr_image = QrImage { in new()
916 let qr_image = QrImage::new(&em, data_slice); in drm_panic_qr_generate()
931 let qr_image = QrImage::new(&em, data_slice); in drm_panic_qr_generate()