Searched refs:object (Results 226 - 250 of 454) sorted by relevance

1234567891011>>

/linux-master/drivers/acpi/acpica/
H A Dexcreate.c4 * Module Name: excreate - Named object creation
52 target_node->object);
61 /* Construct the alias object (a namespace node) */
74 * All other object types.
77 * NS node, not the object itself.
80 alias_node->object =
87 alias_node->object =
100 * DESCRIPTION: Create a new event object
127 /* Attach object to the Node */
135 * Remove local reference to the object (o
[all...]
H A Dtbxfload.c346 * PARAMETERS: object - Handle to any namespace object owned by
351 * DESCRIPTION: Via any namespace object within an SSDT or OEMx table, unloads
357 acpi_status acpi_unload_parent_table(acpi_handle object)
360 ACPI_CAST_PTR(struct acpi_namespace_node, object);
369 if (!object) {
H A Dnsconvert.c26 * return_object - Where the new converted object is returned
30 * DESCRIPTION: Attempt to convert a String/Buffer object to an Integer.
90 * return_object - Where the new converted object is returned
94 * DESCRIPTION: Attempt to convert a Integer/Buffer object to a String.
115 /* Allocate a new NULL string object */
136 * the battery is often (incorrectly) returned as buffer object(s).
144 /* Allocate a new string object */
173 * return_object - Where the new converted object is returned
177 * DESCRIPTION: Attempt to convert a Integer/String/Package object to a Buffer.
198 * Field object tha
[all...]
H A Dexdump.c198 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(reference.object), "Object Desc"},
274 {ACPI_EXD_LIST, ACPI_EXD_NSOFFSET(object), "Object List"},
280 /* Dispatch table, indexed by object type */
320 * info - Info table corresponding to this object
325 * DESCRIPTION: Walk the info table for this object
343 ("ExDumpObject: Display not implemented for object type %s\n",
577 * DESCRIPTION: Dump an operand object
611 "%p is not a node or operand object: [%s]\n",
618 /* obj_desc is a valid object */
629 /* Decode object typ
[all...]
H A Dnsaccess.c181 /* Build an object around the static string */
237 /* Remove local reference to the object */
340 * Device/Method, etc.) It could be a Package or other object
535 * The object type is significant only at the last name
537 * the type of the final target object.)
651 * If we have an alias to an object that opens a scope (such as a
657 if (!this_node->object) {
663 this_node->object)->type)) {
666 this_node->object;
675 * Sanity typecheck of the target object
[all...]
/linux-master/mm/kfence/
H A Dreport.c164 /* Do not show contents of object nor read into following guard page. */
256 /* Print stack trace and object info. */
293 bool __kfence_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) argument
295 struct kfence_metadata *meta = addr_to_metadata((unsigned long)object);
305 kpp->kp_ptr = object;
307 /* Requesting info an a never-used object is almost certainly a bug. */
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dr535.c69 nvkm_gsp_rm_free(&chan->rm.object);
111 args = nvkm_gsp_rm_alloc_get(&chan->vmm->rm.device.object, 0xf1f00000 | chan->id,
113 &chan->rm.object);
146 args->hVASpace = chan->vmm->rm.object.handle;
176 ret = nvkm_gsp_rm_alloc_wr(&chan->rm.object, args);
186 ctrl = nvkm_gsp_rm_ctrl_get(&chan->rm.object,
193 ret = nvkm_gsp_rm_ctrl_wr(&chan->rm.object, ctrl);
198 ctrl = nvkm_gsp_rm_ctrl_get(&chan->rm.object,
204 ret = nvkm_gsp_rm_ctrl_wr(&chan->rm.object, ctrl);
371 * object ha
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c79 struct atom_display_object_path_v2 *object);
83 struct atom_display_object_path_v2 *object);
175 /* If display_objid is generic object id, the encoderObj
187 /* If display_objid is generic object id, the encoderObjId
215 * displaypaths point to same GPU (0x1100). Hardcode GPU object type
386 struct atom_display_object_path_v2 *object; local
410 object = get_bios_object(bp, id);
412 if (!object)
415 offset = object->disp_recordoffset + bp->object_info_tbl_offset;
524 struct atom_display_object_path_v3 *object)
523 get_hpd_record_for_path_v3(struct bios_parser *bp, struct atom_display_object_path_v3 *object) argument
563 struct atom_display_object_path_v2 *object; local
599 get_hpd_record( struct bios_parser *bp, struct atom_display_object_path_v2 *object) argument
765 struct atom_display_object_path_v2 *object; local
2055 struct atom_display_object_path_v2 *object; local
2101 get_encoder_cap_record( struct bios_parser *bp, struct atom_display_object_path_v2 *object) argument
2138 get_disp_connector_caps_record( struct bios_parser *bp, struct atom_display_object_path_v2 *object) argument
2175 get_connector_caps_record(struct bios_parser *bp, struct atom_display_object_path_v3 *object) argument
2216 struct atom_display_object_path_v2 *object; local
2261 get_connector_speed_cap_record(struct bios_parser *bp, struct atom_display_object_path_v3 *object) argument
3114 struct atom_display_object_path_v2 *object; local
3229 struct atom_display_object_path_v3 *object; local
[all...]
/linux-master/sound/soc/sof/
H A Dtopology.c43 * @object: target IPC struct to save the parsed values
47 * @object_size: size of the object
52 int sof_update_ipc_object(struct snd_soc_component *scomp, void *object, enum sof_tokens token_id, argument
91 u32 *val = (u32 *)((u8 *)object + tokens[i].offset +
100 u16 *val = (u16 *)((u8 *)object + tokens[i].offset +
115 tokens[i].get_token((void *)tuples[j].value.s, object,
129 /* move to the next object */
345 int get_token_u32(void *elem, void *object, u32 offset) argument
348 u32 *val = (u32 *)((u8 *)object + offset);
354 int get_token_u16(void *elem, void *object, u3 argument
363 get_token_uuid(void *elem, void *object, u32 offset) argument
377 get_token_string(void *elem, void *object, u32 offset) argument
388 get_token_comp_format(void *elem, void *object, u32 offset) argument
396 get_token_dai_type(void *elem, void *object, u32 offset) argument
448 sof_parse_uuid_tokens(struct snd_soc_component *scomp, void *object, size_t offset, const struct sof_topology_token *tokens, int num_tokens, struct snd_soc_tplg_vendor_array *array) argument
615 sof_parse_string_tokens(struct snd_soc_component *scomp, void *object, int offset, const struct sof_topology_token *tokens, int num_tokens, struct snd_soc_tplg_vendor_array *array) argument
661 sof_parse_word_tokens(struct snd_soc_component *scomp, void *object, int offset, const struct sof_topology_token *tokens, int num_tokens, struct snd_soc_tplg_vendor_array *array) argument
712 sof_parse_token_sets(struct snd_soc_component *scomp, void *object, const struct sof_topology_token *tokens, int count, struct snd_soc_tplg_vendor_array *array, int array_size, int token_instance_num, size_t object_size) argument
798 sof_parse_tokens(struct snd_soc_component *scomp, void *object, const struct sof_topology_token *tokens, int num_tokens, struct snd_soc_tplg_vendor_array *array, int array_size) argument
1372 get_w_no_wname_in_long_name(void *elem, void *object, u32 offset) argument
[all...]
/linux-master/arch/arm/mm/
H A Dproc-v7.S674 .type __v7_ca5mp_proc_info, #object
684 .type __v7_ca9mp_proc_info, #object
694 .type __v7_ca8_proc_info, #object
707 .type __v7_pj4b_proc_info, #object
718 .type __v7_cr7mp_proc_info, #object
728 .type __v7_cr8mp_proc_info, #object
738 .type __v7_ca7mp_proc_info, #object
748 .type __v7_ca12mp_proc_info, #object
758 .type __v7_ca15mp_proc_info, #object
768 .type __v7_b15mp_proc_info, #object
[all...]
H A Dproc-v7-3level.S146 .type v7_crval, #object
H A Dproc-arm7tdmi.S79 .type __\name\()_proc_info, #object
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_pcie.c236 union acpi_object *object; local
245 object = acpi_evaluate_dsm(handle_acpi, &wwan_acpi_guid, 0, 3, NULL);
246 if (!object)
249 if (object->integer.value == 3)
252 ACPI_FREE(object);
482 pr_err("invalid pcie object or size");
/linux-master/drivers/gpu/drm/
H A Ddrm_mode_object.c36 * Internal function to assign a slot in the object idr and optionally
37 * register the object into the idr.
52 * Set up the object linking under the protection of the idr
70 * @obj: object pointer, used to generate unique ID
71 * @obj_type: object type
96 * @object: object to free
105 struct drm_mode_object *object)
107 WARN_ON(!dev->driver->load && dev->registered && !object->free_cb);
110 if (object
104 drm_mode_object_unregister(struct drm_device *dev, struct drm_mode_object *object) argument
[all...]
/linux-master/mm/
H A Dutil.c685 * kvfree_sensitive - Free a data object containing sensitive information.
686 * @addr: address of the data object to be freed.
687 * @len: length of the data object.
690 * kvmalloc'ed object containing sensitive data to make sure that the
1080 * @object: object for which to find provenance information.
1084 * depends on the type of object and on how much debugging is enabled.
1085 * For example, for a slab-cache object, the slab name is printed, and,
1087 * and last free path of that object.
1089 void mem_dump_obj(void *object) argument
[all...]
/linux-master/tools/testing/selftests/net/
H A Dveth.sh251 ip -n $NS_DST link set dev veth$DST xdp object ${BPF_FILE} section xdp
259 ip -n $NS_SRC link set dev veth$SRC xdp object ${BPF_FILE} section xdp
265 ip -n $NS_DST link set dev veth$DST xdp object ${BPF_FILE} section xdp
274 ip -n $NS_SRC link set dev veth$SRC xdp object ${BPF_FILE} section xdp
321 ip -n $NS_DST link set dev veth$DST xdp object ${BPF_FILE} \
328 ip -n $NS_DST link set dev veth$DST xdp object ${BPF_FILE} \
344 ip -n $NS_DST link set dev veth$DST xdp object ${BPF_FILE} section xdp 2>/dev/null
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c270 ret = nvif_device_ctor(&cli->base.object, "drmDevice", 0, NV_DEVICE,
281 ret = nvif_mclass(&cli->device.object, mmus);
287 ret = nvif_mmu_ctor(&cli->device.object, "drmMmu", mmus[ret].oclass,
294 ret = nvif_mclass(&cli->mmu.object, vmms);
306 ret = nvif_mclass(&cli->mmu.object, mems);
487 ret = n = nvif_object_sclass_get(&device->object, &sclass);
548 nouveau_drm_errorf(struct nvif_object *object, const char *fmt, ...) argument
550 struct nouveau_drm *drm = container_of(object->parent, typeof(*drm), parent);
562 nouveau_drm_debugf(struct nvif_object *object, const char *fmt, ...) argument
564 struct nouveau_drm *drm = container_of(object
[all...]
H A Dnouveau_backlight.c68 struct nvif_object *device = &drm->client.device.object;
80 struct nvif_object *device = &drm->client.device.object;
102 struct nvif_object *device = &drm->client.device.object;
/linux-master/sound/pci/asihpi/
H A Dhpicmn.c44 if (phr->object != phm->object) {
45 HPI_DEBUG_LOG(ERROR, "header object %d invalid\n",
46 phr->object);
522 phr->object = phm->object;
702 switch (phm->object) {
/linux-master/drivers/infiniband/core/
H A Duverbs_std_types_mr.c43 return ib_dereg_mr_user((struct ib_mr *)uobject->object,
142 uobj->object = mr;
255 uobj->object = mr;
H A Duverbs_std_types_qp.c15 struct ib_qp *qp = uobject->object;
130 xrcd = (struct ib_xrcd *)xrcd_uobj->object;
265 obj->uevent.uobject.object = qp;
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_debugfs.c150 out = hinic_dbg_get_sq_info(dbg->dev, dbg->object, *desc);
154 out = hinic_dbg_get_rq_info(dbg->dev, dbg->object, *desc);
190 tmp->object = data;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv04.c357 #define nv04_gr_chan(p) container_of((p), struct nv04_gr_chan, object)
360 struct nvkm_object object; member in struct:nv04_gr_chan
367 * Graphics object classes
386 * - bit 24: patch valid [enables rendering using this object]
408 * - bit 24: patch valid [enables rendering using this object]
424 * object-binding methods with object of the proper type, or with the NULL
427 * example rop object is needed by ROP_AND, but not by SRCCOPY_AND.
441 * methods on the surf3d object, so we have to emulate them too.
1043 nv04_gr_object_bind(struct nvkm_object *object, struc argument
1148 nv04_gr_chan_dtor(struct nvkm_object *object) argument
1161 nv04_gr_chan_fini(struct nvkm_object *object, bool suspend) argument
[all...]
/linux-master/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DEventClass.py36 class PerfEvent(object):
/linux-master/arch/arm/boot/bootp/
H A Dinit.S12 * example would be simpler; if we didn't have an object of unknown
75 .type data,#object

Completed in 258 milliseconds

1234567891011>>