Home
last modified time | relevance | path

Searched defs:object (Results 1 – 200 of 215) sorted by relevance

12

/linux-4.1.27/arch/parisc/math-emu/
Dfloat.h61 #define Sall(object) (object) argument
62 #define Ssign(object) Bitfield_extract( 0, 1,object) argument
63 #define Ssignedsign(object) Bitfield_signed_extract( 0, 1,object) argument
64 #define Sexponent(object) Bitfield_extract( 1, 8,object) argument
65 #define Smantissa(object) Bitfield_mask( 9, 23,object) argument
66 #define Ssignaling(object) Bitfield_extract( 9, 1,object) argument
67 #define Ssignalingnan(object) Bitfield_extract( 1, 9,object) argument
68 #define Shigh2mantissa(object) Bitfield_extract( 9, 2,object) argument
69 #define Sexponentmantissa(object) Bitfield_mask( 1, 31,object) argument
70 #define Ssignexponent(object) Bitfield_extract( 0, 9,object) argument
[all …]
Dfpbits.h53 #define Bitfield_extract(start, length, object) \ argument
57 #define Bitfield_signed_extract(start, length, object) \ argument
60 #define Bitfield_mask(start, len, object) \ argument
63 #define Bitfield_deposit(value,start,len,object) object = \ argument
Dcnv_float.h33 #define Dintp1(object) (object) argument
34 #define Dintp2(object) (object) argument
36 #define Duintp1(object) (object) argument
37 #define Duintp2(object) (object) argument
39 #define Qintp0(object) (object) argument
40 #define Qintp1(object) (object) argument
41 #define Qintp2(object) (object) argument
42 #define Qintp3(object) (object) argument
Dsgl_float.h32 #define Sgl_sign(object) Ssign(object) argument
33 #define Sgl_exponent(object) Sexponent(object) argument
34 #define Sgl_signexponent(object) Ssignexponent(object) argument
35 #define Sgl_mantissa(object) Smantissa(object) argument
36 #define Sgl_exponentmantissa(object) Sexponentmantissa(object) argument
37 #define Sgl_all(object) Sall(object) argument
Ddbl_float.h31 #define Dbl_sign(object) Dsign(object) argument
32 #define Dbl_exponent(object) Dexponent(object) argument
33 #define Dbl_signexponent(object) Dsignexponent(object) argument
34 #define Dbl_mantissap1(object) Dmantissap1(object) argument
35 #define Dbl_mantissap2(object) Dmantissap2(object) argument
36 #define Dbl_exponentmantissap1(object) Dexponentmantissap1(object) argument
37 #define Dbl_allp1(object) Dallp1(object) argument
38 #define Dbl_allp2(object) Dallp2(object) argument
/linux-4.1.27/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()
268 struct fscache_object *object = in fscache_object_work_func() local
291 void fscache_object_init(struct fscache_object *object, in fscache_object_init()
333 static const struct fscache_state *fscache_abort_initialisation(struct fscache_object *object, in fscache_abort_initialisation()
350 static const struct fscache_state *fscache_initialise_object(struct fscache_object *object, in fscache_initialise_object()
405 static const struct fscache_state *fscache_parent_ready(struct fscache_object *object, in fscache_parent_ready()
429 static const struct fscache_state *fscache_look_up_object(struct fscache_object *object, in fscache_look_up_object()
488 void fscache_object_lookup_negative(struct fscache_object *object) in fscache_object_lookup_negative()
521 void fscache_obtained_object(struct fscache_object *object) in fscache_obtained_object()
[all …]
Doperation.c64 static void fscache_run_op(struct fscache_object *object, in fscache_run_op()
83 int fscache_submit_exclusive_op(struct fscache_object *object, in fscache_submit_exclusive_op()
144 static void fscache_report_unexpected_submission(struct fscache_object *object, in fscache_report_unexpected_submission()
186 int fscache_submit_op(struct fscache_object *object, in fscache_submit_op()
254 void fscache_abort_object(struct fscache_object *object) in fscache_abort_object()
265 void fscache_start_operations(struct fscache_object *object) in fscache_start_operations()
298 struct fscache_object *object = op->object; in fscache_cancel_op() local
333 void fscache_cancel_all_ops(struct fscache_object *object) in fscache_cancel_all_ops()
367 struct fscache_object *object = op->object; in fscache_op_complete() local
400 struct fscache_object *object; in fscache_put_operation() local
[all …]
Dcookie.c193 struct fscache_object *object; in fscache_acquire_non_index_cookie() local
281 struct fscache_object *object; in fscache_alloc_object() local
351 struct fscache_object *object) in fscache_attach_object()
417 struct fscache_object *object; in __fscache_invalidate() local
477 struct fscache_object *object; in __fscache_update_cookie() local
513 struct fscache_object *object; in __fscache_disable_cookie() local
656 struct fscache_object *object; in __fscache_check_consistency() local
Dpage.c143 static void fscache_end_page_write(struct fscache_object *object, in fscache_end_page_write()
175 struct fscache_object *object = op->object; in fscache_attr_changed_op() local
200 struct fscache_object *object; in __fscache_attr_changed() local
346 int fscache_wait_for_operation_activation(struct fscache_object *object, in fscache_wait_for_operation_activation()
406 struct fscache_object *object; in __fscache_read_or_alloc_page() local
541 struct fscache_object *object; in __fscache_read_or_alloc_pages() local
658 struct fscache_object *object; in __fscache_alloc_page() local
770 struct fscache_object *object = op->op.object; in fscache_write_op() local
927 struct fscache_object *object; in __fscache_write_page() local
1060 struct fscache_object *object; in __fscache_uncache_page() local
Dcache.c98 struct fscache_object *object; in fscache_select_cache_for_object() local
332 struct fscache_object *object; in fscache_withdraw_all_objects() local
Dinternal.h116 #define fscache_objlist_add(object) do {} while(0) argument
117 #define fscache_objlist_remove(object) do {} while(0) argument
299 static inline void fscache_raise_event(struct fscache_object *object, in fscache_raise_event()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
Dobject.c37 struct nvkm_object *object; in nvkm_object_create_() local
70 nvkm_object_destroy(struct nvkm_object *object) in nvkm_object_destroy()
83 nvkm_object_init(struct nvkm_object *object) in nvkm_object_init()
89 nvkm_object_fini(struct nvkm_object *object, bool suspend) in nvkm_object_fini()
108 struct nvkm_object *object = NULL; in nvkm_object_ctor() local
136 nvkm_object_dtor(struct nvkm_object *object) in nvkm_object_dtor()
161 nvkm_object_inc(struct nvkm_object *object) in nvkm_object_inc()
214 nvkm_object_decf(struct nvkm_object *object) in nvkm_object_decf()
239 nvkm_object_decs(struct nvkm_object *object) in nvkm_object_decs()
291 nvkm_object_dec(struct nvkm_object *object, bool suspend) in nvkm_object_dec()
[all …]
Dioctl.c36 struct nvkm_object *object = handle->object; in nvkm_ioctl_nop() local
53 struct nvkm_object *object = handle->object; in nvkm_ioctl_sclass() local
91 struct nvkm_object *object = NULL; in nvkm_ioctl_new() local
185 struct nvkm_object *object = handle->object; in nvkm_ioctl_del() local
204 struct nvkm_object *object = handle->object; in nvkm_ioctl_mthd() local
226 struct nvkm_object *object = handle->object; in nvkm_ioctl_rd() local
268 struct nvkm_object *object = handle->object; in nvkm_ioctl_wr() local
311 struct nvkm_object *object = handle->object; in nvkm_ioctl_map() local
333 struct nvkm_object *object = handle->object; in nvkm_ioctl_unmap() local
350 struct nvkm_object *object = handle->object; in nvkm_ioctl_ntfy_new() local
[all …]
Dengctx.c127 struct nvkm_object *object = nv_object(engctx); in nvkm_engctx_init() local
158 struct nvkm_object *object = nv_object(engctx); in nvkm_engctx_fini() local
197 _nvkm_engctx_dtor(struct nvkm_object *object) in _nvkm_engctx_dtor()
203 _nvkm_engctx_init(struct nvkm_object *object) in _nvkm_engctx_init()
209 _nvkm_engctx_fini(struct nvkm_object *object, bool suspend) in _nvkm_engctx_fini()
232 nvkm_engctx_put(struct nvkm_object *object) in nvkm_engctx_put()
Dsubdev.c31 struct nvkm_object *object = nv_object(obj); in nvkm_subdev() local
59 _nvkm_subdev_init(struct nvkm_object *object) in _nvkm_subdev_init()
76 _nvkm_subdev_fini(struct nvkm_object *object, bool suspend) in _nvkm_subdev_fini()
90 _nvkm_subdev_dtor(struct nvkm_object *object) in _nvkm_subdev_dtor()
Dgpuobj.c148 struct nvkm_gpuobj *object; in _nvkm_gpuobj_ctor() local
162 _nvkm_gpuobj_dtor(struct nvkm_object *object) in _nvkm_gpuobj_dtor()
168 _nvkm_gpuobj_init(struct nvkm_object *object) in _nvkm_gpuobj_init()
174 _nvkm_gpuobj_fini(struct nvkm_object *object, bool suspend) in _nvkm_gpuobj_fini()
180 _nvkm_gpuobj_rd32(struct nvkm_object *object, u64 addr) in _nvkm_gpuobj_rd32()
190 _nvkm_gpuobj_wr32(struct nvkm_object *object, u64 addr, u32 data) in _nvkm_gpuobj_wr32()
282 nvkm_gpudup_dtor(struct nvkm_object *object) in nvkm_gpudup_dtor()
Dclient.c91 nvkm_client_notify_new(struct nvkm_object *object, in nvkm_client_notify_new()
142 nvkm_client_mthd_devlist(struct nvkm_object *object, void *data, u32 size) in nvkm_client_mthd_devlist()
168 nvkm_client_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_client_mthd()
180 nvkm_client_dtor(struct nvkm_object *object) in nvkm_client_dtor()
Dnamedb.c87 struct nvkm_object *object, in nvkm_namedb_insert()
106 struct nvkm_object *object = handle->object; in nvkm_namedb_remove() local
190 struct nvkm_namedb *object; in _nvkm_namedb_ctor() local
Dparent.c115 struct nvkm_parent *object; in nvkm_parent_create_() local
156 _nvkm_parent_dtor(struct nvkm_object *object) in _nvkm_parent_dtor()
Dhandle.c99 struct nvkm_object *object, struct nvkm_handle **phandle) in nvkm_handle_create()
174 struct nvkm_object *object = NULL; in nvkm_handle_ref() local
Dprintk.c31 nv_printk_(struct nvkm_object *object, int level, const char *fmt, ...) in nv_printk_()
Dnotify.c132 nvkm_notify_init(struct nvkm_object *object, struct nvkm_event *event, in nvkm_notify_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dbase.c73 nvkm_bios_rd08(struct nvkm_object *object, u64 addr) in nvkm_bios_rd08()
80 nvkm_bios_rd16(struct nvkm_object *object, u64 addr) in nvkm_bios_rd16()
87 nvkm_bios_rd32(struct nvkm_object *object, u64 addr) in nvkm_bios_rd32()
94 nvkm_bios_wr08(struct nvkm_object *object, u64 addr, u8 data) in nvkm_bios_wr08()
101 nvkm_bios_wr16(struct nvkm_object *object, u64 addr, u16 data) in nvkm_bios_wr16()
108 nvkm_bios_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_bios_wr32()
170 nvkm_bios_dtor(struct nvkm_object *object) in nvkm_bios_dtor()
178 nvkm_bios_init(struct nvkm_object *object) in nvkm_bios_init()
185 nvkm_bios_fini(struct nvkm_object *object, bool suspend) in nvkm_bios_fini()
Dshadow.c55 shadow_rd08(struct nvkm_object *object, u64 addr) in shadow_rd08()
64 shadow_rd16(struct nvkm_object *object, u64 addr) in shadow_rd16()
73 shadow_rd32(struct nvkm_object *object, u64 addr) in shadow_rd32()
/linux-4.1.27/fs/cachefiles/
Dinterface.c31 struct cachefiles_object *object; in cachefiles_alloc_object() local
120 struct cachefiles_object *parent, *object; in cachefiles_lookup_object() local
162 struct cachefiles_object *object; in cachefiles_lookup_complete() local
182 struct cachefiles_object *object = in cachefiles_grab_object() local
200 struct cachefiles_object *object; in cachefiles_update_object() local
253 struct cachefiles_object *object; in cachefiles_drop_object() local
315 struct cachefiles_object *object; in cachefiles_put_object() local
392 struct cachefiles_object *object; in cachefiles_check_consistency() local
417 struct cachefiles_object *object; in cachefiles_attr_changed() local
486 struct cachefiles_object *object; in cachefiles_invalidate_object() local
Drdwr.c29 struct cachefiles_object *object; in cachefiles_read_waiter() local
74 static int cachefiles_read_reissue(struct cachefiles_object *object, in cachefiles_read_reissue()
152 struct cachefiles_object *object; in cachefiles_read_copier() local
226 static int cachefiles_read_backing_file_one(struct cachefiles_object *object, in cachefiles_read_backing_file_one()
394 struct cachefiles_object *object; in cachefiles_read_or_alloc_page() local
466 static int cachefiles_read_backing_file(struct cachefiles_object *object, in cachefiles_read_backing_file()
683 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 …]
Dxattr.c29 int cachefiles_check_object_type(struct cachefiles_object *object) in cachefiles_check_object_type()
103 int cachefiles_set_object_xattr(struct cachefiles_object *object, in cachefiles_set_object_xattr()
131 int cachefiles_update_object_xattr(struct cachefiles_object *object, in cachefiles_update_object_xattr()
159 int cachefiles_check_auxdata(struct cachefiles_object *object) in cachefiles_check_auxdata()
197 int cachefiles_check_object_xattr(struct cachefiles_object *object, in cachefiles_check_object_xattr()
Dnamei.c31 void __cachefiles_printk_object(struct cachefiles_object *object, in __cachefiles_printk_object()
80 static noinline void cachefiles_printk_object(struct cachefiles_object *object, in cachefiles_printk_object()
102 struct cachefiles_object *object; in cachefiles_mark_object_buried() local
147 struct cachefiles_object *object) in cachefiles_mark_object_active()
410 struct cachefiles_object *object) in cachefiles_delete_object()
456 struct cachefiles_object *object, in cachefiles_walk_to_object()
820 struct cachefiles_object *object; in cachefiles_check_active() local
Dmain.c45 struct cachefiles_object *object = _object; in cachefiles_object_init_once() local
Dinternal.h110 struct cachefiles_object *object; member
263 #define cachefiles_io_error_obj(object, FMT, ...) \ argument
/linux-4.1.27/drivers/gpu/drm/nouveau/nvif/
Dobject.c31 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) in nvif_object_ioctl()
54 nvif_object_sclass(struct nvif_object *object, u32 *oclass, int count) in nvif_object_sclass()
79 nvif_object_rd(struct nvif_object *object, int size, u64 addr) in nvif_object_rd()
98 nvif_object_wr(struct nvif_object *object, int size, u64 addr, u32 data) in nvif_object_wr()
116 nvif_object_mthd(struct nvif_object *object, u32 mthd, void *data, u32 size) in nvif_object_mthd()
145 nvif_object_unmap(struct nvif_object *object) in nvif_object_unmap()
168 nvif_object_map(struct nvif_object *object) in nvif_object_map()
195 nvif_object_fini(struct nvif_object *object) in nvif_object_fini()
220 struct nvif_object *object) in nvif_object_init()
264 nvif_object_del(struct nvif_object *object) in nvif_object_del()
[all …]
Dnotify.c35 struct nvif_object *object = notify->object; in nvif_notify_put_() local
66 struct nvif_object *object = notify->object; in nvif_notify_get_() local
147 struct nvif_object *object = notify->object; in nvif_notify_fini() local
167 nvif_notify_init(struct nvif_object *object, void (*dtor)(struct nvif_notify *), in nvif_notify_init()
232 nvif_notify_new(struct nvif_object *object, int (*func)(struct nvif_notify *), in nvif_notify_new()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c80 nvkm_devobj_info(struct nvkm_object *object, void *data, u32 size) in nvkm_devobj_info()
153 nvkm_devobj_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_devobj_mthd()
165 nvkm_devobj_rd08(struct nvkm_object *object, u64 addr) in nvkm_devobj_rd08()
171 nvkm_devobj_rd16(struct nvkm_object *object, u64 addr) in nvkm_devobj_rd16()
177 nvkm_devobj_rd32(struct nvkm_object *object, u64 addr) in nvkm_devobj_rd32()
183 nvkm_devobj_wr08(struct nvkm_object *object, u64 addr, u8 data) in nvkm_devobj_wr08()
189 nvkm_devobj_wr16(struct nvkm_object *object, u64 addr, u16 data) in nvkm_devobj_wr16()
195 nvkm_devobj_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_devobj_wr32()
201 nvkm_devobj_map(struct nvkm_object *object, u64 *addr, u32 *size) in nvkm_devobj_map()
252 nvkm_devobj_dtor(struct nvkm_object *object) in nvkm_devobj_dtor()
[all …]
Dctrl.c34 nvkm_control_mthd_pstate_info(struct nvkm_object *object, void *data, u32 size) in nvkm_control_mthd_pstate_info()
67 nvkm_control_mthd_pstate_attr(struct nvkm_object *object, void *data, u32 size) in nvkm_control_mthd_pstate_attr()
140 nvkm_control_mthd_pstate_user(struct nvkm_object *object, void *data, u32 size) in nvkm_control_mthd_pstate_user()
169 nvkm_control_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_control_mthd()
/linux-4.1.27/mm/
Dkmemleak.c295 struct kmemleak_object *object) in hex_dump_object()
327 static bool color_white(const struct kmemleak_object *object) in color_white()
333 static bool color_gray(const struct kmemleak_object *object) in color_gray()
344 static bool unreferenced_object(struct kmemleak_object *object) in unreferenced_object()
356 struct kmemleak_object *object) in print_unreferenced()
380 static void dump_object_info(struct kmemleak_object *object) in dump_object_info()
410 struct kmemleak_object *object = in lookup_object() local
434 static int get_object(struct kmemleak_object *object) in get_object()
446 struct kmemleak_object *object = in free_object_rcu() local
467 static void put_object(struct kmemleak_object *object) in put_object()
[all …]
Dkmemcheck.c60 void kmemcheck_slab_alloc(struct kmem_cache *s, gfp_t gfpflags, void *object, in kmemcheck_slab_alloc()
93 void kmemcheck_slab_free(struct kmem_cache *s, void *object, size_t size) in kmemcheck_slab_free()
Dslub.c229 struct page *page, const void *object) in check_valid_pointer()
245 static inline void *get_freepointer(struct kmem_cache *s, void *object) in get_freepointer()
250 static void prefetch_freepointer(const struct kmem_cache *s, void *object) in prefetch_freepointer()
255 static inline void *get_freepointer_safe(struct kmem_cache *s, void *object) in get_freepointer_safe()
267 static inline void set_freepointer(struct kmem_cache *s, void *object, void *fp) in set_freepointer()
498 static struct track *get_track(struct kmem_cache *s, void *object, in get_track()
511 static void set_track(struct kmem_cache *s, void *object, in set_track()
545 static void init_tracking(struct kmem_cache *s, void *object) in init_tracking()
573 static void print_tracking(struct kmem_cache *s, void *object) in print_tracking()
654 u8 *object, char *reason) in object_err()
[all …]
/linux-4.1.27/sound/pci/asihpi/
Dhpimsginit.c37 static void hpi_init_message(struct hpi_message *phm, u16 object, in hpi_init_message()
64 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function, in hpi_init_response()
85 struct hpi_response *phr, u16 object, u16 function) in hpi_init_message_response()
95 u16 object, u16 function) in hpi_init_messageV1()
109 u16 object, u16 function) in hpi_init_responseV1()
121 struct hpi_response_header *phr, u16 res_size, u16 object, in hpi_init_message_responseV1()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv04.c447 nv04_gr_set_ctx1(struct nvkm_object *object, u32 mask, u32 value) in nv04_gr_set_ctx1()
463 nv04_gr_set_ctx_val(struct nvkm_object *object, u32 mask, u32 value) in nv04_gr_set_ctx_val()
511 nv04_gr_mthd_set_operation(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_set_operation()
528 nv04_gr_mthd_surf3d_clip_h(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_surf3d_clip_h()
549 nv04_gr_mthd_surf3d_clip_v(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_surf3d_clip_v()
570 nv04_gr_mthd_bind_class(struct nvkm_object *object, u32 *args, u32 size) in nv04_gr_mthd_bind_class()
578 nv04_gr_mthd_bind_surf2d(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_bind_surf2d()
595 nv04_gr_mthd_bind_surf2d_swzsurf(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_bind_surf2d_swzsurf()
616 nv01_gr_mthd_bind_patt(struct nvkm_object *object, u32 mthd, in nv01_gr_mthd_bind_patt()
631 nv04_gr_mthd_bind_patt(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_bind_patt()
[all …]
Dnv20.c103 nv20_gr_context_init(struct nvkm_object *object) in nv20_gr_context_init()
118 nv20_gr_context_fini(struct nvkm_object *object, bool suspend) in nv20_gr_context_fini()
263 nv20_gr_dtor(struct nvkm_object *object) in nv20_gr_dtor()
271 nv20_gr_init(struct nvkm_object *object) in nv20_gr_init()
Dnv10.c478 nv17_gr_mthd_lma_window(struct nvkm_object *object, u32 mthd, in nv17_gr_mthd_lma_window()
555 nv17_gr_mthd_lma_enable(struct nvkm_object *object, u32 mthd, in nv17_gr_mthd_lma_enable()
1074 nv10_gr_context_dtor(struct nvkm_object *object) in nv10_gr_context_dtor()
1088 nv10_gr_context_fini(struct nvkm_object *object, bool suspend) in nv10_gr_context_fini()
1243 nv10_gr_dtor(struct nvkm_object *object) in nv10_gr_dtor()
1250 nv10_gr_init(struct nvkm_object *object) in nv10_gr_init()
1300 nv10_gr_fini(struct nvkm_object *object, bool suspend) in nv10_gr_fini()
Dgf100.c143 gf100_fermi_mthd_zbc_color(struct nvkm_object *object, void *data, u32 size) in gf100_fermi_mthd_zbc_color()
189 gf100_fermi_mthd_zbc_depth(struct nvkm_object *object, void *data, u32 size) in gf100_fermi_mthd_zbc_depth()
213 gf100_fermi_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in gf100_fermi_mthd()
236 gf100_gr_set_shader_exceptions(struct nvkm_object *object, u32 mthd, in gf100_gr_set_shader_exceptions()
361 gf100_gr_context_dtor(struct nvkm_object *object) in gf100_gr_context_dtor()
1412 gf100_gr_init(struct nvkm_object *object) in gf100_gr_init()
1557 gf100_gr_dtor(struct nvkm_object *object) in gf100_gr_dtor()
Dnv40.c156 nv40_gr_context_fini(struct nvkm_object *object, bool suspend) in nv40_gr_context_fini()
366 nv40_gr_init(struct nvkm_object *object) in nv40_gr_init()
Dnv30.c153 nv30_gr_init(struct nvkm_object *object) in nv30_gr_init()
Dgm204.c252 gm204_gr_init(struct nvkm_object *object) in gm204_gr_init()
Dgk104.c196 gk104_gr_init(struct nvkm_object *object) in gk104_gr_init()
Dgm107.c323 gm107_gr_init(struct nvkm_object *object) in gm107_gr_init()
Dnv50.c905 nv50_gr_init(struct nvkm_object *object) in nv50_gr_init()
/linux-4.1.27/drivers/acpi/acpica/
Dutdelete.c72 static void acpi_ut_delete_internal_obj(union acpi_operand_object *object) in acpi_ut_delete_internal_obj()
383 acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action) in acpi_ut_update_ref_count()
493 acpi_ut_update_object_reference(union acpi_operand_object *object, u16 action) in acpi_ut_update_object_reference()
691 void acpi_ut_add_reference(union acpi_operand_object *object) in acpi_ut_add_reference()
724 void acpi_ut_remove_reference(union acpi_operand_object *object) in acpi_ut_remove_reference()
Dutobject.c93 union acpi_operand_object *object; in acpi_ut_create_internal_object_dbg() local
335 u8 acpi_ut_valid_internal_object(void *object) in acpi_ut_valid_internal_object()
385 union acpi_operand_object *object; in acpi_ut_allocate_object_desc_dbg() local
419 void acpi_ut_delete_object_desc(union acpi_operand_object *object) in acpi_ut_delete_object_desc()
Ddsmthdat.c316 union acpi_operand_object *object, in acpi_ds_method_data_set_value()
375 union acpi_operand_object *object; in acpi_ds_method_data_get_value() local
479 union acpi_operand_object *object; in acpi_ds_method_data_delete_value() local
689 union acpi_operand_object *object; in acpi_ds_method_data_get_type() local
Dutdecode.c255 char *acpi_ut_get_node_name(void *object) in acpi_ut_get_node_name()
321 char *acpi_ut_get_descriptor_name(void *object) in acpi_ut_get_descriptor_name()
362 const char *acpi_ut_get_reference_name(union acpi_operand_object *object) in acpi_ut_get_reference_name()
Dutcache.c188 acpi_os_release_object(struct acpi_memory_list * cache, void *object) in acpi_os_release_object()
246 void *object; in acpi_os_acquire_object() local
Ddswstate.c72 acpi_ds_result_pop(union acpi_operand_object **object, in acpi_ds_result_pop()
146 acpi_ds_result_push(union acpi_operand_object * object, in acpi_ds_result_push()
310 acpi_ds_obj_stack_push(void *object, struct acpi_walk_state * walk_state) in acpi_ds_obj_stack_push()
Dexresop.c75 acpi_object_type this_type, void *object) in acpi_ex_check_object_type()
Dutstate.c192 union acpi_generic_state *acpi_ut_create_update_state(union acpi_operand_object in acpi_ut_create_update_state()
Dnsobject.c74 union acpi_operand_object *object, acpi_object_type type) in acpi_ns_attach_object()
Dutmisc.c192 acpi_ut_create_update_state_and_push(union acpi_operand_object *object, in acpi_ut_create_update_state_and_push()
Dacobject.h335 void *object; /* name_op=>HANDLE to obj, index_op=>union acpi_operand_object */ member
456 union acpi_operand_object object; member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dnv04.c33 nv04_instobj_rd32(struct nvkm_object *object, u64 addr) in nv04_instobj_rd32()
41 nv04_instobj_wr32(struct nvkm_object *object, u64 addr, u32 data) in nv04_instobj_wr32()
49 nv04_instobj_dtor(struct nvkm_object *object) in nv04_instobj_dtor()
110 nv04_instmem_rd32(struct nvkm_object *object, u64 addr) in nv04_instmem_rd32()
116 nv04_instmem_wr32(struct nvkm_object *object, u64 addr, u32 data) in nv04_instmem_wr32()
122 nv04_instmem_dtor(struct nvkm_object *object) in nv04_instmem_dtor()
Dnv50.c44 nv50_instobj_rd32(struct nvkm_object *object, u64 offset) in nv50_instobj_rd32()
64 nv50_instobj_wr32(struct nvkm_object *object, u64 offset, u32 data) in nv50_instobj_wr32()
82 nv50_instobj_dtor(struct nvkm_object *object) in nv50_instobj_dtor()
135 nv50_instmem_fini(struct nvkm_object *object, bool suspend) in nv50_instmem_fini()
Dbase.c33 _nvkm_instobj_dtor(struct nvkm_object *object) in _nvkm_instobj_dtor()
80 _nvkm_instmem_fini(struct nvkm_object *object, bool suspend) in _nvkm_instmem_fini()
107 _nvkm_instmem_init(struct nvkm_object *object) in _nvkm_instmem_init()
Dnv40.c34 nv40_instmem_rd32(struct nvkm_object *object, u64 addr) in nv40_instmem_rd32()
41 nv40_instmem_wr32(struct nvkm_object *object, u64 addr, u32 data) in nv40_instmem_wr32()
Dgk20a.c107 gk20a_instobj_rd32(struct nvkm_object *object, u64 offset) in gk20a_instobj_rd32()
127 gk20a_instobj_wr32(struct nvkm_object *object, u64 offset, u32 data) in gk20a_instobj_wr32()
189 gk20a_instobj_dtor(struct nvkm_object *object) in gk20a_instobj_dtor()
382 gk20a_instmem_fini(struct nvkm_object *object, bool suspend) in gk20a_instmem_fini()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dbase.c37 nvkm_fifo_event_ctor(struct nvkm_object *object, void *data, u32 size, in nvkm_fifo_event_ctor()
134 _nvkm_fifo_channel_dtor(struct nvkm_object *object) in _nvkm_fifo_channel_dtor()
141 _nvkm_fifo_channel_map(struct nvkm_object *object, u64 *addr, u32 *size) in _nvkm_fifo_channel_map()
150 _nvkm_fifo_channel_rd32(struct nvkm_object *object, u64 addr) in _nvkm_fifo_channel_rd32()
162 _nvkm_fifo_channel_wr32(struct nvkm_object *object, u64 addr, u32 data) in _nvkm_fifo_channel_wr32()
174 nvkm_fifo_uevent_ctor(struct nvkm_object *object, void *data, u32 size, in nvkm_fifo_uevent_ctor()
200 _nvkm_fifo_channel_ntfy(struct nvkm_object *object, u32 type, in _nvkm_fifo_channel_ntfy()
218 nvkm_fifo_chid(struct nvkm_fifo *priv, struct nvkm_object *object) in nvkm_fifo_chid()
Dnv50.c72 nv50_fifo_context_attach(struct nvkm_object *parent, struct nvkm_object *object) in nv50_fifo_context_attach()
103 struct nvkm_object *object) in nv50_fifo_context_detach()
159 struct nvkm_object *object, u32 handle) in nv50_fifo_object_attach()
313 nv50_fifo_chan_dtor(struct nvkm_object *object) in nv50_fifo_chan_dtor()
321 nv50_fifo_chan_init(struct nvkm_object *object) in nv50_fifo_chan_init()
340 nv50_fifo_chan_fini(struct nvkm_object *object, bool suspend) in nv50_fifo_chan_fini()
426 nv50_fifo_context_dtor(struct nvkm_object *object) in nv50_fifo_context_dtor()
487 nv50_fifo_dtor(struct nvkm_object *object) in nv50_fifo_dtor()
498 nv50_fifo_init(struct nvkm_object *object) in nv50_fifo_init()
Dnv04.c56 struct nvkm_object *object, u32 handle) in nv04_fifo_object_attach()
103 struct nvkm_object *object) in nv04_fifo_context_attach()
160 nv04_fifo_chan_dtor(struct nvkm_object *object) in nv04_fifo_chan_dtor()
174 nv04_fifo_chan_init(struct nvkm_object *object) in nv04_fifo_chan_init()
193 nv04_fifo_chan_fini(struct nvkm_object *object, bool suspend) in nv04_fifo_chan_fini()
587 nv04_fifo_dtor(struct nvkm_object *object) in nv04_fifo_dtor()
597 nv04_fifo_init(struct nvkm_object *object) in nv04_fifo_init()
Dg84.c42 g84_fifo_context_attach(struct nvkm_object *parent, struct nvkm_object *object) in g84_fifo_context_attach()
81 struct nvkm_object *object) in g84_fifo_context_detach()
129 struct nvkm_object *object, u32 handle) in g84_fifo_object_attach()
310 g84_fifo_chan_init(struct nvkm_object *object) in g84_fifo_chan_init()
Dgk104.c129 struct nvkm_object *object) in gk104_fifo_context_attach()
170 struct nvkm_object *object) in gk104_fifo_context_detach()
286 gk104_fifo_chan_init(struct nvkm_object *object) in gk104_fifo_chan_init()
311 gk104_fifo_chan_fini(struct nvkm_object *object, bool suspend) in gk104_fifo_chan_fini()
380 gk104_fifo_context_dtor(struct nvkm_object *object) in gk104_fifo_context_dtor()
722 struct nvkm_object *engctx = NULL, *object; in gk104_fifo_intr_fault() local
1011 gk104_fifo_fini(struct nvkm_object *object, bool suspend) in gk104_fifo_fini()
1026 gk104_fifo_init(struct nvkm_object *object) in gk104_fifo_init()
1061 gk104_fifo_dtor(struct nvkm_object *object) in gk104_fifo_dtor()
Dgf100.c109 struct nvkm_object *object) in gf100_fifo_context_attach()
146 struct nvkm_object *object) in gf100_fifo_context_detach()
251 gf100_fifo_chan_init(struct nvkm_object *object) in gf100_fifo_chan_init()
276 gf100_fifo_chan_fini(struct nvkm_object *object, bool suspend) in gf100_fifo_chan_fini()
348 gf100_fifo_context_dtor(struct nvkm_object *object) in gf100_fifo_context_dtor()
608 struct nvkm_object *engctx = NULL, *object; in gf100_fifo_intr_fault() local
904 gf100_fifo_dtor(struct nvkm_object *object) in gf100_fifo_dtor()
917 gf100_fifo_init(struct nvkm_object *object) in gf100_fifo_init()
Dnv40.c69 struct nvkm_object *object, u32 handle) in nv40_fifo_object_attach()
296 nv40_fifo_init(struct nvkm_object *object) in nv40_fifo_init()
Dnv17.c177 nv17_fifo_init(struct nvkm_object *object) in nv17_fifo_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dbase.c37 nvkm_disp_vblank_ctor(struct nvkm_object *object, void *data, u32 size, in nvkm_disp_vblank_ctor()
67 nvkm_disp_hpd_ctor(struct nvkm_object *object, void *data, u32 size, in nvkm_disp_hpd_ctor()
101 nvkm_disp_ntfy(struct nvkm_object *object, u32 type, struct nvkm_event **event) in nvkm_disp_ntfy()
118 _nvkm_disp_fini(struct nvkm_object *object, bool suspend) in _nvkm_disp_fini()
141 _nvkm_disp_init(struct nvkm_object *object) in _nvkm_disp_init()
168 _nvkm_disp_dtor(struct nvkm_object *object) in _nvkm_disp_dtor()
194 struct nvkm_object *object; in nvkm_disp_create_() local
Doutp.c33 _nvkm_output_fini(struct nvkm_object *object, bool suspend) in _nvkm_output_fini()
41 _nvkm_output_init(struct nvkm_object *object) in _nvkm_output_init()
51 _nvkm_output_dtor(struct nvkm_object *object) in _nvkm_output_dtor()
Dconn.c55 _nvkm_connector_fini(struct nvkm_object *object, bool suspend) in _nvkm_connector_fini()
63 _nvkm_connector_init(struct nvkm_object *object) in _nvkm_connector_init()
73 _nvkm_connector_dtor(struct nvkm_object *object) in _nvkm_connector_dtor()
Dnv50.c115 nv50_disp_chan_uevent_ctor(struct nvkm_object *object, void *data, u32 size, in nv50_disp_chan_uevent_ctor()
142 nv50_disp_chan_ntfy(struct nvkm_object *object, u32 type, in nv50_disp_chan_ntfy()
157 nv50_disp_chan_map(struct nvkm_object *object, u64 *addr, u32 *size) in nv50_disp_chan_map()
167 nv50_disp_chan_rd32(struct nvkm_object *object, u64 addr) in nv50_disp_chan_rd32()
175 nv50_disp_chan_wr32(struct nvkm_object *object, u64 addr, u32 data) in nv50_disp_chan_wr32()
188 struct nvkm_object *object, u32 name) in nv50_disp_dmac_object_attach()
249 nv50_disp_dmac_dtor(struct nvkm_object *object) in nv50_disp_dmac_dtor()
257 nv50_disp_dmac_init(struct nvkm_object *object) in nv50_disp_dmac_init()
290 nv50_disp_dmac_fini(struct nvkm_object *object, bool suspend) in nv50_disp_dmac_fini()
517 nv50_disp_core_init(struct nvkm_object *object) in nv50_disp_core_init()
[all …]
Dgf110.c75 struct nvkm_object *object, u32 name) in gf110_disp_dmac_object_attach()
92 gf110_disp_dmac_init(struct nvkm_object *object) in gf110_disp_dmac_init()
125 gf110_disp_dmac_fini(struct nvkm_object *object, bool suspend) in gf110_disp_dmac_fini()
293 gf110_disp_core_init(struct nvkm_object *object) in gf110_disp_core_init()
324 gf110_disp_core_fini(struct nvkm_object *object, bool suspend) in gf110_disp_core_fini()
540 gf110_disp_pioc_init(struct nvkm_object *object) in gf110_disp_pioc_init()
566 gf110_disp_pioc_fini(struct nvkm_object *object, bool suspend) in gf110_disp_pioc_fini()
658 gf110_disp_main_init(struct nvkm_object *object) in gf110_disp_main_init()
727 gf110_disp_main_fini(struct nvkm_object *object, bool suspend) in gf110_disp_main_fini()
Doutpdp.c187 _nvkm_output_dp_fini(struct nvkm_object *object, bool suspend) in _nvkm_output_dp_fini()
196 _nvkm_output_dp_init(struct nvkm_object *object) in _nvkm_output_dp_init()
204 _nvkm_output_dp_dtor(struct nvkm_object *object) in _nvkm_output_dp_dtor()
Dnv04.c37 nv04_disp_scanoutpos(struct nvkm_object *object, struct nv04_disp_priv *priv, in nv04_disp_scanoutpos()
78 nv04_disp_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nv04_disp_mthd()
/linux-4.1.27/include/linux/
Dkasan.h69 void *object) {} in kasan_unpoison_object_data()
71 void *object) {} in kasan_poison_object_data()
76 static inline void kasan_kmalloc(struct kmem_cache *s, const void *object, in kasan_kmalloc()
78 static inline void kasan_krealloc(const void *object, size_t new_size) {} in kasan_krealloc()
80 static inline void kasan_slab_alloc(struct kmem_cache *s, void *object) {} in kasan_slab_alloc()
81 static inline void kasan_slab_free(struct kmem_cache *s, void *object) {} in kasan_slab_free()
Dfscache-cache.h91 struct fscache_object *object; /* object to be operated upon */ member
398 static inline bool fscache_object_is_live(struct fscache_object *object) in fscache_object_is_live()
403 static inline bool fscache_object_is_dying(struct fscache_object *object) in fscache_object_is_dying()
408 static inline bool fscache_object_is_available(struct fscache_object *object) in fscache_object_is_available()
413 static inline bool fscache_object_is_active(struct fscache_object *object) in fscache_object_is_active()
420 static inline bool fscache_object_is_dead(struct fscache_object *object) in fscache_object_is_dead()
445 static inline void fscache_object_lookup_error(struct fscache_object *object) in fscache_object_lookup_error()
462 void fscache_set_store_limit(struct fscache_object *object, loff_t i_size) in fscache_set_store_limit()
497 static inline bool fscache_use_cookie(struct fscache_object *object) in fscache_use_cookie()
520 static inline void fscache_unuse_cookie(struct fscache_object *object) in fscache_unuse_cookie()
Dkmemcheck.h103 kmemcheck_slab_alloc(struct kmem_cache *s, gfp_t gfpflags, void *object, in kmemcheck_slab_alloc()
108 static inline void kmemcheck_slab_free(struct kmem_cache *s, void *object, in kmemcheck_slab_free()
Ddebugobjects.h31 void *object; member
Dhil_mlc.h97 } object; member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/sw/
Dnv50.c39 nv50_sw_mthd_dma_vblsem(struct nvkm_object *object, u32 mthd, in nv50_sw_mthd_dma_vblsem()
61 nv50_sw_mthd_vblsem_offset(struct nvkm_object *object, u32 mthd, in nv50_sw_mthd_vblsem_offset()
70 nv50_sw_mthd_vblsem_value(struct nvkm_object *object, u32 mthd, in nv50_sw_mthd_vblsem_value()
79 nv50_sw_mthd_vblsem_release(struct nvkm_object *object, u32 mthd, in nv50_sw_mthd_vblsem_release()
92 nv50_sw_mthd_flip(struct nvkm_object *object, u32 mthd, void *args, u32 size) in nv50_sw_mthd_flip()
144 nv50_sw_context_dtor(struct nvkm_object *object) in nv50_sw_context_dtor()
Dgf100.c33 gf100_sw_mthd_vblsem_offset(struct nvkm_object *object, u32 mthd, in gf100_sw_mthd_vblsem_offset()
49 gf100_sw_mthd_mp_control(struct nvkm_object *object, u32 mthd, in gf100_sw_mthd_mp_control()
Dnv04.c40 nv04_sw_set_ref(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nv04_sw_set_ref()
49 nv04_sw_flip(struct nvkm_object *object, u32 mthd, void *args, u32 size) in nv04_sw_flip()
Dnv10.c39 nv10_sw_flip(struct nvkm_object *object, u32 mthd, void *args, u32 size) in nv10_sw_flip()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/pm/
Dbase.c106 nvkm_perfctr_query(struct nvkm_object *object, void *data, u32 size) in nvkm_perfctr_query()
165 nvkm_perfctr_sample(struct nvkm_object *object, void *data, u32 size) in nvkm_perfctr_sample()
218 nvkm_perfctr_read(struct nvkm_object *object, void *data, u32 size) in nvkm_perfctr_read()
241 nvkm_perfctr_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_perfctr_mthd()
257 nvkm_perfctr_dtor(struct nvkm_object *object) in nvkm_perfctr_dtor()
332 nvkm_perfctx_dtor(struct nvkm_object *object) in nvkm_perfctx_dtor()
434 _nvkm_pm_fini(struct nvkm_object *object, bool suspend) in _nvkm_pm_fini()
441 _nvkm_pm_init(struct nvkm_object *object) in _nvkm_pm_init()
448 _nvkm_pm_dtor(struct nvkm_object *object) in _nvkm_pm_dtor()
Dgt215.c58 struct nvkm_object **object) in gt215_pm_ctor()
Dgf100.c92 gf100_pm_fini(struct nvkm_object *object, bool suspend) in gf100_pm_fini()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dbase.c31 _nvkm_devinit_fini(struct nvkm_object *object, bool suspend) in _nvkm_devinit_fini()
46 _nvkm_devinit_init(struct nvkm_object *object) in _nvkm_devinit_init()
66 _nvkm_devinit_dtor(struct nvkm_object *object) in _nvkm_devinit_dtor()
Dnv04.c391 nv04_devinit_fini(struct nvkm_object *object, bool suspend) in nv04_devinit_fini()
411 nv04_devinit_init(struct nvkm_object *object) in nv04_devinit_init()
431 nv04_devinit_dtor(struct nvkm_object *object) in nv04_devinit_dtor()
Dnv50.c93 nv50_devinit_init(struct nvkm_object *object) in nv50_devinit_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/
Dfalcon.c47 _nvkm_falcon_rd32(struct nvkm_object *object, u64 addr) in _nvkm_falcon_rd32()
54 _nvkm_falcon_wr32(struct nvkm_object *object, u64 addr, u32 data) in _nvkm_falcon_wr32()
71 _nvkm_falcon_init(struct nvkm_object *object) in _nvkm_falcon_init()
241 _nvkm_falcon_fini(struct nvkm_object *object, bool suspend) in _nvkm_falcon_fini()
Dxtensa.c28 _nvkm_xtensa_rd32(struct nvkm_object *object, u64 addr) in _nvkm_xtensa_rd32()
35 _nvkm_xtensa_wr32(struct nvkm_object *object, u64 addr, u32 data) in _nvkm_xtensa_wr32()
95 _nvkm_xtensa_init(struct nvkm_object *object) in _nvkm_xtensa_init()
161 _nvkm_xtensa_fini(struct nvkm_object *object, bool suspend) in _nvkm_xtensa_fini()
/linux-4.1.27/security/keys/
Dkeyring.c48 void *object = assoc_array_ptr_to_leaf(x); in keyring_ptr_to_key() local
272 static unsigned long keyring_get_object_key_chunk(const void *object, int level) in keyring_get_object_key_chunk()
278 static bool keyring_compare_object(const void *object, const void *data) in keyring_compare_object()
293 static int keyring_diff_objects(const void *object, const void *data) in keyring_diff_objects()
360 static void keyring_free_object(void *object) in keyring_free_object()
424 static int keyring_read_iterator(const void *object, void *data) in keyring_read_iterator()
525 static int keyring_search_iterator(const void *object, void *iterator_data) in keyring_search_iterator()
598 const void *object; in search_keyring() local
937 const void *object; in find_key_to_update() local
1025 static int keyring_detect_cycle_iterator(const void *object, in keyring_detect_cycle_iterator()
[all …]
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
Dbase.c67 nvkm_barobj_dtor(struct nvkm_object *object) in nvkm_barobj_dtor()
80 nvkm_barobj_rd32(struct nvkm_object *object, u64 addr) in nvkm_barobj_rd32()
87 nvkm_barobj_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_barobj_wr32()
140 _nvkm_bar_dtor(struct nvkm_object *object) in _nvkm_bar_dtor()
Dnv50.c212 nv50_bar_dtor(struct nvkm_object *object) in nv50_bar_dtor()
229 nv50_bar_init(struct nvkm_object *object) in nv50_bar_init()
256 nv50_bar_fini(struct nvkm_object *object, bool suspend) in nv50_bar_fini()
Dgf100.c172 gf100_bar_dtor(struct nvkm_object *object) in gf100_bar_dtor()
191 gf100_bar_init(struct nvkm_object *object) in gf100_bar_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dbase.c53 _nvkm_fb_fini(struct nvkm_object *object, bool suspend) in _nvkm_fb_fini()
68 _nvkm_fb_init(struct nvkm_object *object) in _nvkm_fb_init()
90 _nvkm_fb_dtor(struct nvkm_object *object) in _nvkm_fb_dtor()
Dgf100.c53 gf100_fb_init(struct nvkm_object *object) in gf100_fb_init()
70 gf100_fb_dtor(struct nvkm_object *object) in gf100_fb_dtor()
Dnv50.c271 nv50_fb_dtor(struct nvkm_object *object) in nv50_fb_dtor()
286 nv50_fb_init(struct nvkm_object *object) in nv50_fb_init()
Dnv41.c39 nv41_fb_init(struct nvkm_object *object) in nv41_fb_init()
Dnv40.c46 nv40_fb_init(struct nvkm_object *object) in nv40_fb_init()
Dnv44.c48 nv44_fb_init(struct nvkm_object *object) in nv44_fb_init()
Dgk20a.c29 gk20a_fb_init(struct nvkm_object *object) in gk20a_fb_init()
Dnv04.c37 nv04_fb_init(struct nvkm_object *object) in nv04_fb_init()
Drammcp77.c66 mcp77_ram_init(struct nvkm_object *object) in mcp77_ram_init()
Dnv30.c92 nv30_fb_init(struct nvkm_object *object) in nv30_fb_init()
Dramgt215.c891 gt215_ram_init(struct nvkm_object *object) in gt215_ram_init()
906 gt215_ram_fini(struct nvkm_object *object, bool suspend) in gt215_ram_fini()
Dramgk104.c1309 gk104_ram_init(struct nvkm_object *object) in gk104_ram_init()
1430 gk104_ram_dtor(struct nvkm_object *object) in gk104_ram_dtor()
Dramgf100.c578 gf100_ram_init(struct nvkm_object *object) in gf100_ram_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
Dbase.c82 _nvkm_mc_fini(struct nvkm_object *object, bool suspend) in _nvkm_mc_fini()
90 _nvkm_mc_init(struct nvkm_object *object) in _nvkm_mc_init()
101 _nvkm_mc_dtor(struct nvkm_object *object) in _nvkm_mc_dtor()
Dnv44.c27 nv44_mc_init(struct nvkm_object *object) in nv44_mc_init()
Dnv50.c54 nv50_mc_init(struct nvkm_object *object) in nv50_mc_init()
Dnv04.c42 nv04_mc_init(struct nvkm_object *object) in nv04_mc_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Dclient.h8 struct nvif_object *object; /*XXX: hack for nvif_object() */ member
14 nvif_client(struct nvif_object *object) in nvif_client()
Ddevice.h9 struct nvif_object *object; /*XXX: hack for nvif_object() */ member
14 nvif_device(struct nvif_object *object) in nvif_device()
Dnotify.h5 struct nvif_object *object; member
Dobject.h8 struct nvif_object *object; /*XXX: hack for nvif_object() */ member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/
Dbase.c27 _nvkm_fuse_init(struct nvkm_object *object) in _nvkm_fuse_init()
34 _nvkm_fuse_dtor(struct nvkm_object *object) in _nvkm_fuse_dtor()
Dgm107.c31 gm107_fuse_rd32(struct nvkm_object *object, u64 addr) in gm107_fuse_rd32()
Dnv50.c33 nv50_fuse_rd32(struct nvkm_object *object, u64 addr) in nv50_fuse_rd32()
Dgf100.c33 gf100_fuse_rd32(struct nvkm_object *object, u64 addr) in gf100_fuse_rd32()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Dbase.c92 _nvkm_i2c_port_fini(struct nvkm_object *object, bool suspend) in _nvkm_i2c_port_fini()
101 _nvkm_i2c_port_dtor(struct nvkm_object *object) in _nvkm_i2c_port_dtor()
345 nvkm_i2c_intr_ctor(struct nvkm_object *object, void *data, u32 size, in nvkm_i2c_intr_ctor()
398 _nvkm_i2c_fini(struct nvkm_object *object, bool suspend) in _nvkm_i2c_fini()
427 _nvkm_i2c_init(struct nvkm_object *object) in _nvkm_i2c_init()
452 _nvkm_i2c_dtor(struct nvkm_object *object) in _nvkm_i2c_dtor()
478 struct nvkm_object *object; in nvkm_i2c_create_port() local
515 struct nvkm_object *object; in nvkm_i2c_create_() local
Dpadgm204.c32 gm204_i2c_pad_fini(struct nvkm_object *object, bool suspend) in gm204_i2c_pad_fini()
41 gm204_i2c_pad_init(struct nvkm_object *object) in gm204_i2c_pad_init()
Dpadg94.c32 g94_i2c_pad_fini(struct nvkm_object *object, bool suspend) in g94_i2c_pad_fini()
41 g94_i2c_pad_init(struct nvkm_object *object) in g94_i2c_pad_init()
Dpad.c27 _nvkm_i2c_pad_fini(struct nvkm_object *object, bool suspend) in _nvkm_i2c_pad_fini()
36 _nvkm_i2c_pad_init(struct nvkm_object *object) in _nvkm_i2c_pad_init()
Dnv50.c101 nv50_i2c_port_init(struct nvkm_object *object) in nv50_i2c_port_init()
/linux-4.1.27/mm/kasan/
Dkasan.c310 void kasan_unpoison_object_data(struct kmem_cache *cache, void *object) in kasan_unpoison_object_data()
315 void kasan_poison_object_data(struct kmem_cache *cache, void *object) in kasan_poison_object_data()
322 void kasan_slab_alloc(struct kmem_cache *cache, void *object) in kasan_slab_alloc()
327 void kasan_slab_free(struct kmem_cache *cache, void *object) in kasan_slab_free()
339 void kasan_kmalloc(struct kmem_cache *cache, const void *object, size_t size) in kasan_kmalloc()
377 void kasan_krealloc(const void *object, size_t size) in kasan_krealloc()
Dreport.c109 void *object; in print_address_description() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
Dnv04.c130 nv04_timer_fini(struct nvkm_object *object, bool suspend) in nv04_timer_fini()
140 nv04_timer_init(struct nvkm_object *object) in nv04_timer_init()
223 nv04_timer_dtor(struct nvkm_object *object) in nv04_timer_dtor()
Dgk20a.c27 gk20a_timer_init(struct nvkm_object *object) in gk20a_timer_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
Dbase.c123 nvkm_gpio_intr_ctor(struct nvkm_object *object, void *data, u32 size, in nvkm_gpio_intr_ctor()
162 _nvkm_gpio_fini(struct nvkm_object *object, bool suspend) in _nvkm_gpio_fini()
186 _nvkm_gpio_init(struct nvkm_object *object) in _nvkm_gpio_init()
202 _nvkm_gpio_dtor(struct nvkm_object *object) in _nvkm_gpio_dtor()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dbase.c285 _nvkm_therm_init(struct nvkm_object *object) in _nvkm_therm_init()
308 _nvkm_therm_fini(struct nvkm_object *object, bool suspend) in _nvkm_therm_fini()
362 _nvkm_therm_dtor(struct nvkm_object *object) in _nvkm_therm_dtor()
Dg84.c193 g84_therm_init(struct nvkm_object *object) in g84_therm_init()
245 g84_therm_fini(struct nvkm_object *object, bool suspend) in g84_therm_fini()
Dgt215.c44 gt215_therm_init(struct nvkm_object *object) in gt215_therm_init()
Dgf110.c119 gf110_therm_init(struct nvkm_object *object) in gf110_therm_init()
Dnv40.c207 nv40_therm_init(struct nvkm_object *object) in nv40_therm_init()
Dnv50.c180 nv50_therm_init(struct nvkm_object *object) in nv50_therm_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
Dnv31.c60 nv31_mpeg_mthd_dma(struct nvkm_object *object, u32 mthd, void *arg, u32 len) in nv31_mpeg_mthd_dma()
155 nv31_mpeg_context_dtor(struct nvkm_object *object) in nv31_mpeg_context_dtor()
259 nv31_mpeg_init(struct nvkm_object *object) in nv31_mpeg_init()
Dnv40.c33 nv40_mpeg_mthd_dma(struct nvkm_object *object, u32 mthd, void *arg, u32 len) in nv40_mpeg_mthd_dma()
Dnv44.c62 nv44_mpeg_context_fini(struct nvkm_object *object, bool suspend) in nv44_mpeg_context_fini()
Dnv50.c185 nv50_mpeg_init(struct nvkm_object *object) in nv50_mpeg_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
Dgt215.c28 gt215_pmu_init(struct nvkm_object *object) in gt215_pmu_init()
Dbase.c174 _nvkm_pmu_fini(struct nvkm_object *object, bool suspend) in _nvkm_pmu_fini()
185 _nvkm_pmu_init(struct nvkm_object *object) in _nvkm_pmu_init()
Dgk20a.c163 gk20a_pmu_fini(struct nvkm_object *object, bool suspend) in gk20a_pmu_fini()
174 gk20a_pmu_init(struct nvkm_object *object) in gk20a_pmu_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
Dgk104.c27 gk104_ltc_init(struct nvkm_object *object) in gk104_ltc_init()
Dgf100.c115 gf100_ltc_init(struct nvkm_object *object) in gf100_ltc_init()
133 gf100_ltc_dtor(struct nvkm_object *object) in gf100_ltc_dtor()
Dbase.c80 _nvkm_ltc_init(struct nvkm_object *object) in _nvkm_ltc_init()
Dgm107.c92 gm107_ltc_init(struct nvkm_object *object) in gm107_ltc_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
Dbase.c138 _nvkm_volt_init(struct nvkm_object *object) in _nvkm_volt_init()
159 _nvkm_volt_dtor(struct nvkm_object *object) in _nvkm_volt_dtor()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_usif.c257 usif_object_dtor(struct usif_object *object) in usif_object_dtor()
271 struct usif_object *object; in usif_object_new() local
303 struct usif_object *object; in usif_ioctl() local
367 struct usif_object *object, *otemp; in usif_client_fini() local
Dnouveau_chan.h40 struct nvif_object *object; member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dbase.c474 _nvkm_clk_fini(struct nvkm_object *object, bool suspend) in _nvkm_clk_fini()
482 _nvkm_clk_init(struct nvkm_object *object) in _nvkm_clk_init()
517 _nvkm_clk_dtor(struct nvkm_object *object) in _nvkm_clk_dtor()
535 bool allow_reclock, int length, void **object) in nvkm_clk_create_()
Dgk20a.c602 gk20a_clk_fini(struct nvkm_object *object, bool suspend) in gk20a_clk_fini()
615 gk20a_clk_init(struct nvkm_object *object) in gk20a_clk_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
Dgf100.c56 gf100_bus_init(struct nvkm_object *object) in gf100_bus_init()
Dnv31.c67 nv31_bus_init(struct nvkm_object *object) in nv31_bus_init()
Dnv50.c78 nv50_bus_init(struct nvkm_object *object) in nv50_bus_init()
Dnv04.c54 nv04_bus_init(struct nvkm_object *object) in nv04_bus_init()
/linux-4.1.27/include/drm/
Ddrm_global.h43 void *object; member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/msvld/
Dg98.c65 g98_msvld_init(struct nvkm_object *object) in g98_msvld_init()
Dgk104.c63 gk104_msvld_init(struct nvkm_object *object) in gk104_msvld_init()
Dgf100.c63 gf100_msvld_init(struct nvkm_object *object) in gf100_msvld_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/mspdec/
Dgk104.c63 gk104_mspdec_init(struct nvkm_object *object) in gk104_mspdec_init()
Dg98.c64 g98_mspdec_init(struct nvkm_object *object) in g98_mspdec_init()
Dgf100.c63 gf100_mspdec_init(struct nvkm_object *object) in gf100_mspdec_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/msppp/
Dg98.c64 g98_msppp_init(struct nvkm_object *object) in g98_msppp_init()
Dgf100.c63 gf100_msppp_init(struct nvkm_object *object) in gf100_msppp_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Dhandle.h19 struct nvkm_object *object; member
Dgpuobj.h13 struct nvkm_object object; member
Dparent.h12 struct nvkm_object object; member
Dsubdev.h10 struct nvkm_object object; member
Ddevice.h52 nv_device_match(struct nvkm_object *object, u16 dev, u16 ven, u16 sub) in nv_device_match()
Dobject.h34 struct nvkm_object *object = obj; in nv_object() local
/linux-4.1.27/drivers/gpu/drm/
Ddrm_global.c38 void *object; member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/ibus/
Dgk20a.c62 gk20a_ibus_init(struct nvkm_object *object) in gk20a_ibus_init()
Dgk104.c97 gk104_ibus_init(struct nvkm_object *object) in gk104_ibus_init()
/linux-4.1.27/lib/
Dassoc_array.c146 int (*iterator)(const void *object, in assoc_array_iterate()
999 void *object) in assoc_array_insert()
1063 void assoc_array_insert_set_object(struct assoc_array_edit *edit, void *object) in assoc_array_insert_set_object()
1487 bool (*iterator)(void *object, void *iterator_data), in assoc_array_gc()
/linux-4.1.27/drivers/input/serio/
Dserio.c160 void *object; member
191 static void serio_remove_duplicate_events(void *object, in serio_remove_duplicate_events()
258 static int serio_queue_event(void *object, struct module *owner, in serio_queue_event()
313 static void serio_remove_pending_events(void *object) in serio_remove_pending_events()
/linux-4.1.27/drivers/input/gameport/
Dgameport.c265 void *object; member
356 static int gameport_queue_event(void *object, struct module *owner, in gameport_queue_event()
411 static void gameport_remove_pending_events(void *object) in gameport_remove_pending_events()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ce/
Dgf100.c79 gf100_ce_init(struct nvkm_object *object) in gf100_ce_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dnv41.c132 nv41_mmu_init(struct nvkm_object *object) in nv41_mmu_init()
Dnv04.c128 nv04_mmu_dtor(struct nvkm_object *object) in nv04_mmu_dtor()
Dnv44.c209 nv44_mmu_init(struct nvkm_object *object) in nv44_mmu_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/cipher/
Dg84.c160 g84_cipher_init(struct nvkm_object *object) in g84_cipher_init()
/linux-4.1.27/drivers/acpi/
Dprocessor_pdc.c28 union acpi_object object = { 0 }; in processor_physically_present() local
Dacpi_processor.c215 union acpi_object object = { 0 }; in acpi_processor_get_info() local
/linux-4.1.27/drivers/input/touchscreen/
Datmel_mxt_ts.c665 struct mxt_object *object; in mxt_get_object() local
714 struct mxt_object *object; in mxt_write_object() local
1241 struct mxt_object *object; in mxt_prepare_cfg_mem() local
1598 struct mxt_object *object = object_table + i; in mxt_get_object_table() local
1704 struct mxt_object *object; in mxt_read_t9_resolution() local
1750 struct mxt_object *object; in mxt_read_t100_config() local
2104 struct mxt_object *object, int instance, in mxt_show_instance()
2125 struct mxt_object *object; in mxt_object_show() local
/linux-4.1.27/drivers/xen/
Dxen-acpi-cpuhotplug.c47 union acpi_object object = { 0 }; in xen_acpi_processor_enable() local
Dxen-acpi-processor.c338 union acpi_object object = { 0 }; in read_acpi_id() local
/linux-4.1.27/tools/usb/usbip/libsrc/
Dusbip_common.c175 #define READ_ATTR(object, type, dev, name, format) \ argument
/linux-4.1.27/security/smack/
Dsmack_access.c125 int smk_access(struct smack_known *subject, struct smack_known *object, in smk_access()
Dsmack.h217 char *object; member
/linux-4.1.27/drivers/base/
Dcacheinfo.c228 #define show_one(file_name, object) \ argument
/linux-4.1.27/net/core/
Dflow.c39 struct flow_cache_object *object; member
/linux-4.1.27/drivers/cpufreq/
Dcpufreq.c505 #define show_one(file_name, object) \ argument
535 #define store_one(file_name, object) \ argument
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlu_object.h789 #define LU_OBJECT_DEBUG(mask, env, object, format, ...) \ argument
802 #define LU_OBJECT_HEADER(mask, env, object, format, ...) \ argument
/linux-4.1.27/drivers/isdn/hardware/eicon/
Dplatform.h254 void *object; member

12