Searched refs:object (Results 251 - 275 of 454) sorted by relevance

<<111213141516171819

/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_vga.c15 struct nvif_object *device = &drm->client.device.object;
H A Dnouveau_mem.c46 switch (vmm->object.oclass) {
107 if (mmu->object.oclass >= NVIF_CLASS_MMU_GF100)
/linux-master/drivers/acpi/acpica/
H A Dexresnte.c4 * Module Name: exresnte - AML Interpreter object resolution
25 * pointer to the resolved object.
27 * code. NULL if simply resolving an object
31 * DESCRIPTION: Resolve a Namespace node to a valued object
34 * can be either a pointer to an actual internal object or a pointer into the
58 * object that is attached to the Node.
73 node = ACPI_CAST_PTR(struct acpi_namespace_node, node->object);
80 * Several object types require no further processing:
93 ACPI_ERROR((AE_INFO, "No object attached to node [%4.4s] %p",
100 * of the attached object o
[all...]
H A Dutinit.c190 acpi_gbl_root_node_struct.object = NULL;
H A Ddsfield.c55 * region node/object.
87 /* Must create and install a region object for the new node */
191 * We could put the returned object (Node) on the object stack for later,
192 * but for now, we will put it in the "op" object that the parser uses,
198 * If there is no object attached to the node, this node was just created
199 * and we need to create the field object. Otherwise, this was a lookup
200 * of an existing node and we don't want to create the field object again.
212 /* Create the buffer field object */
238 /* Remove local reference to the object */
[all...]
H A Dexresolv.c4 * Module Name: exresolv - AML Interpreter object resolution
84 ACPI_DEBUG_PRINT((ACPI_DB_EXEC, "Resolved object %p\n", *stack_ptr));
92 * PARAMETERS: stack_ptr - Pointer to an internal object
97 * DESCRIPTION: Retrieve the value from an internal object. The Reference type
115 /* This is an object of type union acpi_operand_object */
127 * Note: this increments the local's object reference count
175 * Valid object descriptor, copy pointer to return value
177 * Delete the ref object, increment the returned object
183 * A NULL object descripto
[all...]
H A Dacobject.h4 * Name: acobject.h - Definition of union acpi_operand_object (Internal object only)
18 * address space handlers and notify handlers. The object is a constant
21 * Note: The object is optimized to be aligned and will not work if it is
50 u16 reference_count; /* For object deletion management */\
82 * Note: The String and Buffer object must be identical through the
119 ACPI_OBJECT_COMMON_HEADER acpi_semaphore os_semaphore; /* Actual OS synchronization object */
125 acpi_mutex os_mutex; /* Actual OS synchronization object */
217 * "Field Datum" -- a datum from the actual field object
226 u32 base_byte_offset; /* Byte offset within containing object */\
235 ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_FIELD_INFO union acpi_operand_object *region_obj; /* Parent Operation Region object (REGIO
313 void *object; /* name_op=>HANDLE to obj, index_op=>union acpi_operand_object */ member in struct:acpi_object_reference
436 union acpi_operand_object object; member in union:acpi_descriptor
[all...]
H A Ddspkginit.c30 * op - Parser object to be translated
33 * obj_desc_ptr - Where the ACPI internal object is returned
37 * DESCRIPTION: Translate a parser Op package object to the equivalent
38 * namespace object
43 * if num_elements is larger, the Package object is padded out with
86 * If we are evaluating a Named package object of the form:
88 * the package object already exists, otherwise it must be created.
174 /* Cleanup the return object, it is not needed */
262 * ill-formed package object.
319 * DESCRIPTION: Resolve a named reference element within a package object
[all...]
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem.h27 struct etnaviv_gem_object *object; member in struct:etnaviv_vram_mapping
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dpriv.h4 #define nvkm_udisp(p) container_of((p), struct nvkm_disp, client.object)
H A Duoutp.c22 #define nvkm_uoutp(p) container_of((p), struct nvkm_outp, object)
544 nvkm_uoutp_mthd(struct nvkm_object *object, u32 mthd, void *argv, u32 argc) argument
546 struct nvkm_outp *outp = nvkm_uoutp(object);
568 nvkm_uoutp_dtor(struct nvkm_object *object) argument
570 struct nvkm_outp *outp = nvkm_uoutp(object);
574 outp->object.func = NULL;
608 if (!outp->object.func) {
657 nvkm_object_ctor(&nvkm_uoutp, oclass, &outp->object);
658 *pobject = &outp->object;
/linux-master/tools/testing/selftests/net/
H A Dudpgro_bench.sh41 ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp
/linux-master/lib/
H A Ddebugobjects.c47 * Debug object percpu free list
186 * Lookup an object in the hash bucket.
195 if (obj->object == addr)
205 * Allocate a new object from the hlist
270 obj->object = addr;
418 * Put the object back into the pool and schedule work to free objects
512 descr->debug_hint(obj->object) : NULL;
515 "object: %p object type: %s hint: %pS\n",
517 obj->object, desc
[all...]
/linux-master/drivers/iio/temperature/
H A Dmlx90632.c146 * @object_ambient_temperature: Ambient temperature at object (might differ of
326 * @data: pointer to mlx90632_data object containing regmap information
357 * @data: pointer to mlx90632_data object containing regmap information
734 static s32 mlx90632_calc_temp_object_iteration(s32 prev_object_temp, s64 object, argument
753 ir_Alpha = div64_s64((s64)object * 10000000LL, Alpha_corr);
767 static s32 mlx90632_calc_temp_object(s64 object, s64 ambient, s32 Ea, s32 Eb, argument
782 temp = mlx90632_calc_temp_object_iteration(temp, object, TAdut, TAdut4,
789 static s32 mlx90632_calc_temp_object_extended(s64 object, s64 ambient, s64 reflected, argument
806 temp = mlx90632_calc_temp_object_iteration(temp, object, TAdut, TaTr4,
819 s64 object, ambien local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv10.c397 #define nv10_gr_chan(p) container_of((p), struct nv10_gr_chan, object)
400 struct nvkm_object object; member in struct:nv10_gr_chan
411 * Graphics object classes
433 struct nvkm_device *device = chan->object.engine->subdev.device;
506 struct nvkm_device *device = chan->object.engine->subdev.device;
825 /* Look for a celsius object */
838 /* Save the current ctx object */
876 /* Restore the current ctx object */
954 nv10_gr_chan_fini(struct nvkm_object *object, bool suspend) argument
956 struct nv10_gr_chan *chan = nv10_gr_chan(object);
971 nv10_gr_chan_dtor(struct nvkm_object *object) argument
[all...]
H A Dnv34.c30 nvkm_object_ctor(&nv34_gr_chan, oclass, &chan->object);
33 *pobject = &chan->object;
H A Dnv35.c30 nvkm_object_ctor(&nv35_gr_chan, oclass, &chan->object);
33 *pobject = &chan->object;
H A Dnv25.c30 nvkm_object_ctor(&nv25_gr_chan, oclass, &chan->object);
33 *pobject = &chan->object;
/linux-master/tools/usb/usbip/libsrc/
H A Dusbip_common.c199 #define READ_ATTR(object, type, dev, name, format) \
201 (object)->name = (type) read_attr_value(dev, to_string(name), \
/linux-master/arch/arm/mm/
H A Dproc-sa110.S182 .type sa110_crval, #object
201 .type __sa110_proc_info,#object
/linux-master/drivers/input/serio/
H A Dhil_mlc.c588 mlc->imatch = node->object.packet;
592 mlc->imatch = node->object.packet;
596 mlc->imatch = node->object.packet;
640 BUG_ON(node->object.func == NULL);
641 rc = node->object.func(mlc, node->arg);
673 pack = node->object.packet;
679 pack = node->object.packet;
685 pack = node->object.packet;
/linux-master/drivers/infiniband/core/
H A Duverbs_std_types_cq.c42 struct ib_cq *cq = uobject->object;
135 obj->uevent.uobject.object = cq;
H A Duverbs_std_types_wq.c14 struct ib_wq *wq = uobject->object;
80 obj->uevent.uobject.object = wq;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/
H A Dxtensa.c44 nvkm_xtensa_cclass_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, argument
47 return nvkm_gpuobj_new(object->engine->subdev.device, 0x10000, align,
/linux-master/tools/testing/selftests/bpf/
H A Dtest_xdp_vlan.sh207 ip netns exec ${NS1} ip link set $DEVNS1 $XDP_MODE object $BPF_FILE section $XDP_PROG
229 ip netns exec ${NS1} ip link set $DEVNS1 $XDP_MODE object $BPF_FILE section $XDP_PROG

Completed in 198 milliseconds

<<111213141516171819