Home
last modified time | relevance | path

Searched full:projected (Results 1 – 14 of 14) sorted by relevance

/linux/rust/kernel/ptr/
H A Dprojection.rs42 /// Returns an index-projected pointer, if in bounds.
45 /// Returns an index-projected pointer; panic if out of bounds.
48 /// Returns an index-projected pointer; fail the build if it cannot be proved to be in bounds. in index()
241 /// The projected pointer is within the memory region marked by the input pointer. There is no
244 /// pointer is valid, the projected pointer is also valid.
/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/Documentation/userspace-api/media/v4l/
H A Ddev-touch.rst17 Sensors may be Optical, or Projected Capacitive touch (PCT).
/linux/Documentation/devicetree/bindings/input/
H A Diqs626a.yaml268 Specifies the bias current applied during projected-capacitance
299 description: Enables projected-capacitance sensing (ULP channel only).
379 1: Projected capacitance
589 Specifies the bias current applied during projected-capacitance
H A Diqs269a.yaml363 Specifies the bias current applied during projected-capacitance
377 1: Projected capacitance
H A Dazoteq,iqs7222.yaml493 Specifies the bias current applied during mutual (projected)
/linux/rust/zerocopy/src/pointer/
H A Dptr.rs889 let projected = inner.project::<_, Projection<F, VARIANT_ID, FIELD_ID>>(); in project() localVariable
894 // `T::Invariants`. The `projected` pointer satisfies these in project()
898 // `PtrInner::project`, `projected` is guaranteed to address in project()
903 Ok(unsafe { Ptr::from_inner(projected) }) in project()
918 // SAFETY: By invariant on `Self::ProjectToTag`, the projected in project_tag()
1285 // `I::Alignment`. If `elem` is projected from data well-aligned in iter()
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dazoteq,iqs7211.yaml14 lers employ projected-capacitance sensing and can track two contacts.
/linux/include/linux/
H A Dspinlock.h165 * snippets but "projected" onto two CPUs.
/linux/rust/zerocopy-derive/derive/
H A Dtry_from_bytes.rs547 // SAFETY: The alignment of the projected `Ptr` is `Unaligned` in derive_has_field_struct_union()
/linux/rust/kernel/
H A Ddma.rs
H A Dio.rs1724 /// and `val` is the value to be written to the projected location.
/linux/drivers/input/misc/
H A Diqs7222.c986 .label = "projected bias current",
/linux/rust/zerocopy/src/
H A Dlib.rs1261 /// be projected from a `Ptr<'_, Self, I>`, and how the invariants of that
1262 /// [`Ptr`] (`I`) determine the invariants of pointers projected from it. In
1282 /// The invariants of the projected field pointer, with respect to the
1321 // fields, the projected field's satisfaction of in is_projectable()