Searched full:projected (Results 1 – 14 of 14) sorted by relevance
| /linux/rust/kernel/ptr/ |
| H A D | projection.rs | 42 /// 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 D | mount-matrix.txt | 57 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 D | dev-touch.rst | 17 Sensors may be Optical, or Projected Capacitive touch (PCT).
|
| /linux/Documentation/devicetree/bindings/input/ |
| H A D | iqs626a.yaml | 268 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 D | iqs269a.yaml | 363 Specifies the bias current applied during projected-capacitance 377 1: Projected capacitance
|
| H A D | azoteq,iqs7222.yaml | 493 Specifies the bias current applied during mutual (projected)
|
| /linux/rust/zerocopy/src/pointer/ |
| H A D | ptr.rs | 889 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 D | azoteq,iqs7211.yaml | 14 lers employ projected-capacitance sensing and can track two contacts.
|
| /linux/include/linux/ |
| H A D | spinlock.h | 165 * snippets but "projected" onto two CPUs.
|
| /linux/rust/zerocopy-derive/derive/ |
| H A D | try_from_bytes.rs | 547 // SAFETY: The alignment of the projected `Ptr` is `Unaligned` in derive_has_field_struct_union()
|
| /linux/rust/kernel/ |
| H A D | dma.rs | |
| H A D | io.rs | 1724 /// and `val` is the value to be written to the projected location.
|
| /linux/drivers/input/misc/ |
| H A D | iqs7222.c | 986 .label = "projected bias current",
|
| /linux/rust/zerocopy/src/ |
| H A D | lib.rs | 1261 /// 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()
|