Searched refs:object (Results 176 - 200 of 454) sorted by relevance

1234567891011>>

/linux-master/sound/soc/sof/
H A Dsof-audio.h297 * @get_token: Function pointer to parse the token value and save it in a object
298 * @offset: Offset within an object to save the token value into
303 int (*get_token)(void *elem, void *object, u32 offset);
648 int get_token_u32(void *elem, void *object, u32 offset);
649 int get_token_u16(void *elem, void *object, u32 offset);
650 int get_token_comp_format(void *elem, void *object, u32 offset);
651 int get_token_dai_type(void *elem, void *object, u32 offset);
652 int get_token_uuid(void *elem, void *object, u32 offset);
653 int get_token_string(void *elem, void *object, u32 offset);
654 int sof_update_ipc_object(struct snd_soc_component *scomp, void *object, enu
[all...]
/linux-master/sound/soc/intel/avs/
H A Dtopology.c121 * @parse: parsing function, extracts and assigns value to object's field
127 int (*parse)(struct snd_soc_component *comp, void *elem, void *object, u32 offset);
131 avs_parse_uuid_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) argument
134 guid_t *val = (guid_t *)((u8 *)object + offset);
142 avs_parse_bool_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) argument
145 bool *val = (bool *)((u8 *)object + offset);
153 avs_parse_byte_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) argument
156 u8 *val = ((u8 *)object + offset);
164 avs_parse_short_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) argument
167 u16 *val = (u16 *)((u8 *)object
175 avs_parse_word_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) argument
186 avs_parse_string_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) argument
196 avs_parse_uuid_tokens(struct snd_soc_component *comp, void *object, const struct avs_tplg_token_parser *parsers, int count, struct snd_soc_tplg_vendor_array *tuples) argument
222 avs_parse_string_tokens(struct snd_soc_component *comp, void *object, const struct avs_tplg_token_parser *parsers, int count, struct snd_soc_tplg_vendor_array *tuples) argument
248 avs_parse_word_tokens(struct snd_soc_component *comp, void *object, const struct avs_tplg_token_parser *parsers, int count, struct snd_soc_tplg_vendor_array *tuples) argument
279 avs_parse_tokens(struct snd_soc_component *comp, void *object, const struct avs_tplg_token_parser *parsers, size_t count, struct snd_soc_tplg_vendor_array *tuples, int priv_size) argument
355 parse_audio_format_bitfield(struct snd_soc_component *comp, void *elem, void *object, u32 offset) argument
397 parse_link_formatted_string(struct snd_soc_component *comp, void *elem, void *object, u32 offset) argument
[all...]
/linux-master/include/acpi/
H A Dacpixf.h100 * 4) Allow ANY object type to be a source operand for the Store() operator
470 acpi_unload_parent_table(acpi_handle object))
525 acpi_get_name(acpi_handle object, u32 name_type,
532 acpi_attach_data(acpi_handle object,
536 acpi_detach_data(acpi_handle object,
539 acpi_get_data(acpi_handle object,
550 acpi_evaluate_object(acpi_handle object,
557 acpi_evaluate_object_typed(acpi_handle object,
566 acpi_get_object_info(acpi_handle object,
578 acpi_get_type(acpi_handle object,
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv40.c40 * Graphics object classes
44 nv40_gr_object_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, argument
47 int ret = nvkm_gpuobj_new(object->engine->subdev.device, 20, align,
51 nvkm_wo32(*pgpuobj, 0x00, object->oclass);
74 nv40_gr_chan_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, argument
77 struct nv40_gr_chan *chan = nv40_gr_chan(object);
92 nv40_gr_chan_fini(struct nvkm_object *object, bool suspend) argument
94 struct nv40_gr_chan *chan = nv40_gr_chan(object);
130 nv40_gr_chan_dtor(struct nvkm_object *object) argument
132 struct nv40_gr_chan *chan = nv40_gr_chan(object);
[all...]
/linux-master/arch/arm/mm/
H A Dproc-arm720.S126 .type arm710_cr1_clear, #object
127 .type arm710_cr1_set, #object
154 .type arm720_crval, #object
178 .type __\name\()_proc_info,#object
/linux-master/arch/arm/boot/compressed/
H A Ddebug.S43 .type semi_writec_buf, %object
/linux-master/include/linux/
H A Ddebugobjects.h21 * struct debug_obj - representation of an tracked object
22 * @node: hlist node to link the object into the tracker list
23 * @state: tracked object state
25 * @object: pointer to the real object
26 * @descr: pointer to an object type specific debug description structure
32 void *object; member in struct:debug_obj
37 * struct debug_obj_descr - object type specific debug description structure
39 * @name: name of the object typee
41 * kernel symbol, to allow identify the object
[all...]
/linux-master/drivers/acpi/acpica/
H A Dexresop.c4 * Module Name: exresop - AML Interpreter operand/object resolution
23 acpi_object_type this_type, void *object);
30 * this_type Actual object type
41 acpi_object_type this_type, void *object)
59 (((union acpi_operand_object *)object)->common.flags &
69 acpi_ut_get_type_name(this_type), object));
160 * Resolve an alias object. The construction of these objects
162 * thus, the attached object is always the aliased namespace node
178 /* ACPI internal object */
186 "Bad operand object typ
40 acpi_ex_check_object_type(acpi_object_type type_needed, acpi_object_type this_type, void *object) argument
[all...]
H A Dexstore.c4 * Module Name: exstore - AML Interpreter object store support
68 /* dest_desc can be either a namespace node or an ACPI object */
73 * Storing an object into a Named node.
84 /* Destination object must be a Reference or a Constant object */
103 /* Destination is not a Reference object */
106 "Target is not a Reference or Constant object - [%s] %p",
116 * 1) Store to Name (Change the object associated with a name)
119 * 4) Store to the debug object
124 /* Storing an object int
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.h4 #include <nvif/object.h>
H A Dnouveau_chan.c136 chan->chan._push.bgn = chan->chan._push.mem.object.map.ptr;
148 struct nouveau_cli *cli = (void *)device->object.client;
181 chan->chan._push.mem.object.parent = cli->base.object.parent;
182 chan->chan._push.mem.object.client = &cli->base;
183 chan->chan._push.mem.object.name = "chanPush";
184 chan->chan._push.mem.object.map.ptr = chan->push.buffer->kmap.virtual;
189 /* create dma object covering the *entire* memory space that the
245 ret = nvif_object_ctor(&device->object, "abi16PushCtxDma", 0,
282 struct nouveau_cli *cli = (void *)device->object
[all...]
H A Dnouveau_abi16.h16 struct nvif_object object; member in struct:nouveau_abi16_ntfy
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dcore.c66 cid = nvif_mclass(&disp->disp->object, cores);
H A Dcrcc37d.c70 struct crcc37d_notifier __iomem *notifier = ctx->mem.object.map.ptr;
85 struct crcc37d_notifier __iomem *notifier = ctx->mem.object.map.ptr;
H A Dcrc907d.c92 struct crc907d_notifier __iomem *notifier = ctx->mem.object.map.ptr;
101 struct crc907d_notifier __iomem *notifier = ctx->mem.object.map.ptr;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dcgrp.c41 nvkm_object_del(&ectx->object);
82 ret = engine->func->fifo.cclass(chan, &cclass, &ectx->object);
84 ret = nvkm_object_new_(engine->func->cclass, &cclass, NULL, 0, &ectx->object);
163 ret = nvkm_object_bind(vctx->ectx->object, NULL, 0, &vctx->inst);
/linux-master/mm/kasan/
H A Dreport.c295 unsigned long object_addr = (unsigned long)info->object;
299 pr_err("The buggy address belongs to the object at %px\n"
301 info->object, info->cache->name, info->cache->object_size);
346 kasan_print_aux_stacks(info->cache, info->object);
380 if (info->cache && info->object) {
509 info->object = nearest_obj(info->cache, slab, addr);
512 info->alloc_size = kasan_get_alloc_size(info->object, info->cache);
513 /* Fallback to the object size if failed. */
517 info->cache = info->object = NULL;
H A Dquarantine.c90 * The object quarantine consists of per-cpu queues and a global queue,
145 void *object = qlink_to_object(qlink, cache); local
146 struct kasan_free_meta *free_meta = kasan_get_free_meta(cache, object);
149 * Note: Keep per-object metadata to allow KASAN print stack traces for
155 * the object, zero the metadata. Otherwise, the object's memory will
157 * allocator zeroes the object.
163 ___cache_free(cache, object, _THIS_IP_);
185 bool kasan_quarantine_put(struct kmem_cache *cache, void *object) argument
190 struct kasan_free_meta *meta = kasan_get_free_meta(cache, object);
[all...]
/linux-master/tools/bpf/resolve_btfids/
H A Dmain.c4 * resolve_btfids scans ELF object for .BTF_ids section and resolves
114 struct object { struct
259 static struct btf_id *add_set(struct object *obj, char *name, bool is_set8)
328 static int elf_collect(struct object *obj)
421 static int symbols_collect(struct object *obj)
523 static int symbols_resolve(struct object *obj)
613 static int id_patch(struct object *obj, struct btf_id *id)
643 static int __symbols_patch(struct object *obj, struct rb_root *root)
667 static int sets_patch(struct object *obj)
729 static int symbols_patch(struct object *ob
[all...]
/linux-master/fs/cachefiles/
H A Dcache.c289 struct cachefiles_object *object; local
297 object = list_first_entry(&cache->object_list,
299 cachefiles_see_object(object, cachefiles_obj_see_withdrawal);
300 list_del_init(&object->cache_link);
301 fscache_withdraw_cookie(object->cookie);
/linux-master/mm/
H A Dslab_common.c82 * Determine the size of a slab object
117 * suggestion if the object is sufficiently large.
530 static void kmem_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) argument
532 if (__kfence_obj_info(kpp, object, slab))
534 __kmem_obj_info(kpp, object, slab);
539 * @object: slab object for which to find provenance information.
543 * depends on the type of object and on how much debugging is enabled.
544 * For a slab-cache object, the fact that it is a slab object i
552 kmem_dump_obj(void *object) argument
956 __ksize(const void *object) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c401 struct nvkm_gsp_client *client = device->object.client;
411 nvkm_gsp_rm_free(&event->object);
435 struct nvkm_gsp_client *client = device->object.client;
442 &event->object);
446 args->hParentClient = client->object.handle;
452 ret = nvkm_gsp_rm_alloc_wr(&event->object, args);
476 nvkm_gsp_rm_free(&device->object);
484 return nvkm_gsp_rm_alloc(&device->object, 0x5d1d0000, NV20_SUBDEVICE_0, sizeof(*args),
494 args = nvkm_gsp_rm_alloc_get(&client->object, 0xde1d0000, NV01_DEVICE_0, sizeof(*args),
495 &device->object);
562 r535_gsp_rpc_rm_free(struct nvkm_gsp_object *object) argument
582 r535_gsp_rpc_rm_alloc_done(struct nvkm_gsp_object *object, void *repv) argument
590 r535_gsp_rpc_rm_alloc_push(struct nvkm_gsp_object *object, void *argv, u32 repc) argument
614 r535_gsp_rpc_rm_alloc_get(struct nvkm_gsp_object *object, u32 oclass, u32 argc) argument
637 r535_gsp_rpc_rm_ctrl_done(struct nvkm_gsp_object *object, void *repv) argument
647 r535_gsp_rpc_rm_ctrl_push(struct nvkm_gsp_object *object, void **argv, u32 repc) argument
675 r535_gsp_rpc_rm_ctrl_get(struct nvkm_gsp_object *object, u32 cmd, u32 argc) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser.c61 static uint32_t get_src_obj_list(struct bios_parser *bp, ATOM_OBJECT *object,
69 ATOM_OBJECT *object);
75 ATOM_OBJECT *object);
196 ATOM_OBJECT *object; local
202 object = get_bios_object(bp, object_id);
204 if (!object) {
205 BREAK_TO_DEBUGGER(); /* Invalid object id */
209 number = get_src_obj_list(bp, object, &id);
224 ATOM_OBJECT *object; local
232 object
270 ATOM_OBJECT *object; local
292 bios_parser_get_device_tag_record( struct bios_parser *bp, ATOM_OBJECT *object, ATOM_CONNECTOR_DEVICE_TAG_RECORD **record) argument
336 ATOM_OBJECT *object; local
868 get_hpd_record(struct bios_parser *bp, ATOM_OBJECT *object) argument
1476 ATOM_OBJECT *object; local
1505 get_encoder_cap_record( struct bios_parser *bp, ATOM_OBJECT *object) argument
2005 get_src_obj_list(struct bios_parser *bp, ATOM_OBJECT *object, uint16_t **id_list) argument
2706 ATOM_OBJECT *object; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv17.h134 nvif_wr32(&device->object, reg, val);
140 return nvif_rd32(&device->object, reg);
/linux-master/drivers/infiniband/core/
H A Drdma_core.c69 * claimed this object) and we set it to -1. Releasing a shared access
109 * Upon return the HW object is guaranteed to be destroyed.
116 * rdma_lookup_get_uobject) and the object is left in a state where the caller
137 } else if (uobj->object) {
144 uobj->object = NULL;
198 * This is because any other concurrent thread can still see the object
218 * uobj_get_destroy destroys the HW object and returns a handle to the uobj
219 * with a NULL object pointer. The caller must pair this with
279 * The object is added to the list in the commit stage.
300 * object whic
[all...]

Completed in 217 milliseconds

1234567891011>>