Home
last modified time | relevance | path

Searched defs:object (Results 226 - 250 of 343) sorted by relevance

12345678910>>...14

/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
H A Dnv31.c39 nv31_mpeg_object_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nv31_mpeg_object_bind() argument
65 nv31_mpeg_chan_dtor(struct nvkm_object *object) in nv31_mpeg_chan_dtor() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/
H A Dobject.h26 nvif_object_constructed(struct nvif_object *object) in nvif_object_constructed() argument
H A Dioctl.h27 __u64 object; member
53 __u64 object; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/core/
H A Dobject.c32 struct nvkm_object *object; in nvkm_object_search() local
58 nvkm_object_remove(struct nvkm_object *object) nvkm_object_remove() argument
65 nvkm_object_insert(struct nvkm_object *object) nvkm_object_insert() argument
88 nvkm_object_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) nvkm_object_mthd() argument
96 nvkm_object_ntfy(struct nvkm_object *object, u32 mthd, struct nvkm_event **pevent) nvkm_object_ntfy() argument
105 nvkm_object_map(struct nvkm_object *object, void *argv, u32 argc, enum nvkm_object_map *type, u64 *addr, u64 *size) nvkm_object_map() argument
114 nvkm_object_unmap(struct nvkm_object *object) nvkm_object_unmap() argument
122 nvkm_object_rd08(struct nvkm_object *object, u64 addr, u8 *data) nvkm_object_rd08() argument
130 nvkm_object_rd16(struct nvkm_object *object, u64 addr, u16 *data) nvkm_object_rd16() argument
138 nvkm_object_rd32(struct nvkm_object *object, u64 addr, u32 *data) nvkm_object_rd32() argument
146 nvkm_object_wr08(struct nvkm_object *object, u64 addr, u8 data) nvkm_object_wr08() argument
154 nvkm_object_wr16(struct nvkm_object *object, u64 addr, u16 data) nvkm_object_wr16() argument
162 nvkm_object_wr32(struct nvkm_object *object, u64 addr, u32 data) nvkm_object_wr32() argument
170 nvkm_object_bind(struct nvkm_object *object, struct nvkm_gpuobj *gpuobj, int align, struct nvkm_gpuobj **pgpuobj) nvkm_object_bind() argument
179 nvkm_object_fini(struct nvkm_object *object, bool suspend) nvkm_object_fini() argument
222 nvkm_object_init(struct nvkm_object *object) nvkm_object_init() argument
258 nvkm_object_dtor(struct nvkm_object *object) nvkm_object_dtor() argument
283 struct nvkm_object *object = *pobject; nvkm_object_del() local
294 nvkm_object_ctor(const struct nvkm_object_func *func, const struct nvkm_oclass *oclass, struct nvkm_object *object) nvkm_object_ctor() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Doutp.h65 struct nvkm_object object; member
H A Duoutp.c309 nvkm_uoutp_mthd(struct nvkm_object *object, u32 mthd, void *argv, u32 argc) in nvkm_uoutp_mthd() argument
332 nvkm_uoutp_dtor(struct nvkm_object *object) in nvkm_uoutp_dtor() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv40.c44 nv40_gr_object_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nv40_gr_object_bind() argument
74 nv40_gr_chan_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nv40_gr_chan_bind() argument
92 nv40_gr_chan_fini(struct nvkm_object *object, bool suspend) in nv40_gr_chan_fini() argument
130 nv40_gr_chan_dtor(struct nvkm_object *object) in nv40_gr_chan_dtor() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Duser.c38 struct nvkm_object object; member
75 struct nvkm_object *object = &udev->object; in nvkm_udevice_info() local
172 struct nvkm_object *object = &udev->object; in nvkm_udevice_time() local
189 nvkm_udevice_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) nvkm_udevice_mthd() argument
205 nvkm_udevice_rd08(struct nvkm_object *object, u64 addr, u8 *data) nvkm_udevice_rd08() argument
213 nvkm_udevice_rd16(struct nvkm_object *object, u64 addr, u16 *data) nvkm_udevice_rd16() argument
221 nvkm_udevice_rd32(struct nvkm_object *object, u64 addr, u32 *data) nvkm_udevice_rd32() argument
229 nvkm_udevice_wr08(struct nvkm_object *object, u64 addr, u8 data) nvkm_udevice_wr08() argument
237 nvkm_udevice_wr16(struct nvkm_object *object, u64 addr, u16 data) nvkm_udevice_wr16() argument
245 nvkm_udevice_wr32(struct nvkm_object *object, u64 addr, u32 data) nvkm_udevice_wr32() argument
253 nvkm_udevice_map(struct nvkm_object *object, void *argv, u32 argc, enum nvkm_object_map *type, u64 *addr, u64 *size) nvkm_udevice_map() argument
265 nvkm_udevice_fini(struct nvkm_object *object, bool suspend) nvkm_udevice_fini() argument
286 nvkm_udevice_init(struct nvkm_object *object) nvkm_udevice_init() argument
316 nvkm_udevice_child_get(struct nvkm_object *object, int index, struct nvkm_oclass *oclass) nvkm_udevice_child_get() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndw.h10 struct nvif_object object; member
/kernel/linux/linux-6.6/security/landlock/
H A Druleset.c72 create_rule(struct landlock_object *const object, in create_rule() argument
145 insert_rule(struct landlock_ruleset *const ruleset, struct landlock_object *const object, const struct landlock_layer (*const layers)[], size_t num_layers) insert_rule() argument
231 landlock_insert_rule(struct landlock_ruleset *const ruleset, struct landlock_object *const object, const access_mask_t access) landlock_insert_rule() argument
455 landlock_find_rule(const struct landlock_ruleset *const ruleset, const struct landlock_object *const object) landlock_find_rule() argument
[all...]
/kernel/linux/linux-6.6/mm/kasan/
H A Dquarantine.c143 void *object = qlink_to_object(qlink, cache); in qlink_free() local
191 bool kasan_quarantine_put(struct kmem_cache *cache, void *object) in kasan_quarantine_put() argument
[all...]
H A Dreport_generic.c46 size_t kasan_get_alloc_size(void *object, struct kmem_cache *cache) in kasan_get_alloc_size() argument
189 void kasan_print_aux_stacks(struct kmem_cache *cache, const void *object) in kasan_print_aux_stacks() argument
[all...]
H A Dcommon.c136 void __kasan_unpoison_object_data(struct kmem_cache *cache, void *object) in __kasan_unpoison_object_data() argument
141 void __kasan_poison_object_data(struct kmem_cache *cache, void *object) in __kasan_poison_object_data() argument
161 assign_tag(struct kmem_cache *cache, const void *object, bool init) assign_tag() argument
187 __kasan_init_slab_obj(struct kmem_cache *cache, const void *object) __kasan_init_slab_obj() argument
200 ____kasan_slab_free(struct kmem_cache *cache, void *object, unsigned long ip, bool quarantine, bool init) ____kasan_slab_free() argument
241 __kasan_slab_free(struct kmem_cache *cache, void *object, unsigned long ip, bool init) __kasan_slab_free() argument
298 __kasan_slab_alloc(struct kmem_cache *cache, void *object, gfp_t flags, bool init) __kasan_slab_alloc() argument
333 ____kasan_kmalloc(struct kmem_cache *cache, const void *object, size_t size, gfp_t flags) ____kasan_kmalloc() argument
380 __kasan_kmalloc(struct kmem_cache *cache, const void *object, size_t size, gfp_t flags) __kasan_kmalloc() argument
422 __kasan_krealloc(const void *object, size_t size, gfp_t flags) __kasan_krealloc() argument
[all...]
/kernel/linux/linux-6.6/mm/kmsan/
H A Dhooks.c50 void kmsan_slab_alloc(struct kmem_cache *s, void *object, gfp_t flags) in kmsan_slab_alloc() argument
73 void kmsan_slab_free(struct kmem_cache *s, void *object) in kmsan_slab_free() argument
/kernel/linux/linux-6.6/mm/kfence/
H A Dreport.c293 bool __kfence_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) in __kfence_obj_info() argument
/kernel/linux/linux-5.10/drivers/acpi/
H A Dacpi_processor.c231 union acpi_object object = { 0 }; in acpi_processor_get_info() local
641 union acpi_object object = { 0 }; acpi_processor_ids_walk() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H A Dhinic_dev.h69 void *object; member
/kernel/linux/linux-5.10/drivers/input/gameport/
H A Dgameport.c261 void *object; member
352 static int gameport_queue_event(void *object, struct module *owner, in gameport_queue_event() argument
407 gameport_remove_pending_events(void *object) gameport_remove_pending_events() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dslub_def.h168 void *object = x - (x - page_address(page)) % cache->size; in nearest_obj() local
[all...]
/kernel/linux/linux-5.10/security/smack/
H A Dsmack_access.c115 int smk_access(struct smack_known *subject, struct smack_known *object, in smk_access() argument
[all...]
/kernel/linux/linux-5.10/fs/gfs2/
H A Dglock.h287 static inline void glock_set_object(struct gfs2_glock *gl, void *object) in glock_set_object() argument
314 static inline void glock_clear_object(struct gfs2_glock *gl, void *object) in glock_clear_object() argument
/kernel/linux/linux-5.10/fs/fscache/
H A Dobject.c149 static inline void fscache_done_parent_op(struct fscache_object *object) in fscache_done_parent_op() argument
167 static void fscache_object_sm_dispatcher(struct fscache_object *object) in fscache_object_sm_dispatcher() argument
278 struct fscache_object *object = fscache_object_work_func() local
301 fscache_object_init(struct fscache_object *object, struct fscache_cookie *cookie, struct fscache_cache *cache) fscache_object_init() argument
345 fscache_mark_object_dead(struct fscache_object *object) fscache_mark_object_dead() argument
355 fscache_abort_initialisation(struct fscache_object *object, int event) fscache_abort_initialisation() argument
372 fscache_initialise_object(struct fscache_object *object, int event) fscache_initialise_object() argument
427 fscache_parent_ready(struct fscache_object *object, int event) fscache_parent_ready() argument
451 fscache_look_up_object(struct fscache_object *object, int event) fscache_look_up_object() argument
510 fscache_object_lookup_negative(struct fscache_object *object) fscache_object_lookup_negative() argument
543 fscache_obtained_object(struct fscache_object *object) fscache_obtained_object() argument
575 fscache_object_available(struct fscache_object *object, int event) fscache_object_available() argument
609 fscache_jumpstart_dependents(struct fscache_object *object, int event) fscache_jumpstart_dependents() argument
622 fscache_lookup_failure(struct fscache_object *object, int event) fscache_lookup_failure() argument
650 fscache_kill_object(struct fscache_object *object, int event) fscache_kill_object() argument
686 fscache_kill_dependents(struct fscache_object *object, int event) fscache_kill_dependents() argument
699 fscache_drop_object(struct fscache_object *object, int event) fscache_drop_object() argument
772 fscache_get_object(struct fscache_object *object, enum fscache_obj_ref_trace why) fscache_get_object() argument
786 fscache_put_object(struct fscache_object *object, enum fscache_obj_ref_trace why) fscache_put_object() argument
800 fscache_object_destroy(struct fscache_object *object) fscache_object_destroy() argument
813 fscache_enqueue_object(struct fscache_object *object) fscache_enqueue_object() argument
867 fscache_enqueue_dependents(struct fscache_object *object, int event) fscache_enqueue_dependents() argument
900 fscache_dequeue_object(struct fscache_object *object) fscache_dequeue_object() argument
924 fscache_check_aux(struct fscache_object *object, const void *data, uint16_t datalen, loff_t object_size) fscache_check_aux() argument
964 _fscache_invalidate_object(struct fscache_object *object, int event) _fscache_invalidate_object() argument
1034 fscache_invalidate_object(struct fscache_object *object, int event) fscache_invalidate_object() argument
1049 fscache_update_aux_data(struct fscache_object *object) fscache_update_aux_data() argument
1060 fscache_update_object(struct fscache_object *object, int event) fscache_update_object() argument
1078 fscache_object_retrying_stale(struct fscache_object *object) fscache_object_retrying_stale() argument
1092 fscache_object_mark_killed(struct fscache_object *object, enum fscache_why_object_killed why) fscache_object_mark_killed() argument
1124 fscache_object_dead(struct fscache_object *object, int event) fscache_object_dead() argument
[all...]
/kernel/linux/linux-5.10/lib/
H A Dassoc_array.c133 assoc_array_iterate(const struct assoc_array *array, int (*iterator)(const void *object, void *iterator_data), void *iterator_data) assoc_array_iterate() argument
964 assoc_array_insert(struct assoc_array *array, const struct assoc_array_ops *ops, const void *index_key, void *object) assoc_array_insert() argument
1031 assoc_array_insert_set_object(struct assoc_array_edit *edit, void *object) assoc_array_insert_set_object() argument
1454 assoc_array_gc(struct assoc_array *array, const struct assoc_array_ops *ops, bool (*iterator)(void *object, void *iterator_data), void *iterator_data) assoc_array_gc() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv50.c43 nv50_gr_object_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nv50_gr_object_bind() argument
69 nv50_gr_chan_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nv50_gr_chan_bind() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dchannv50.c134 nv50_disp_chan_uevent_ctor(struct nvkm_object *object, void *data, u32 size, in nv50_disp_chan_uevent_ctor() argument
177 nv50_disp_chan_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nv50_disp_chan_rd32() argument
187 nv50_disp_chan_wr32(struct nvkm_object *object, u64 addr, u32 data) in nv50_disp_chan_wr32() argument
197 nv50_disp_chan_ntfy(struct nvkm_object *object, u32 type, in nv50_disp_chan_ntfy() argument
213 nv50_disp_chan_map(struct nvkm_object *object, void *argv, u32 argc, in nv50_disp_chan_map() argument
233 struct nv50_disp_chan_object *object = nv50_disp_chan_child_del_() local
251 struct nv50_disp_chan_object *object; nv50_disp_chan_child_new() local
273 nv50_disp_chan_child_get(struct nvkm_object *object, int index, struct nvkm_oclass *sclass) nv50_disp_chan_child_get() argument
298 nv50_disp_chan_fini(struct nvkm_object *object, bool suspend) nv50_disp_chan_fini() argument
307 nv50_disp_chan_init(struct nvkm_object *object) nv50_disp_chan_init() argument
315 nv50_disp_chan_dtor(struct nvkm_object *object) nv50_disp_chan_dtor() argument
[all...]

Completed in 15 milliseconds

12345678910>>...14