Searched refs:Backend (Results 1 – 17 of 17) sorted by relevance
| /linux/rust/kernel/sync/ |
| A D | lock.rs | 31 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 D | condvar.rs | 8 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 D | locked_by.rs | 5 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 D | Kconfig | 2 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 D | allwinner,sun4i-a10-display-backend.yaml | 7 title: Allwinner A10 Display Engine Backend 30 - description: Display Backend registers 61 - description: The Backend reset line
|
| A D | allwinner,sun4i-a10-display-engine.yaml | 27 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 D | mutex.rs | 93 unsafe impl super::Backend for MutexBackend {
|
| A D | spinlock.rs | 92 unsafe impl super::Backend for SpinLockBackend {
|
| /linux/Documentation/ABI/testing/ |
| A D | debugfs-iio-backend | 5 Name of Backend Y connected to device X.
|
| /linux/Documentation/devicetree/bindings/iio/adc/ |
| A D | sigma-delta-modulator.yaml | 44 // Backend binding example. SD modulator configured as an IIO backend device
|
| /linux/drivers/gpu/drm/sun4i/ |
| A D | Kconfig | 39 tristate "Support for Allwinner A10 Display Engine Backend"
|
| /linux/drivers/staging/greybus/Documentation/firmware/ |
| A D | firmware-management | 149 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 D | slave-interface.rst | 21 | Userspace +........+ Backend +-----------+ Driver +-----+ Controller |
|
| /linux/drivers/xen/ |
| A D | Kconfig | 93 bool "Backend driver support"
|
| /linux/Documentation/filesystems/caching/ |
| A D | backend-api.rst | 4 Cache Backend API
|
| /linux/tools/perf/Documentation/ |
| A D | perf-stat.txt | 472 enough. Backend bound means that computation or memory access is the bottle
|
| /linux/drivers/video/fbdev/ |
| A D | Kconfig | 470 bool "SGI Graphics Backend frame buffer support" 475 This is the frame buffer device driver for SGI Graphics Backend.
|
Completed in 31 milliseconds