/drivers/gpu/drm/nouveau/core/core/ |
D | object.c | 39 struct nouveau_object *object; in nouveau_object_create_() local 73 nouveau_object_destroy(struct nouveau_object *object) in nouveau_object_destroy() 86 nouveau_object_init(struct nouveau_object *object) in nouveau_object_init() 92 nouveau_object_fini(struct nouveau_object *object, bool suspend) in nouveau_object_fini() 112 struct nouveau_object *object = NULL; in nouveau_object_ctor() local 140 nouveau_object_dtor(struct nouveau_object *object) in nouveau_object_dtor() 165 nouveau_object_inc(struct nouveau_object *object) in nouveau_object_inc() 218 nouveau_object_decf(struct nouveau_object *object) in nouveau_object_decf() 243 nouveau_object_decs(struct nouveau_object *object) in nouveau_object_decs() 295 nouveau_object_dec(struct nouveau_object *object, bool suspend) in nouveau_object_dec() [all …]
|
D | ioctl.c | 40 struct nouveau_object *object = handle->object; in nvkm_ioctl_nop() local 57 struct nouveau_object *object = handle->object; in nvkm_ioctl_sclass() local 95 struct nouveau_object *object = NULL; in nvkm_ioctl_new() local 187 struct nouveau_object *object = handle->object; in nvkm_ioctl_del() local 206 struct nouveau_object *object = handle->object; in nvkm_ioctl_mthd() local 228 struct nouveau_object *object = handle->object; in nvkm_ioctl_rd() local 270 struct nouveau_object *object = handle->object; in nvkm_ioctl_wr() local 313 struct nouveau_object *object = handle->object; in nvkm_ioctl_map() local 335 struct nouveau_object *object = handle->object; in nvkm_ioctl_unmap() local 352 struct nouveau_object *object = handle->object; in nvkm_ioctl_ntfy_new() local [all …]
|
D | engctx.c | 137 struct nouveau_object *object = nv_object(engctx); in nouveau_engctx_init() local 168 struct nouveau_object *object = nv_object(engctx); in nouveau_engctx_fini() local 208 _nouveau_engctx_dtor(struct nouveau_object *object) in _nouveau_engctx_dtor() 214 _nouveau_engctx_init(struct nouveau_object *object) in _nouveau_engctx_init() 221 _nouveau_engctx_fini(struct nouveau_object *object, bool suspend) in _nouveau_engctx_fini() 244 nouveau_engctx_put(struct nouveau_object *object) in nouveau_engctx_put()
|
D | gpuobj.c | 154 struct nouveau_gpuobj *object; in _nouveau_gpuobj_ctor() local 168 _nouveau_gpuobj_dtor(struct nouveau_object *object) in _nouveau_gpuobj_dtor() 174 _nouveau_gpuobj_init(struct nouveau_object *object) in _nouveau_gpuobj_init() 180 _nouveau_gpuobj_fini(struct nouveau_object *object, bool suspend) in _nouveau_gpuobj_fini() 186 _nouveau_gpuobj_rd32(struct nouveau_object *object, u64 addr) in _nouveau_gpuobj_rd32() 196 _nouveau_gpuobj_wr32(struct nouveau_object *object, u64 addr, u32 data) in _nouveau_gpuobj_wr32() 289 nouveau_gpudup_dtor(struct nouveau_object *object) in nouveau_gpudup_dtor()
|
D | subdev.c | 50 _nouveau_subdev_init(struct nouveau_object *object) in _nouveau_subdev_init() 67 _nouveau_subdev_fini(struct nouveau_object *object, bool suspend) in _nouveau_subdev_fini() 81 _nouveau_subdev_dtor(struct nouveau_object *object) in _nouveau_subdev_dtor()
|
/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()
|
/drivers/gpu/drm/nouveau/core/engine/device/ |
D | base.c | 80 nouveau_devobj_info(struct nouveau_object *object, void *data, u32 size) in nouveau_devobj_info() 149 nouveau_devobj_mthd(struct nouveau_object *object, u32 mthd, in nouveau_devobj_mthd() 162 nouveau_devobj_rd08(struct nouveau_object *object, u64 addr) in nouveau_devobj_rd08() 168 nouveau_devobj_rd16(struct nouveau_object *object, u64 addr) in nouveau_devobj_rd16() 174 nouveau_devobj_rd32(struct nouveau_object *object, u64 addr) in nouveau_devobj_rd32() 180 nouveau_devobj_wr08(struct nouveau_object *object, u64 addr, u8 data) in nouveau_devobj_wr08() 186 nouveau_devobj_wr16(struct nouveau_object *object, u64 addr, u16 data) in nouveau_devobj_wr16() 192 nouveau_devobj_wr32(struct nouveau_object *object, u64 addr, u32 data) in nouveau_devobj_wr32() 198 nouveau_devobj_map(struct nouveau_object *object, u64 *addr, u32 *size) in nouveau_devobj_map() 245 nouveau_devobj_dtor(struct nouveau_object *object) in nouveau_devobj_dtor() [all …]
|
D | ctrl.c | 36 nouveau_control_mthd_pstate_info(struct nouveau_object *object, in nouveau_control_mthd_pstate_info() 70 nouveau_control_mthd_pstate_attr(struct nouveau_object *object, in nouveau_control_mthd_pstate_attr() 144 nouveau_control_mthd_pstate_user(struct nouveau_object *object, in nouveau_control_mthd_pstate_user() 174 nouveau_control_mthd(struct nouveau_object *object, u32 mthd, in nouveau_control_mthd()
|
/drivers/gpu/drm/nouveau/core/engine/graph/ |
D | nv04.c | 452 nv04_graph_set_ctx1(struct nouveau_object *object, u32 mask, u32 value) in nv04_graph_set_ctx1() 468 nv04_graph_set_ctx_val(struct nouveau_object *object, u32 mask, u32 value) in nv04_graph_set_ctx_val() 516 nv04_graph_mthd_set_operation(struct nouveau_object *object, u32 mthd, in nv04_graph_mthd_set_operation() 533 nv04_graph_mthd_surf3d_clip_h(struct nouveau_object *object, u32 mthd, in nv04_graph_mthd_surf3d_clip_h() 554 nv04_graph_mthd_surf3d_clip_v(struct nouveau_object *object, u32 mthd, in nv04_graph_mthd_surf3d_clip_v() 575 nv04_graph_mthd_bind_class(struct nouveau_object *object, u32 *args, u32 size) in nv04_graph_mthd_bind_class() 583 nv04_graph_mthd_bind_surf2d(struct nouveau_object *object, u32 mthd, in nv04_graph_mthd_bind_surf2d() 600 nv04_graph_mthd_bind_surf2d_swzsurf(struct nouveau_object *object, u32 mthd, in nv04_graph_mthd_bind_surf2d_swzsurf() 621 nv01_graph_mthd_bind_patt(struct nouveau_object *object, u32 mthd, in nv01_graph_mthd_bind_patt() 636 nv04_graph_mthd_bind_patt(struct nouveau_object *object, u32 mthd, in nv04_graph_mthd_bind_patt() [all …]
|
/drivers/gpu/drm/nouveau/core/subdev/instmem/ |
D | nv04.c | 32 nv04_instobj_rd32(struct nouveau_object *object, u64 addr) in nv04_instobj_rd32() 39 nv04_instobj_wr32(struct nouveau_object *object, u64 addr, u32 data) in nv04_instobj_wr32() 46 nv04_instobj_dtor(struct nouveau_object *object) in nv04_instobj_dtor() 99 nv04_instmem_rd32(struct nouveau_object *object, u64 addr) in nv04_instmem_rd32() 105 nv04_instmem_wr32(struct nouveau_object *object, u64 addr, u32 data) in nv04_instmem_wr32() 111 nv04_instmem_dtor(struct nouveau_object *object) in nv04_instmem_dtor()
|
/drivers/gpu/drm/nouveau/core/engine/fifo/ |
D | base.c | 37 nouveau_fifo_event_ctor(struct nouveau_object *object, void *data, u32 size, in nouveau_fifo_event_ctor() 134 _nouveau_fifo_channel_dtor(struct nouveau_object *object) in _nouveau_fifo_channel_dtor() 141 _nouveau_fifo_channel_map(struct nouveau_object *object, u64 *addr, u32 *size) in _nouveau_fifo_channel_map() 150 _nouveau_fifo_channel_rd32(struct nouveau_object *object, u64 addr) in _nouveau_fifo_channel_rd32() 162 _nouveau_fifo_channel_wr32(struct nouveau_object *object, u64 addr, u32 data) in _nouveau_fifo_channel_wr32() 174 nouveau_fifo_uevent_ctor(struct nouveau_object *object, void *data, u32 size, in nouveau_fifo_uevent_ctor() 200 _nouveau_fifo_channel_ntfy(struct nouveau_object *object, u32 type, in _nouveau_fifo_channel_ntfy() 218 nouveau_fifo_chid(struct nouveau_fifo *priv, struct nouveau_object *object) in nouveau_fifo_chid()
|
D | nv50.c | 76 struct nouveau_object *object) in nv50_fifo_context_attach() 107 struct nouveau_object *object) in nv50_fifo_context_detach() 163 struct nouveau_object *object, u32 handle) in nv50_fifo_object_attach() 319 nv50_fifo_chan_dtor(struct nouveau_object *object) in nv50_fifo_chan_dtor() 327 nv50_fifo_chan_init(struct nouveau_object *object) in nv50_fifo_chan_init() 346 nv50_fifo_chan_fini(struct nouveau_object *object, bool suspend) in nv50_fifo_chan_fini() 433 nv50_fifo_context_dtor(struct nouveau_object *object) in nv50_fifo_context_dtor() 494 nv50_fifo_dtor(struct nouveau_object *object) in nv50_fifo_dtor() 505 nv50_fifo_init(struct nouveau_object *object) in nv50_fifo_init()
|
D | nv04.c | 62 struct nouveau_object *object, u32 handle) in nv04_fifo_object_attach() 109 struct nouveau_object *object) in nv04_fifo_context_attach() 166 nv04_fifo_chan_dtor(struct nouveau_object *object) in nv04_fifo_chan_dtor() 180 nv04_fifo_chan_init(struct nouveau_object *object) in nv04_fifo_chan_init() 199 nv04_fifo_chan_fini(struct nouveau_object *object, bool suspend) in nv04_fifo_chan_fini() 608 nv04_fifo_dtor(struct nouveau_object *object) in nv04_fifo_dtor() 618 nv04_fifo_init(struct nouveau_object *object) in nv04_fifo_init()
|
/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
|
/drivers/gpu/drm/nouveau/core/engine/disp/ |
D | base.c | 35 nouveau_disp_vblank_ctor(struct nouveau_object *object, void *data, u32 size, in nouveau_disp_vblank_ctor() 65 nouveau_disp_hpd_ctor(struct nouveau_object *object, void *data, u32 size, in nouveau_disp_hpd_ctor() 99 nouveau_disp_ntfy(struct nouveau_object *object, u32 type, in nouveau_disp_ntfy() 117 _nouveau_disp_fini(struct nouveau_object *object, bool suspend) in _nouveau_disp_fini() 140 _nouveau_disp_init(struct nouveau_object *object) in _nouveau_disp_init() 167 _nouveau_disp_dtor(struct nouveau_object *object) in _nouveau_disp_dtor() 195 struct nouveau_object *object; in nouveau_disp_create_() local
|
/drivers/gpu/drm/nouveau/core/subdev/bios/ |
D | base.c | 418 nouveau_bios_rd08(struct nouveau_object *object, u64 addr) in nouveau_bios_rd08() 425 nouveau_bios_rd16(struct nouveau_object *object, u64 addr) in nouveau_bios_rd16() 432 nouveau_bios_rd32(struct nouveau_object *object, u64 addr) in nouveau_bios_rd32() 439 nouveau_bios_wr08(struct nouveau_object *object, u64 addr, u8 data) in nouveau_bios_wr08() 446 nouveau_bios_wr16(struct nouveau_object *object, u64 addr, u16 data) in nouveau_bios_wr16() 453 nouveau_bios_wr32(struct nouveau_object *object, u64 addr, u32 data) in nouveau_bios_wr32() 516 nouveau_bios_dtor(struct nouveau_object *object) in nouveau_bios_dtor() 524 nouveau_bios_init(struct nouveau_object *object) in nouveau_bios_init() 531 nouveau_bios_fini(struct nouveau_object *object, bool suspend) in nouveau_bios_fini()
|
/drivers/gpu/drm/nouveau/core/engine/software/ |
D | nv50.c | 44 nv50_software_mthd_dma_vblsem(struct nouveau_object *object, u32 mthd, in nv50_software_mthd_dma_vblsem() 66 nv50_software_mthd_vblsem_offset(struct nouveau_object *object, u32 mthd, in nv50_software_mthd_vblsem_offset() 75 nv50_software_mthd_vblsem_value(struct nouveau_object *object, u32 mthd, in nv50_software_mthd_vblsem_value() 84 nv50_software_mthd_vblsem_release(struct nouveau_object *object, u32 mthd, in nv50_software_mthd_vblsem_release() 97 nv50_software_mthd_flip(struct nouveau_object *object, u32 mthd, in nv50_software_mthd_flip() 150 nv50_software_context_dtor(struct nouveau_object *object) in nv50_software_context_dtor()
|
/drivers/gpu/drm/nouveau/core/engine/perfmon/ |
D | base.c | 107 nouveau_perfctr_query(struct nouveau_object *object, void *data, u32 size) in nouveau_perfctr_query() 166 nouveau_perfctr_sample(struct nouveau_object *object, void *data, u32 size) in nouveau_perfctr_sample() 219 nouveau_perfctr_read(struct nouveau_object *object, void *data, u32 size) in nouveau_perfctr_read() 242 nouveau_perfctr_mthd(struct nouveau_object *object, u32 mthd, in nouveau_perfctr_mthd() 259 nouveau_perfctr_dtor(struct nouveau_object *object) in nouveau_perfctr_dtor() 335 nouveau_perfctx_dtor(struct nouveau_object *object) in nouveau_perfctx_dtor() 439 _nouveau_perfmon_fini(struct nouveau_object *object, bool suspend) in _nouveau_perfmon_fini() 446 _nouveau_perfmon_init(struct nouveau_object *object) in _nouveau_perfmon_init() 453 _nouveau_perfmon_dtor(struct nouveau_object *object) in _nouveau_perfmon_dtor()
|
/drivers/gpu/drm/nouveau/core/engine/ |
D | falcon.c | 46 _nouveau_falcon_rd32(struct nouveau_object *object, u64 addr) in _nouveau_falcon_rd32() 53 _nouveau_falcon_wr32(struct nouveau_object *object, u64 addr, u32 data) in _nouveau_falcon_wr32() 70 _nouveau_falcon_init(struct nouveau_object *object) in _nouveau_falcon_init() 241 _nouveau_falcon_fini(struct nouveau_object *object, bool suspend) in _nouveau_falcon_fini()
|
D | xtensa.c | 26 _nouveau_xtensa_rd32(struct nouveau_object *object, u64 addr) in _nouveau_xtensa_rd32() 33 _nouveau_xtensa_wr32(struct nouveau_object *object, u64 addr, u32 data) in _nouveau_xtensa_wr32() 98 _nouveau_xtensa_init(struct nouveau_object *object) in _nouveau_xtensa_init() 165 _nouveau_xtensa_fini(struct nouveau_object *object, bool suspend) in _nouveau_xtensa_fini()
|
/drivers/gpu/drm/nouveau/core/subdev/devinit/ |
D | base.c | 34 _nouveau_devinit_fini(struct nouveau_object *object, bool suspend) in _nouveau_devinit_fini() 49 _nouveau_devinit_init(struct nouveau_object *object) in _nouveau_devinit_init() 69 _nouveau_devinit_dtor(struct nouveau_object *object) in _nouveau_devinit_dtor()
|
/drivers/gpu/drm/nouveau/core/subdev/bar/ |
D | base.c | 70 nouveau_barobj_dtor(struct nouveau_object *object) in nouveau_barobj_dtor() 83 nouveau_barobj_rd32(struct nouveau_object *object, u64 addr) in nouveau_barobj_rd32() 90 nouveau_barobj_wr32(struct nouveau_object *object, u64 addr, u32 data) in nouveau_barobj_wr32() 145 _nouveau_bar_dtor(struct nouveau_object *object) in _nouveau_bar_dtor()
|