Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/iio/
H A Dmount-matrix.txt57 as the gravity vector is projected 1:1 onto the sensors (z)-axis.
60 is projected onto the (x,y) plane of the display panel.
/linux/rust/zerocopy/src/pointer/
H A Dptr.rs889 let projected = inner.project::<_, Projection<F, VARIANT_ID, FIELD_ID>>(); in project() localVariable
903 Ok(unsafe { Ptr::from_inner(projected) }) in project()