Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/
H A Dgsp.rs34 GspArgumentsPadded,
127 rmargs: Coherent<GspArgumentsPadded>,
145 rmargs: Coherent::init(dev, GFP_KERNEL, GspArgumentsPadded::new(&cmdq))?, in new()
/linux/drivers/gpu/nova-core/gsp/
H A Dfw.rs886 pub(crate) struct GspArgumentsPadded { struct
891 impl GspArgumentsPadded { argument
893 init!(GspArgumentsPadded { in new()
901 unsafe impl AsBytes for GspArgumentsPadded {} implementation
905 unsafe impl FromBytes for GspArgumentsPadded {} implementation