/linux-4.1.27/arch/parisc/math-emu/ |
D | float.h | 61 #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 …]
|
D | fpbits.h | 53 #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
|
D | cnv_float.h | 33 #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
|
D | sgl_float.h | 32 #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
|
D | dbl_float.h | 31 #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/ |
D | object.c | 149 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 …]
|
D | operation.c | 64 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 …]
|
D | cookie.c | 193 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
|
D | page.c | 143 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
|
D | cache.c | 98 struct fscache_object *object; in fscache_select_cache_for_object() local 332 struct fscache_object *object; in fscache_withdraw_all_objects() local
|
D | internal.h | 116 #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/ |
D | object.c | 37 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 …]
|
D | ioctl.c | 36 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 …]
|
D | engctx.c | 127 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()
|
D | subdev.c | 31 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()
|
D | gpuobj.c | 148 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()
|
D | client.c | 91 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()
|
D | namedb.c | 87 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
|
D | parent.c | 115 struct nvkm_parent *object; in nvkm_parent_create_() local 156 _nvkm_parent_dtor(struct nvkm_object *object) in _nvkm_parent_dtor()
|
D | handle.c | 99 struct nvkm_object *object, struct nvkm_handle **phandle) in nvkm_handle_create() 174 struct nvkm_object *object = NULL; in nvkm_handle_ref() local
|
D | printk.c | 31 nv_printk_(struct nvkm_object *object, int level, const char *fmt, ...) in nv_printk_()
|
D | notify.c | 132 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/ |
D | base.c | 73 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()
|
D | shadow.c | 55 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/ |
D | interface.c | 31 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
|
D | rdwr.c | 29 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 …]
|
D | xattr.c | 29 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()
|
D | namei.c | 31 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
|
D | main.c | 45 struct cachefiles_object *object = _object; in cachefiles_object_init_once() local
|
D | internal.h | 110 struct cachefiles_object *object; member 263 #define cachefiles_io_error_obj(object, FMT, ...) \ argument
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvif/ |
D | object.c | 31 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 …]
|
D | notify.c | 35 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/ |
D | base.c | 80 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 …]
|
D | ctrl.c | 34 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/ |
D | kmemleak.c | 295 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 …]
|
D | kmemcheck.c | 60 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()
|
D | slub.c | 229 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/ |
D | hpimsginit.c | 37 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/ |
D | nv04.c | 447 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 …]
|
D | nv20.c | 103 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()
|
D | nv10.c | 478 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()
|
D | gf100.c | 143 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()
|
D | nv40.c | 156 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()
|
D | nv30.c | 153 nv30_gr_init(struct nvkm_object *object) in nv30_gr_init()
|
D | gm204.c | 252 gm204_gr_init(struct nvkm_object *object) in gm204_gr_init()
|
D | gk104.c | 196 gk104_gr_init(struct nvkm_object *object) in gk104_gr_init()
|
D | gm107.c | 323 gm107_gr_init(struct nvkm_object *object) in gm107_gr_init()
|
D | nv50.c | 905 nv50_gr_init(struct nvkm_object *object) in nv50_gr_init()
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | utdelete.c | 72 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()
|
D | utobject.c | 93 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()
|
D | dsmthdat.c | 316 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
|
D | utdecode.c | 255 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()
|
D | utcache.c | 188 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
|
D | dswstate.c | 72 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()
|
D | exresop.c | 75 acpi_object_type this_type, void *object) in acpi_ex_check_object_type()
|
D | utstate.c | 192 union acpi_generic_state *acpi_ut_create_update_state(union acpi_operand_object in acpi_ut_create_update_state()
|
D | nsobject.c | 74 union acpi_operand_object *object, acpi_object_type type) in acpi_ns_attach_object()
|
D | utmisc.c | 192 acpi_ut_create_update_state_and_push(union acpi_operand_object *object, in acpi_ut_create_update_state_and_push()
|
D | acobject.h | 335 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/ |
D | nv04.c | 33 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()
|
D | nv50.c | 44 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()
|
D | base.c | 33 _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()
|
D | nv40.c | 34 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()
|
D | gk20a.c | 107 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/ |
D | base.c | 37 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()
|
D | nv50.c | 72 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()
|
D | nv04.c | 56 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()
|
D | g84.c | 42 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()
|
D | gk104.c | 129 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()
|
D | gf100.c | 109 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()
|
D | nv40.c | 69 struct nvkm_object *object, u32 handle) in nv40_fifo_object_attach() 296 nv40_fifo_init(struct nvkm_object *object) in nv40_fifo_init()
|
D | nv17.c | 177 nv17_fifo_init(struct nvkm_object *object) in nv17_fifo_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | base.c | 37 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
|
D | outp.c | 33 _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()
|
D | conn.c | 55 _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()
|
D | nv50.c | 115 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 …]
|
D | gf110.c | 75 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()
|
D | outpdp.c | 187 _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()
|
D | nv04.c | 37 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/ |
D | kasan.h | 69 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()
|
D | fscache-cache.h | 91 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()
|
D | kmemcheck.h | 103 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()
|
D | debugobjects.h | 31 void *object; member
|
D | hil_mlc.h | 97 } object; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
D | nv50.c | 39 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()
|
D | gf100.c | 33 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()
|
D | nv04.c | 40 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()
|
D | nv10.c | 39 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/ |
D | base.c | 106 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()
|
D | gt215.c | 58 struct nvkm_object **object) in gt215_pm_ctor()
|
D | gf100.c | 92 gf100_pm_fini(struct nvkm_object *object, bool suspend) in gf100_pm_fini()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | base.c | 31 _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()
|
D | nv04.c | 391 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()
|
D | nv50.c | 93 nv50_devinit_init(struct nvkm_object *object) in nv50_devinit_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ |
D | falcon.c | 47 _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()
|
D | xtensa.c | 28 _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/ |
D | keyring.c | 48 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/ |
D | base.c | 67 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()
|
D | nv50.c | 212 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()
|
D | gf100.c | 172 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/ |
D | base.c | 53 _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()
|
D | gf100.c | 53 gf100_fb_init(struct nvkm_object *object) in gf100_fb_init() 70 gf100_fb_dtor(struct nvkm_object *object) in gf100_fb_dtor()
|
D | nv50.c | 271 nv50_fb_dtor(struct nvkm_object *object) in nv50_fb_dtor() 286 nv50_fb_init(struct nvkm_object *object) in nv50_fb_init()
|
D | nv41.c | 39 nv41_fb_init(struct nvkm_object *object) in nv41_fb_init()
|
D | nv40.c | 46 nv40_fb_init(struct nvkm_object *object) in nv40_fb_init()
|
D | nv44.c | 48 nv44_fb_init(struct nvkm_object *object) in nv44_fb_init()
|
D | gk20a.c | 29 gk20a_fb_init(struct nvkm_object *object) in gk20a_fb_init()
|
D | nv04.c | 37 nv04_fb_init(struct nvkm_object *object) in nv04_fb_init()
|
D | rammcp77.c | 66 mcp77_ram_init(struct nvkm_object *object) in mcp77_ram_init()
|
D | nv30.c | 92 nv30_fb_init(struct nvkm_object *object) in nv30_fb_init()
|
D | ramgt215.c | 891 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()
|
D | ramgk104.c | 1309 gk104_ram_init(struct nvkm_object *object) in gk104_ram_init() 1430 gk104_ram_dtor(struct nvkm_object *object) in gk104_ram_dtor()
|
D | ramgf100.c | 578 gf100_ram_init(struct nvkm_object *object) in gf100_ram_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
D | base.c | 82 _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()
|
D | nv44.c | 27 nv44_mc_init(struct nvkm_object *object) in nv44_mc_init()
|
D | nv50.c | 54 nv50_mc_init(struct nvkm_object *object) in nv50_mc_init()
|
D | nv04.c | 42 nv04_mc_init(struct nvkm_object *object) in nv04_mc_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | client.h | 8 struct nvif_object *object; /*XXX: hack for nvif_object() */ member 14 nvif_client(struct nvif_object *object) in nvif_client()
|
D | device.h | 9 struct nvif_object *object; /*XXX: hack for nvif_object() */ member 14 nvif_device(struct nvif_object *object) in nvif_device()
|
D | notify.h | 5 struct nvif_object *object; member
|
D | object.h | 8 struct nvif_object *object; /*XXX: hack for nvif_object() */ member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/ |
D | base.c | 27 _nvkm_fuse_init(struct nvkm_object *object) in _nvkm_fuse_init() 34 _nvkm_fuse_dtor(struct nvkm_object *object) in _nvkm_fuse_dtor()
|
D | gm107.c | 31 gm107_fuse_rd32(struct nvkm_object *object, u64 addr) in gm107_fuse_rd32()
|
D | nv50.c | 33 nv50_fuse_rd32(struct nvkm_object *object, u64 addr) in nv50_fuse_rd32()
|
D | gf100.c | 33 gf100_fuse_rd32(struct nvkm_object *object, u64 addr) in gf100_fuse_rd32()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | base.c | 92 _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
|
D | padgm204.c | 32 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()
|
D | padg94.c | 32 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()
|
D | pad.c | 27 _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()
|
D | nv50.c | 101 nv50_i2c_port_init(struct nvkm_object *object) in nv50_i2c_port_init()
|
/linux-4.1.27/mm/kasan/ |
D | kasan.c | 310 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()
|
D | report.c | 109 void *object; in print_address_description() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ |
D | nv04.c | 130 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()
|
D | gk20a.c | 27 gk20a_timer_init(struct nvkm_object *object) in gk20a_timer_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
D | base.c | 123 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/ |
D | base.c | 285 _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()
|
D | g84.c | 193 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()
|
D | gt215.c | 44 gt215_therm_init(struct nvkm_object *object) in gt215_therm_init()
|
D | gf110.c | 119 gf110_therm_init(struct nvkm_object *object) in gf110_therm_init()
|
D | nv40.c | 207 nv40_therm_init(struct nvkm_object *object) in nv40_therm_init()
|
D | nv50.c | 180 nv50_therm_init(struct nvkm_object *object) in nv50_therm_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
D | nv31.c | 60 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()
|
D | nv40.c | 33 nv40_mpeg_mthd_dma(struct nvkm_object *object, u32 mthd, void *arg, u32 len) in nv40_mpeg_mthd_dma()
|
D | nv44.c | 62 nv44_mpeg_context_fini(struct nvkm_object *object, bool suspend) in nv44_mpeg_context_fini()
|
D | nv50.c | 185 nv50_mpeg_init(struct nvkm_object *object) in nv50_mpeg_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
D | gt215.c | 28 gt215_pmu_init(struct nvkm_object *object) in gt215_pmu_init()
|
D | base.c | 174 _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()
|
D | gk20a.c | 163 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/ |
D | gk104.c | 27 gk104_ltc_init(struct nvkm_object *object) in gk104_ltc_init()
|
D | gf100.c | 115 gf100_ltc_init(struct nvkm_object *object) in gf100_ltc_init() 133 gf100_ltc_dtor(struct nvkm_object *object) in gf100_ltc_dtor()
|
D | base.c | 80 _nvkm_ltc_init(struct nvkm_object *object) in _nvkm_ltc_init()
|
D | gm107.c | 92 gm107_ltc_init(struct nvkm_object *object) in gm107_ltc_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
D | base.c | 138 _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/ |
D | nouveau_usif.c | 257 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
|
D | nouveau_chan.h | 40 struct nvif_object *object; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | base.c | 474 _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_()
|
D | gk20a.c | 602 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/ |
D | gf100.c | 56 gf100_bus_init(struct nvkm_object *object) in gf100_bus_init()
|
D | nv31.c | 67 nv31_bus_init(struct nvkm_object *object) in nv31_bus_init()
|
D | nv50.c | 78 nv50_bus_init(struct nvkm_object *object) in nv50_bus_init()
|
D | nv04.c | 54 nv04_bus_init(struct nvkm_object *object) in nv04_bus_init()
|
/linux-4.1.27/include/drm/ |
D | drm_global.h | 43 void *object; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/msvld/ |
D | g98.c | 65 g98_msvld_init(struct nvkm_object *object) in g98_msvld_init()
|
D | gk104.c | 63 gk104_msvld_init(struct nvkm_object *object) in gk104_msvld_init()
|
D | gf100.c | 63 gf100_msvld_init(struct nvkm_object *object) in gf100_msvld_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/mspdec/ |
D | gk104.c | 63 gk104_mspdec_init(struct nvkm_object *object) in gk104_mspdec_init()
|
D | g98.c | 64 g98_mspdec_init(struct nvkm_object *object) in g98_mspdec_init()
|
D | gf100.c | 63 gf100_mspdec_init(struct nvkm_object *object) in gf100_mspdec_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/msppp/ |
D | g98.c | 64 g98_msppp_init(struct nvkm_object *object) in g98_msppp_init()
|
D | gf100.c | 63 gf100_msppp_init(struct nvkm_object *object) in gf100_msppp_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | handle.h | 19 struct nvkm_object *object; member
|
D | gpuobj.h | 13 struct nvkm_object object; member
|
D | parent.h | 12 struct nvkm_object object; member
|
D | subdev.h | 10 struct nvkm_object object; member
|
D | device.h | 52 nv_device_match(struct nvkm_object *object, u16 dev, u16 ven, u16 sub) in nv_device_match()
|
D | object.h | 34 struct nvkm_object *object = obj; in nv_object() local
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_global.c | 38 void *object; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/ibus/ |
D | gk20a.c | 62 gk20a_ibus_init(struct nvkm_object *object) in gk20a_ibus_init()
|
D | gk104.c | 97 gk104_ibus_init(struct nvkm_object *object) in gk104_ibus_init()
|
/linux-4.1.27/lib/ |
D | assoc_array.c | 146 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/ |
D | serio.c | 160 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/ |
D | gameport.c | 265 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/ |
D | gf100.c | 79 gf100_ce_init(struct nvkm_object *object) in gf100_ce_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | nv41.c | 132 nv41_mmu_init(struct nvkm_object *object) in nv41_mmu_init()
|
D | nv04.c | 128 nv04_mmu_dtor(struct nvkm_object *object) in nv04_mmu_dtor()
|
D | nv44.c | 209 nv44_mmu_init(struct nvkm_object *object) in nv44_mmu_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/cipher/ |
D | g84.c | 160 g84_cipher_init(struct nvkm_object *object) in g84_cipher_init()
|
/linux-4.1.27/drivers/acpi/ |
D | processor_pdc.c | 28 union acpi_object object = { 0 }; in processor_physically_present() local
|
D | acpi_processor.c | 215 union acpi_object object = { 0 }; in acpi_processor_get_info() local
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | atmel_mxt_ts.c | 665 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/ |
D | xen-acpi-cpuhotplug.c | 47 union acpi_object object = { 0 }; in xen_acpi_processor_enable() local
|
D | xen-acpi-processor.c | 338 union acpi_object object = { 0 }; in read_acpi_id() local
|
/linux-4.1.27/tools/usb/usbip/libsrc/ |
D | usbip_common.c | 175 #define READ_ATTR(object, type, dev, name, format) \ argument
|
/linux-4.1.27/security/smack/ |
D | smack_access.c | 125 int smk_access(struct smack_known *subject, struct smack_known *object, in smk_access()
|
D | smack.h | 217 char *object; member
|
/linux-4.1.27/drivers/base/ |
D | cacheinfo.c | 228 #define show_one(file_name, object) \ argument
|
/linux-4.1.27/net/core/ |
D | flow.c | 39 struct flow_cache_object *object; member
|
/linux-4.1.27/drivers/cpufreq/ |
D | cpufreq.c | 505 #define show_one(file_name, object) \ argument 535 #define store_one(file_name, object) \ argument
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 789 #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/ |
D | platform.h | 254 void *object; member
|