Home
last modified time | relevance | path

Searched refs:Object (Results 1 – 25 of 49) sorted by relevance

12

/linux/rust/kernel/drm/gem/
H A Dmod.rs24 _obj: &<<T as IntoGEMObject>::Driver as drm::Driver>::Object, in open() argument
32 _obj: &<<T as IntoGEMObject>::Driver as drm::Driver>::Object, in close() argument
78 pub trait DriverObject: BaseDriverObject<Object<Self>> {
94 <<<U as IntoGEMObject>::Driver as drm::Driver>::Object as IntoGEMObject>::from_raw(raw_obj) in open_callback()
114 <<<U as IntoGEMObject>::Driver as drm::Driver>::Object as IntoGEMObject>::from_raw(raw_obj) in close_callback()
120 impl<T: DriverObject> IntoGEMObject for Object<T> { implementation
130 unsafe { &*crate::container_of!(Opaque::cast_from(self_ptr), Object<T>, obj) } in from_raw()
202 pub struct Object<T: DriverObject + Send + Sync> { struct
209 impl<T: DriverObject> Object<T> { argument
215 open: Some(open_callback::<T, Object<T>>),
[all …]
/linux/scripts/
H A Dgenerate_rust_target.rs24 Object(Object), enumerator
27 type Object = Vec<(String, Value)>; typedef
57 Value::Object(object) => { in fmt()
92 impl From<Object> for Value {
93 fn from(object: Object) -> Self { in from()
94 Self::Object(object) in from()
104 struct TargetSpec(Object);
/linux/rust/kernel/drm/
H A Ddevice.rs72 gem_create_object: T::Object::ALLOC_OPS.gem_create_object,
73 prime_handle_to_fd: T::Object::ALLOC_OPS.prime_handle_to_fd,
74 prime_fd_to_handle: T::Object::ALLOC_OPS.prime_fd_to_handle,
75 gem_prime_import: T::Object::ALLOC_OPS.gem_prime_import,
76 gem_prime_import_sg_table: T::Object::ALLOC_OPS.gem_prime_import_sg_table,
77 dumb_create: T::Object::ALLOC_OPS.dumb_create,
78 dumb_map_offset: T::Object::ALLOC_OPS.dumb_map_offset,
H A Ddriver.rs103 type Object: AllocImpl; typedef
/linux/Documentation/ABI/testing/
H A Dsysfs-class-usb_power_delivery61 Supply Object. vSafe5V Object has additional fields defined for
77 vSafe5V Fixed Supply Object. If the bit is set then the device
86 vsafe5V Fixed Supply Object. If the bit is set, then the sink
95 vSafe5V Fixed Supply Object. The bit is set when an external
104 vSafe5V Fixed Supply Object.
111 Fixed Supply Object. Dual role data means ability act as both
119 Supported bit in vSafe5V Fixed Supply Object.
H A Dsysfs-bus-fsl-mc7 this location. The format for the location is Object.Id
20 this location. The format for the location is Object.Id
/linux/LICENSES/dual/
H A Dcopyleft-next-0.3.170 5. Conditions for Distributing Object Code
72 You may Distribute an Object Code form of a Covered Work, provided that
73 you accompany the Object Code with a URL through which the Corresponding
77 If you Distribute the Object Code in a physical product or tangible
80 Distribution of the Object Code in the Product. However, if the Product
174 "Corresponding Source" of a Covered Work in Object Code form means (i)
177 a skilled developer to generate such Object Code from the Source Code
224 "Object Code" means any form of a work that is not Source Code.
232 library or similar component that is used to generate an Object Code
H A DApache-2.045 "Object" form shall mean any form resulting from mechanical transformation
49 "Work" shall mean the work of authorship, whether in Source or Object form,
54 "Derivative Works" shall mean any work, whether in Source or Object form,
85 in Source or Object form.
104 and in Source or Object form, provided that You meet the following
/linux/Documentation/networking/devlink/
H A Ddevlink-health.rst35 * Object dump procedures
48 * Object dump is being taken and saved at the reporter instance (as long as
83 * Object dump
/linux/tools/workqueue/
H A Dwq_dump.py153 pool = drgn.Object(prog, 'struct worker_pool', address=pool)
158 pool = drgn.Object(prog, 'struct worker_pool', address=pool)
/linux/tools/cgroup/
H A Dmemcg_slabinfo.py14 from drgn import container_of, FaultError, Object, cast
204 objcg_vec = Object(prog, 'struct obj_cgroup **',
H A Diocost_monitor.py79 blkg = drgn.Object(prog, 'struct blkcg_gq',
229 blkg = drgn.Object(prog, 'struct blkcg_gq', address=ptr)
/linux/Documentation/livepatch/
H A Dapi.rst26 Object Types
/linux/tools/rcu/
H A Drcu-cbs.py17 from drgn import NULL, Object
/linux/tools/perf/Documentation/
H A Dexamples.txt82 # Overhead Command Shared Object
107 # Overhead Command Shared Object Symbol
134 # Overhead Command Shared Object
H A Dperf-c2c.txt278 Shared Object
311 Code address, Code symbol, Shared Object, Source line
/linux/Documentation/wmi/devices/
H A Dwmi-bmof.rst10 Many machines embed WMI Binary MOF (Managed Object Format) metadata used to
/linux/Documentation/filesystems/
H A Dbtrfs.rst20 * Object level mirroring and striping
/linux/Documentation/wmi/
H A Dacpi-interface.rst33 0x12 1 Object instance count.
34 0x13 1 Object flags.
/linux/Documentation/admin-guide/mm/
H A Dslab.rst197 INFO: Object 0xc90f6d20 @offset=3360 fp=0xc90f6d58
201 Object (0xc90f6d20): 31 30 31 39 2e 30 30 35 1019.005
243 INFO: Object <address> <object information>
249 (Object allocation / free information is only available if SLAB_STORE_USER is
261 Object <address> : <bytes>
/linux/Documentation/trace/
H A Dtracepoint-analysis.rst246 # Overhead Command Shared Object
281 # Overhead Command Shared Object
299 # Overhead Command Shared Object Symbol
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Ddpio-driver.rst98 DPIO Object Driver (dpio-driver.c)
/linux/Documentation/hwmon/
H A Dhp-wmi-sensors.rst117 See [#]_ for more details and Managed Object Format (MOF) definitions.
/linux/tools/memory-model/Documentation/
H A Dreferences.txt111 o Daniel Jackson. 2002. "Alloy: A Lightweight Object Modelling
/linux/Documentation/gpu/
H A Dkms-properties.csv1 Owner Module/Drivers,Group,Property Name,Type,Property Values,Object attached,Description/Restricti…

12