Home
last modified time | relevance | path

Searched refs:Registration (Results 1 – 25 of 34) sorted by relevance

12

/linux-6.15/rust/kernel/
H A Dfaux.rs22 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 Ddriver.rs58 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 Drust_driver_faux.rs16 _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 Dphy.rs651 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 DKconfig23 bool "GVRP (GARP VLAN Registration Protocol) support"
33 bool "MVRP (Multiple VLAN Registration Protocol) support"
/linux-6.15/Documentation/tee/
H A Dtee.rst18 - Registration of TEE drivers
/linux-6.15/Documentation/power/regulator/
H A Dregulator.rst9 Registration chapter
/linux-6.15/Documentation/driver-api/
H A Dvfio-mediated-device.rst76 Registration Interfaces
82 * Registration interface for a mediated bus driver
85 Registration Interface for a Mediated Bus Driver
H A Dregulator.rst118 Registration should be triggered by explicit setup done by the platform,
/linux-6.15/Documentation/filesystems/
H A Dapi-summary.rst35 Registration and Superblocks
/linux-6.15/Documentation/driver-api/surface_aggregator/clients/
H A Dsan.rst31 loaded, regardless of being linked as client or not. Registration is done
/linux-6.15/Documentation/power/
H A Denergy-model.rst109 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 Dopp.rst10 2. Initial OPP List Registration
92 2. Initial OPP List Registration
/linux-6.15/Documentation/i2c/muxes/
H A Di2c-mux-gpio.rst75 Device Registration
/linux-6.15/Documentation/crypto/
H A Ddevel-algos.rst57 Registration specifics
108 Registration Specifics
/linux-6.15/Documentation/driver-api/tty/
H A Dtty_ldisc.rst15 Registration chapter
H A Dtty_driver.rst44 Registration chapter
/linux-6.15/Documentation/input/
H A Duserio.rst62 forth. Registration can only be performed once a port type is set with
/linux-6.15/Documentation/driver-api/driver-model/
H A Dbus.rst29 Registration chapter
H A Ddriver.rst77 Registration chapter
93 possible. Registration with the core initializes several fields in the
/linux-6.15/Documentation/networking/
H A Dpage_pool.rst127 Registration section in Coding examples
/linux-6.15/Documentation/isdn/
H A Dinterface_capi.rst26 2. Driver and Device Registration
48 3. Application Registration and Communication
/linux-6.15/Documentation/driver-api/media/
H A Dv4l2-device.rst15 Registration will initialize the :c:type:`v4l2_device` struct. If the
/linux-6.15/Documentation/hid/
H A Dhid-sensor.rst92 Registration functions::
/linux-6.15/Documentation/filesystems/caching/
H A Dnetfs-api.rst91 Volume Registration
142 Data File Registration

12