Home
last modified time | relevance | path

Searched defs:object (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/kernel/linux/linux-5.10/arch/parisc/math-emu/
Dfloat.h48 #define Sall(object) (object) argument
49 #define Ssign(object) Bitfield_extract( 0, 1,object) argument
50 #define Ssignedsign(object) Bitfield_signed_extract( 0, 1,object) argument
51 #define Sexponent(object) Bitfield_extract( 1, 8,object) argument
52 #define Smantissa(object) Bitfield_mask( 9, 23,object) argument
53 #define Ssignaling(object) Bitfield_extract( 9, 1,object) argument
54 #define Ssignalingnan(object) Bitfield_extract( 1, 9,object) argument
55 #define Shigh2mantissa(object) Bitfield_extract( 9, 2,object) argument
56 #define Sexponentmantissa(object) Bitfield_mask( 1, 31,object) argument
57 #define Ssignexponent(object) Bitfield_extract( 0, 9,object) argument
[all …]
/kernel/linux/linux-6.6/arch/parisc/math-emu/
Dfloat.h48 #define Sall(object) (object) argument
49 #define Ssign(object) Bitfield_extract( 0, 1,object) argument
50 #define Ssignedsign(object) Bitfield_signed_extract( 0, 1,object) argument
51 #define Sexponent(object) Bitfield_extract( 1, 8,object) argument
52 #define Smantissa(object) Bitfield_mask( 9, 23,object) argument
53 #define Ssignaling(object) Bitfield_extract( 9, 1,object) argument
54 #define Ssignalingnan(object) Bitfield_extract( 1, 9,object) argument
55 #define Shigh2mantissa(object) Bitfield_extract( 9, 2,object) argument
56 #define Sexponentmantissa(object) Bitfield_mask( 1, 31,object) argument
57 #define Ssignexponent(object) Bitfield_extract( 0, 9,object) argument
[all …]
/kernel/linux/linux-5.10/fs/fscache/
Dobject.c149 static inline void fscache_done_parent_op(struct fscache_object *object) in fscache_done_parent_op()
167 static void fscache_object_sm_dispatcher(struct fscache_object *object) in fscache_object_sm_dispatcher()
278 struct fscache_object *object = in fscache_object_work_func() local
301 void fscache_object_init(struct fscache_object *object, in fscache_object_init()
345 static inline void fscache_mark_object_dead(struct fscache_object *object) in fscache_mark_object_dead()
355 static const struct fscache_state *fscache_abort_initialisation(struct fscache_object *object, in fscache_abort_initialisation()
372 static const struct fscache_state *fscache_initialise_object(struct fscache_object *object, in fscache_initialise_object()
427 static const struct fscache_state *fscache_parent_ready(struct fscache_object *object, in fscache_parent_ready()
451 static const struct fscache_state *fscache_look_up_object(struct fscache_object *object, in fscache_look_up_object()
510 void fscache_object_lookup_negative(struct fscache_object *object) in fscache_object_lookup_negative()
[all …]
Doperation.c96 static void fscache_run_op(struct fscache_object *object, in fscache_run_op()
115 static void fscache_report_unexpected_submission(struct fscache_object *object, in fscache_report_unexpected_submission()
154 int fscache_submit_exclusive_op(struct fscache_object *object, in fscache_submit_exclusive_op()
240 int fscache_submit_op(struct fscache_object *object, in fscache_submit_op()
319 void fscache_abort_object(struct fscache_object *object) in fscache_abort_object()
330 void fscache_start_operations(struct fscache_object *object) in fscache_start_operations()
363 struct fscache_object *object = op->object; in fscache_cancel_op() local
419 void fscache_cancel_all_ops(struct fscache_object *object) in fscache_cancel_all_ops()
456 struct fscache_object *object = op->object; in fscache_op_complete() local
495 struct fscache_object *object; in fscache_put_operation() local
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/core/
Dobject.c32 struct nvkm_object *object; in nvkm_object_search() local
58 nvkm_object_remove(struct nvkm_object *object) in nvkm_object_remove()
65 nvkm_object_insert(struct nvkm_object *object) in nvkm_object_insert()
88 nvkm_object_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_object_mthd()
96 nvkm_object_ntfy(struct nvkm_object *object, u32 mthd, in nvkm_object_ntfy()
105 nvkm_object_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_object_map()
114 nvkm_object_unmap(struct nvkm_object *object) in nvkm_object_unmap()
122 nvkm_object_rd08(struct nvkm_object *object, u64 addr, u8 *data) in nvkm_object_rd08()
130 nvkm_object_rd16(struct nvkm_object *object, u64 addr, u16 *data) in nvkm_object_rd16()
138 nvkm_object_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nvkm_object_rd32()
[all …]
Doproxy.c27 nvkm_oproxy_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_oproxy_mthd()
33 nvkm_oproxy_ntfy(struct nvkm_object *object, u32 mthd, in nvkm_oproxy_ntfy()
40 nvkm_oproxy_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_oproxy_map()
48 nvkm_oproxy_unmap(struct nvkm_object *object) in nvkm_oproxy_unmap()
54 nvkm_oproxy_rd08(struct nvkm_object *object, u64 addr, u8 *data) in nvkm_oproxy_rd08()
60 nvkm_oproxy_rd16(struct nvkm_object *object, u64 addr, u16 *data) in nvkm_oproxy_rd16()
66 nvkm_oproxy_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nvkm_oproxy_rd32()
72 nvkm_oproxy_wr08(struct nvkm_object *object, u64 addr, u8 data) in nvkm_oproxy_wr08()
78 nvkm_oproxy_wr16(struct nvkm_object *object, u64 addr, u16 data) in nvkm_oproxy_wr16()
84 nvkm_oproxy_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_oproxy_wr32()
[all …]
Dioctl.c33 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_nop()
51 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_sclass()
89 struct nvkm_object *object = NULL; in nvkm_ioctl_new() local
147 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_del()
166 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_mthd()
186 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_rd()
226 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_wr()
255 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_map()
280 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_unmap()
298 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_ntfy_new()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/core/
Dobject.c32 struct nvkm_object *object; in nvkm_object_search() local
63 nvkm_object_remove(struct nvkm_object *object) in nvkm_object_remove()
74 nvkm_object_insert(struct nvkm_object *object) in nvkm_object_insert()
102 nvkm_object_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_object_mthd()
110 nvkm_object_ntfy(struct nvkm_object *object, u32 mthd, in nvkm_object_ntfy()
119 nvkm_object_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_object_map()
128 nvkm_object_unmap(struct nvkm_object *object) in nvkm_object_unmap()
136 nvkm_object_rd08(struct nvkm_object *object, u64 addr, u8 *data) in nvkm_object_rd08()
144 nvkm_object_rd16(struct nvkm_object *object, u64 addr, u16 *data) in nvkm_object_rd16()
152 nvkm_object_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nvkm_object_rd32()
[all …]
Doproxy.c27 nvkm_oproxy_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_oproxy_mthd()
33 nvkm_oproxy_ntfy(struct nvkm_object *object, u32 mthd, in nvkm_oproxy_ntfy()
40 nvkm_oproxy_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_oproxy_map()
48 nvkm_oproxy_unmap(struct nvkm_object *object) in nvkm_oproxy_unmap()
59 nvkm_oproxy_rd08(struct nvkm_object *object, u64 addr, u8 *data) in nvkm_oproxy_rd08()
65 nvkm_oproxy_rd16(struct nvkm_object *object, u64 addr, u16 *data) in nvkm_oproxy_rd16()
71 nvkm_oproxy_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nvkm_oproxy_rd32()
77 nvkm_oproxy_wr08(struct nvkm_object *object, u64 addr, u8 data) in nvkm_oproxy_wr08()
83 nvkm_oproxy_wr16(struct nvkm_object *object, u64 addr, u16 data) in nvkm_oproxy_wr16()
89 nvkm_oproxy_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_oproxy_wr32()
[all …]
Dioctl.c34 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_nop()
53 nvkm_ioctl_sclass_(struct nvkm_object *object, int index, struct nvkm_oclass *oclass) in nvkm_ioctl_sclass_()
72 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_sclass()
109 struct nvkm_object *object = NULL; in nvkm_ioctl_new() local
167 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_del()
186 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_mthd()
206 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_rd()
246 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_wr()
275 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_map()
300 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_unmap()
[all …]
/kernel/linux/linux-6.6/tools/lib/perf/include/internal/
Drc_check.h43 #define ADD_RC_CHK(result, object) (result = object, object) argument
46 #define RC_CHK_ACCESS(object) object argument
49 #define RC_CHK_FREE(object) free(object) argument
52 #define RC_CHK_GET(result, object) ADD_RC_CHK(result, object) argument
55 #define RC_CHK_PUT(object) {} argument
74 #define ADD_RC_CHK(result, object) \ argument
83 #define RC_CHK_ACCESS(object) object->orig argument
86 #define RC_CHK_FREE(object) \ argument
93 #define RC_CHK_GET(result, object) ADD_RC_CHK(result, (object ? object->orig : NULL)) argument
96 #define RC_CHK_PUT(object) \ argument
/kernel/linux/linux-6.6/fs/cachefiles/
Dinterface.c26 struct cachefiles_object *object; in cachefiles_alloc_object() local
56 void cachefiles_see_object(struct cachefiles_object *object, in cachefiles_see_object()
66 struct cachefiles_object *cachefiles_grab_object(struct cachefiles_object *object, in cachefiles_grab_object()
79 void cachefiles_put_object(struct cachefiles_object *object, in cachefiles_put_object()
114 static int cachefiles_adjust_size(struct cachefiles_object *object) in cachefiles_adjust_size()
179 struct cachefiles_object *object; in cachefiles_lookup_cookie() local
232 static bool cachefiles_shorten_object(struct cachefiles_object *object, in cachefiles_shorten_object()
281 struct cachefiles_object *object = cachefiles_cres_object(cres); in cachefiles_resize_cookie() local
308 static void cachefiles_commit_object(struct cachefiles_object *object, in cachefiles_commit_object()
327 static void cachefiles_clean_up_object(struct cachefiles_object *object, in cachefiles_clean_up_object()
[all …]
Dnamei.c17 static bool __cachefiles_mark_inode_in_use(struct cachefiles_object *object, in __cachefiles_mark_inode_in_use()
33 static bool cachefiles_mark_inode_in_use(struct cachefiles_object *object, in cachefiles_mark_inode_in_use()
47 static void __cachefiles_unmark_inode_in_use(struct cachefiles_object *object, in __cachefiles_unmark_inode_in_use()
54 static void cachefiles_do_unmark_inode_in_use(struct cachefiles_object *object, in cachefiles_do_unmark_inode_in_use()
66 void cachefiles_unmark_inode_in_use(struct cachefiles_object *object, in cachefiles_unmark_inode_in_use()
229 struct cachefiles_object *object, in cachefiles_unlink()
265 struct cachefiles_object *object, in cachefiles_bury_object()
414 int cachefiles_delete_object(struct cachefiles_object *object, in cachefiles_delete_object()
438 struct file *cachefiles_create_tmpfile(struct cachefiles_object *object) in cachefiles_create_tmpfile()
517 static bool cachefiles_create_file(struct cachefiles_object *object) in cachefiles_create_file()
[all …]
Dondemand.c21 struct cachefiles_object *object = file->private_data; in cachefiles_ondemand_fd_release() local
62 struct cachefiles_object *object = kiocb->ki_filp->private_data; in cachefiles_ondemand_fd_write_iter() local
98 struct cachefiles_object *object = filp->private_data; in cachefiles_ondemand_fd_llseek() local
120 struct cachefiles_object *object = filp->private_data; in cachefiles_ondemand_fd_ioctl() local
297 struct cachefiles_object *object; in cachefiles_ondemand_get_fd() local
381 struct cachefiles_object *object; in cachefiles_ondemand_select_req() local
486 static int cachefiles_ondemand_send_req(struct cachefiles_object *object, in cachefiles_ondemand_send_req()
613 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_open_req() local
647 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_close_req() local
664 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_read_req() local
[all …]
/kernel/linux/linux-5.10/mm/
Dkmemleak.c281 struct kmemleak_object *object) in hex_dump_object()
306 static bool color_white(const struct kmemleak_object *object) in color_white()
312 static bool color_gray(const struct kmemleak_object *object) in color_gray()
323 static bool unreferenced_object(struct kmemleak_object *object) in unreferenced_object()
335 struct kmemleak_object *object) in print_unreferenced()
359 static void dump_object_info(struct kmemleak_object *object) in dump_object_info()
384 struct kmemleak_object *object = in lookup_object() local
408 static int get_object(struct kmemleak_object *object) in get_object()
419 struct kmemleak_object *object; in mem_pool_alloc() local
446 static void mem_pool_free(struct kmemleak_object *object) in mem_pool_free()
[all …]
/kernel/linux/linux-6.6/mm/
Dkmemleak.c296 struct kmemleak_object *object) in hex_dump_object()
324 static bool color_white(const struct kmemleak_object *object) in color_white()
330 static bool color_gray(const struct kmemleak_object *object) in color_gray()
341 static bool unreferenced_object(struct kmemleak_object *object) in unreferenced_object()
353 struct kmemleak_object *object) in print_unreferenced()
380 static void dump_object_info(struct kmemleak_object *object) in dump_object_info()
409 struct kmemleak_object *object; in __lookup_object() local
443 static int get_object(struct kmemleak_object *object) in get_object()
454 struct kmemleak_object *object; in mem_pool_alloc() local
481 static void mem_pool_free(struct kmemleak_object *object) in mem_pool_free()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/device/
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) in nvkm_udevice_mthd()
205 nvkm_udevice_rd08(struct nvkm_object *object, u64 addr, u8 *data) in nvkm_udevice_rd08()
213 nvkm_udevice_rd16(struct nvkm_object *object, u64 addr, u16 *data) in nvkm_udevice_rd16()
221 nvkm_udevice_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nvkm_udevice_rd32()
229 nvkm_udevice_wr08(struct nvkm_object *object, u64 addr, u8 data) in nvkm_udevice_wr08()
237 nvkm_udevice_wr16(struct nvkm_object *object, u64 addr, u16 data) in nvkm_udevice_wr16()
245 nvkm_udevice_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_udevice_wr32()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dchan.c41 struct nvkm_fifo_chan_object *object = in nvkm_fifo_chan_child_fini() local
74 struct nvkm_fifo_chan_object *object = in nvkm_fifo_chan_child_init() local
107 struct nvkm_fifo_chan_object *object = in nvkm_fifo_chan_child_del() local
139 struct nvkm_fifo_chan_object *object; in nvkm_fifo_chan_child_new() local
201 nvkm_fifo_chan_child_get(struct nvkm_object *object, int index, in nvkm_fifo_chan_child_get()
246 nvkm_fifo_chan_ntfy(struct nvkm_object *object, u32 type, in nvkm_fifo_chan_ntfy()
256 nvkm_fifo_chan_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_fifo_chan_map()
267 nvkm_fifo_chan_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nvkm_fifo_chan_rd32()
282 nvkm_fifo_chan_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_fifo_chan_wr32()
297 nvkm_fifo_chan_fini(struct nvkm_object *object, bool suspend) in nvkm_fifo_chan_fini()
[all …]
/kernel/linux/linux-5.10/fs/cachefiles/
Dinterface.c27 struct cachefiles_object *object; in cachefiles_alloc_object() local
122 struct cachefiles_object *parent, *object; in cachefiles_lookup_object() local
164 struct cachefiles_object *object; in cachefiles_lookup_complete() local
185 struct cachefiles_object *object = in cachefiles_grab_object() local
206 struct cachefiles_object *object; in cachefiles_update_object() local
263 struct cachefiles_object *object; in cachefiles_drop_object() local
325 struct cachefiles_object *object; in cachefiles_put_object() local
407 struct cachefiles_object *object; in cachefiles_check_consistency() local
432 struct cachefiles_object *object; in cachefiles_attr_changed() local
501 struct cachefiles_object *object; in cachefiles_invalidate_object() local
Drdwr.c25 struct cachefiles_object *object; in cachefiles_read_waiter() local
76 static int cachefiles_read_reissue(struct cachefiles_object *object, in cachefiles_read_reissue()
155 struct cachefiles_object *object; in cachefiles_read_copier() local
229 static int cachefiles_read_backing_file_one(struct cachefiles_object *object, in cachefiles_read_backing_file_one()
396 struct cachefiles_object *object; in cachefiles_read_or_alloc_page() local
465 static int cachefiles_read_backing_file(struct cachefiles_object *object, in cachefiles_read_backing_file()
687 struct cachefiles_object *object; in cachefiles_read_or_alloc_pages() local
800 struct cachefiles_object *object; in cachefiles_allocate_page() local
838 struct cachefiles_object *object; in cachefiles_allocate_pages() local
881 struct cachefiles_object *object; in cachefiles_write_page() local
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
Duser.c38 struct nvkm_object object; member
105 struct nvkm_object *object = &udev->object; in nvkm_udevice_info() local
201 struct nvkm_object *object = &udev->object; in nvkm_udevice_time() local
218 nvkm_udevice_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_udevice_mthd()
234 nvkm_udevice_rd08(struct nvkm_object *object, u64 addr, u8 *data) in nvkm_udevice_rd08()
242 nvkm_udevice_rd16(struct nvkm_object *object, u64 addr, u16 *data) in nvkm_udevice_rd16()
250 nvkm_udevice_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nvkm_udevice_rd32()
258 nvkm_udevice_wr08(struct nvkm_object *object, u64 addr, u8 data) in nvkm_udevice_wr08()
266 nvkm_udevice_wr16(struct nvkm_object *object, u64 addr, u16 data) in nvkm_udevice_wr16()
274 nvkm_udevice_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_udevice_wr32()
[all …]
/kernel/linux/linux-5.10/sound/pci/asihpi/
Dhpimsginit.c27 static void hpi_init_message(struct hpi_message *phm, u16 object, in hpi_init_message()
56 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function, in hpi_init_response()
79 struct hpi_response *phr, u16 object, u16 function) in hpi_init_message_response()
89 u16 object, u16 function) in hpi_init_messageV1()
103 u16 object, u16 function) in hpi_init_responseV1()
115 struct hpi_response_header *phr, u16 res_size, u16 object, in hpi_init_message_responseV1()
/kernel/linux/linux-6.6/sound/pci/asihpi/
Dhpimsginit.c27 static void hpi_init_message(struct hpi_message *phm, u16 object, in hpi_init_message()
56 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function, in hpi_init_response()
79 struct hpi_response *phr, u16 object, u16 function) in hpi_init_message_response()
89 u16 object, u16 function) in hpi_init_messageV1()
103 u16 object, u16 function) in hpi_init_responseV1()
115 struct hpi_response_header *phr, u16 res_size, u16 object, in hpi_init_message_responseV1()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dchan.c30 nvkm_disp_chan_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nvkm_disp_chan_rd32()
41 nvkm_disp_chan_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_disp_chan_wr32()
52 nvkm_disp_chan_ntfy(struct nvkm_object *object, u32 type, struct nvkm_event **pevent) in nvkm_disp_chan_ntfy()
69 nvkm_disp_chan_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_disp_chan_map()
90 struct nvkm_disp_chan_object *object = container_of(base, typeof(*object), oproxy); in nvkm_disp_chan_child_del_() local
108 struct nvkm_disp_chan_object *object; in nvkm_disp_chan_child_new() local
129 nvkm_disp_chan_child_get(struct nvkm_object *object, int index, struct nvkm_oclass *sclass) in nvkm_disp_chan_child_get()
153 nvkm_disp_chan_fini(struct nvkm_object *object, bool suspend) in nvkm_disp_chan_fini()
163 nvkm_disp_chan_init(struct nvkm_object *object) in nvkm_disp_chan_init()
172 nvkm_disp_chan_dtor(struct nvkm_object *object) in nvkm_disp_chan_dtor()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/
Dobject.c31 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) in nvif_object_ioctl()
58 nvif_object_sclass_get(struct nvif_object *object, struct nvif_sclass **psclass) in nvif_object_sclass_get()
102 nvif_object_rd(struct nvif_object *object, int size, u64 addr) in nvif_object_rd()
121 nvif_object_wr(struct nvif_object *object, int size, u64 addr, u32 data) in nvif_object_wr()
139 nvif_object_mthd(struct nvif_object *object, u32 mthd, void *data, u32 size) in nvif_object_mthd()
168 nvif_object_unmap_handle(struct nvif_object *object) in nvif_object_unmap_handle()
181 nvif_object_map_handle(struct nvif_object *object, void *argv, u32 argc, in nvif_object_map_handle()
205 nvif_object_unmap(struct nvif_object *object) in nvif_object_unmap()
220 nvif_object_map(struct nvif_object *object, void *argv, u32 argc) in nvif_object_map()
244 nvif_object_dtor(struct nvif_object *object) in nvif_object_dtor()
[all …]

12345678910>>...15