Searched refs:object (Results 201 - 225 of 454) sorted by relevance

1234567891011>>

/linux-master/drivers/acpi/acpica/
H A Dexmisc.c22 * PARAMETERS: obj_desc - Create a reference to this object
28 * DESCRIPTION: Obtain and return a "reference" to the target object
59 /* The referenced object is the pseudo-node for the local/arg */
61 referenced_obj = obj_desc->reference.object;
86 /* Create a new reference object */
95 reference_obj->reference.object = referenced_obj;
291 * section of the ACPI 3.0+ specification.) Both object types are
317 "Invalid object type for logical operator: %X",
371 * object fields. local_operand1 may have changed above. Use
441 /* New object wa
[all...]
H A Dacdebug.h101 acpi_status acpi_db_convert_to_package(char *string, union acpi_object *object);
105 char *string, union acpi_object *object);
H A Ddbnames.c54 * These object types map directly to the ACPI_TYPES
219 * DESCRIPTION: Dump entire namespace with full object pathnames and object
318 /* Get the full pathname to this object */
323 acpi_os_printf("Could Not get pathname for object %p\n",
497 acpi_os_printf("[%4.4s]: Unknown object type %X\n",
532 if (node->object->field.region_obj->region.space_id !=
539 /* Get and display the full pathname to this object */
544 acpi_os_printf("Could Not get pathname for object %p\n",
555 acpi_os_printf("Could Not evaluate object
772 union acpi_operand_object *object; local
[all...]
H A Ddbmethod.c105 * NOTE: only object supported is Number.
140 obj_desc = node->object;
155 /* Create and initialize the new object */
159 acpi_os_printf("Could not create an internal object\n");
163 /* Store the new object into the target */
183 obj_desc = walk_state->arguments[index].object;
206 obj_desc = walk_state->local_variables[index].object;
284 obj_desc = method->object;
353 * PARAMETERS: node - Namespace node for the object
377 /* Get the object inf
[all...]
H A Ddsobject.c4 * Module Name: dsobject - Dispatcher object management routines
26 * op - Parser object to be translated
27 * obj_desc_ptr - Where the ACPI internal object is returned
31 * DESCRIPTION: Translate a parser Op object to the equivalent namespace object
32 * Simple objects are any objects other than a package object!
48 * This is a named object reference. If this name was
92 /* Create and init a new internal ACPI object */
139 * op - Parser object to be translated
141 * obj_desc_ptr - Where the ACPI internal object i
[all...]
H A Dacdispat.h203 * dsobject - Parser/Interpreter interface - object initialization and conversion
233 * dspkginit - Package object initialization
289 acpi_ds_obj_stack_push(void *object, struct acpi_walk_state *walk_state);
329 acpi_ds_result_pop(union acpi_operand_object **object,
333 acpi_ds_result_push(union acpi_operand_object *object,
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A Dgf100.c60 struct nvkm_engine *engine = chan->base.object.engine;
115 *pobject = &chan->base.object;
H A Dnv50.c65 struct nvkm_engine *engine = chan->base.object.engine;
111 *pobject = &chan->base.object;
H A Dnv04.c40 * software object classes
117 *pobject = &chan->base.object;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv20.c17 nv20_gr_chan_init(struct nvkm_object *object) argument
19 struct nv20_gr_chan *chan = nv20_gr_chan(object);
30 nv20_gr_chan_fini(struct nvkm_object *object, bool suspend) argument
32 struct nv20_gr_chan *chan = nv20_gr_chan(object);
60 nv20_gr_chan_dtor(struct nvkm_object *object) argument
62 struct nv20_gr_chan *chan = nv20_gr_chan(object);
84 nvkm_object_ctor(&nv20_gr_chan, oclass, &chan->object);
87 *pobject = &chan->object;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dr535.c56 switch (chan->object.oclass & 0xff) {
77 nvkm_gsp_rm_free(&chan->rm.object);
114 ctrl->hclass = chan->object.oclass;
116 ctrl->valid = ((chan->object.oclass & 0xff) != 0x7a) ? 1 : 0;
131 args = nvkm_gsp_rm_alloc_get(&chan->disp->rm.object,
132 (chan->object.oclass << 16) | chan->head,
133 chan->object.oclass, sizeof(*args), &chan->rm.object);
139 return nvkm_gsp_rm_alloc_wr(&chan->rm.object, args);
157 r535_dmac_bind(struct nvkm_disp_chan *chan, struct nvkm_object *object, u3 argument
[all...]
/linux-master/arch/arm/kernel/
H A Dsigreturn_codes.S72 .type sigreturn_codes, #object
/linux-master/arch/parisc/math-emu/
H A Ddbl_float.h18 #define Dbl_sign(object) Dsign(object)
19 #define Dbl_exponent(object) Dexponent(object)
20 #define Dbl_signexponent(object) Dsignexponent(object)
21 #define Dbl_mantissap1(object) Dmantissap1(object)
22 #define Dbl_mantissap2(object) Dmantissap2(object)
[all...]
/linux-master/arch/arm/mm/
H A Dproc-arm9tdmi.S72 .type __\name\()_proc_info, #object
H A Dproc-fa526.S168 .type fa526_cr1_clear, #object
169 .type fa526_cr1_set, #object
190 .type __fa526_proc_info,#object
/linux-master/include/linux/
H A Dhil_mlc.h97 } object; member in struct:hilse_node
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dbase.c42 *pobject = &dmaobj->object;
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dwimmc37b.c77 ret = nv50_dmac_create(&drm->client.device, &disp->disp->object,
/linux-master/tools/testing/selftests/bpf/
H A Dtest_tcp_check_syncookie.sh71 object "${BPF_PROG_OBJ}" section "${XDP_SECTION}"
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dcgrp.h24 struct nvkm_object *object; member in struct:nvkm_ectx
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_dev.h73 void *object; member in struct:hinic_debug_priv
/linux-master/arch/xtensa/lib/
H A Dmodsi3.S69 .type __nsau_data, @object
/linux-master/arch/arm/common/
H A Dmcpm_head.S216 .type first_man_locks, #object
221 .type mcpm_entry_vectors, #object
225 .type mcpm_entry_early_pokes, #object
229 .type mcpm_power_up_setup_phys, #object
/linux-master/arch/riscv/crypto/
H A Dsm4-riscv64-zvksed-zvkb.S114 .type FAMILY_KEY, @object
/linux-master/drivers/infiniband/core/
H A Duverbs_std_types_srq.c14 struct ib_srq *srq = uobject->object;
81 attr.ext.xrc.xrcd = (struct ib_xrcd *)xrcd_uobj->object;
113 obj->uevent.uobject.object = srq;

Completed in 203 milliseconds

1234567891011>>