Home
last modified time | relevance | path

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

/linux/rust/kernel/sync/
A Dlock.rs31 pub unsafe trait Backend { interface
85 pub struct Lock<T: ?Sized, B: Backend> {
101 unsafe impl<T: ?Sized + Send, B: Backend> Send for Lock<T, B> {}
105 unsafe impl<T: ?Sized + Send, B: Backend> Sync for Lock<T, B> {}
107 impl<T, B: Backend> Lock<T, B> {
122 impl<T: ?Sized, B: Backend> Lock<T, B> {
139 pub struct Guard<'a, T: ?Sized, B: Backend> {
148 impl<T: ?Sized, B: Backend> Guard<'_, T, B> {
161 impl<T: ?Sized, B: Backend> core::ops::Deref for Guard<'_, T, B> {
177 impl<T: ?Sized, B: Backend> Drop for Guard<'_, T, B> {
[all …]
A Dcondvar.rs8 use super::{lock::Backend, lock::Guard, LockClassKey};
116 fn wait_internal<T: ?Sized, B: Backend>( in wait_internal()
147 pub fn wait<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) { in wait()
158 pub fn wait_interruptible<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool { in wait_interruptible()
169 pub fn wait_interruptible_timeout<T: ?Sized, B: Backend>( in wait_interruptible_timeout()
A Dlocked_by.rs5 use super::{lock::Backend, lock::Lock};
102 pub fn new<B: Backend>(owner: &Lock<U, B>, data: T) -> Self { in new()
/linux/drivers/media/platform/raspberrypi/pisp_be/
A DKconfig2 tristate "Raspberry Pi PiSP Backend (BE) ISP driver"
10 Say Y here to enable support for the PiSP Backend (BE) ISP driver.
/linux/Documentation/devicetree/bindings/display/
A Dallwinner,sun4i-a10-display-backend.yaml7 title: Allwinner A10 Display Engine Backend
30 - description: Display Backend registers
61 - description: The Backend reset line
A Dallwinner,sun4i-a10-display-engine.yaml27 Frontend 0 [0] ------- [0] Backend 0 [0] ------- [0] TCON 0
33 Frontend 1 [1] ------- [1] Backend 1 [1] ------- [1] TCON 1
/linux/rust/kernel/sync/lock/
A Dmutex.rs93 unsafe impl super::Backend for MutexBackend {
A Dspinlock.rs92 unsafe impl super::Backend for SpinLockBackend {
/linux/Documentation/ABI/testing/
A Ddebugfs-iio-backend5 Name of Backend Y connected to device X.
/linux/Documentation/devicetree/bindings/iio/adc/
A Dsigma-delta-modulator.yaml44 // Backend binding example. SD modulator configured as an IIO backend device
/linux/drivers/gpu/drm/sun4i/
A DKconfig39 tristate "Support for Allwinner A10 Display Engine Backend"
/linux/drivers/staging/greybus/Documentation/firmware/
A Dfirmware-management149 running Backend Interface Firmware identified by a firmware-tag. The user is
164 Backend Interface Firmware. The user is required to fill the 'firmware_tag'
/linux/Documentation/i2c/
A Dslave-interface.rst21 | Userspace +........+ Backend +-----------+ Driver +-----+ Controller |
/linux/drivers/xen/
A DKconfig93 bool "Backend driver support"
/linux/Documentation/filesystems/caching/
A Dbackend-api.rst4 Cache Backend API
/linux/tools/perf/Documentation/
A Dperf-stat.txt472 enough. Backend bound means that computation or memory access is the bottle
/linux/drivers/video/fbdev/
A DKconfig470 bool "SGI Graphics Backend frame buffer support"
475 This is the frame buffer device driver for SGI Graphics Backend.

Completed in 31 milliseconds