| /linux-6.15/rust/kernel/ |
| H A D | faux.rs | 22 pub struct Registration(NonNull<bindings::faux_device>); struct 24 impl Registration { implementation 53 impl AsRef<device::Device> for Registration { implementation 61 impl Drop for Registration { implementation 72 unsafe impl Send for Registration {} implementation 77 unsafe impl Sync for Registration {} implementation
|
| H A D | driver.rs | 58 pub struct Registration<T: RegistrationOps> { struct 65 unsafe impl<T: RegistrationOps> Sync for Registration<T> {} implementation 69 unsafe impl<T: RegistrationOps> Send for Registration<T> {} implementation 71 impl<T: RegistrationOps> Registration<T> { impl 91 impl<T: RegistrationOps> PinnedDrop for Registration<T> { implementation 111 _driver: $crate::driver::Registration<Ops<$type>>, 119 _driver <- $crate::driver::Registration::new(
|
| /linux-6.15/samples/rust/ |
| H A D | rust_driver_faux.rs | 16 _reg: faux::Registration, 23 let reg = faux::Registration::new(c_str!("rust-faux-sample-device"), None)?; in init()
|
| /linux-6.15/rust/kernel/net/ |
| H A D | phy.rs | 651 pub struct Registration { struct 657 unsafe impl Send for Registration {} implementation 659 impl Registration { implementation 675 Ok(Registration { drivers }) in register() 679 impl Drop for Registration { implementation 892 _reg: $crate::net::phy::Registration, 910 let mut reg = $crate::net::phy::Registration::register(
|
| /linux-6.15/net/8021q/ |
| H A D | Kconfig | 23 bool "GVRP (GARP VLAN Registration Protocol) support" 33 bool "MVRP (Multiple VLAN Registration Protocol) support"
|
| /linux-6.15/Documentation/tee/ |
| H A D | tee.rst | 18 - Registration of TEE drivers
|
| /linux-6.15/Documentation/power/regulator/ |
| H A D | regulator.rst | 9 Registration chapter
|
| /linux-6.15/Documentation/driver-api/ |
| H A D | vfio-mediated-device.rst | 76 Registration Interfaces 82 * Registration interface for a mediated bus driver 85 Registration Interface for a Mediated Bus Driver
|
| H A D | regulator.rst | 118 Registration should be triggered by explicit setup done by the platform,
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | api-summary.rst | 35 Registration and Superblocks
|
| /linux-6.15/Documentation/driver-api/surface_aggregator/clients/ |
| H A D | san.rst | 31 loaded, regardless of being linked as client or not. Registration is done
|
| /linux-6.15/Documentation/power/ |
| H A D | energy-model.rst | 109 2.2 Registration of performance domains 112 Registration of 'advanced' EM 141 Registration of EM using DT 151 Registration of 'artificial' EM 171 Registration of 'simple' EM
|
| H A D | opp.rst | 10 2. Initial OPP List Registration 92 2. Initial OPP List Registration
|
| /linux-6.15/Documentation/i2c/muxes/ |
| H A D | i2c-mux-gpio.rst | 75 Device Registration
|
| /linux-6.15/Documentation/crypto/ |
| H A D | devel-algos.rst | 57 Registration specifics 108 Registration Specifics
|
| /linux-6.15/Documentation/driver-api/tty/ |
| H A D | tty_ldisc.rst | 15 Registration chapter
|
| H A D | tty_driver.rst | 44 Registration chapter
|
| /linux-6.15/Documentation/input/ |
| H A D | userio.rst | 62 forth. Registration can only be performed once a port type is set with
|
| /linux-6.15/Documentation/driver-api/driver-model/ |
| H A D | bus.rst | 29 Registration chapter
|
| H A D | driver.rst | 77 Registration chapter 93 possible. Registration with the core initializes several fields in the
|
| /linux-6.15/Documentation/networking/ |
| H A D | page_pool.rst | 127 Registration section in Coding examples
|
| /linux-6.15/Documentation/isdn/ |
| H A D | interface_capi.rst | 26 2. Driver and Device Registration 48 3. Application Registration and Communication
|
| /linux-6.15/Documentation/driver-api/media/ |
| H A D | v4l2-device.rst | 15 Registration will initialize the :c:type:`v4l2_device` struct. If the
|
| /linux-6.15/Documentation/hid/ |
| H A D | hid-sensor.rst | 92 Registration functions::
|
| /linux-6.15/Documentation/filesystems/caching/ |
| H A D | netfs-api.rst | 91 Volume Registration 142 Data File Registration
|