| /drivers/gpu/drm/nouveau/nvkm/core/ |
| A D | object.c | 32 struct nvkm_object *object; in nvkm_object_search() local 63 nvkm_object_remove(struct nvkm_object *object) in nvkm_object_remove() 74 nvkm_object_insert(struct nvkm_object *object) in nvkm_object_insert() 110 nvkm_object_ntfy(struct nvkm_object *object, u32 mthd, in nvkm_object_ntfy() 119 nvkm_object_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_object_map() 128 nvkm_object_unmap(struct nvkm_object *object) in nvkm_object_unmap() 145 nvkm_object_fini(struct nvkm_object *object, bool suspend) in nvkm_object_fini() 188 nvkm_object_init(struct nvkm_object *object) in nvkm_object_init() 224 nvkm_object_dtor(struct nvkm_object *object) in nvkm_object_dtor() 249 struct nvkm_object *object = *pobject; in nvkm_object_del() local [all …]
|
| A D | oproxy.c | 27 nvkm_oproxy_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_oproxy_mthd() 33 nvkm_oproxy_ntfy(struct nvkm_object *object, u32 mthd, in nvkm_oproxy_ntfy() 40 nvkm_oproxy_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_oproxy_map() 48 nvkm_oproxy_unmap(struct nvkm_object *object) in nvkm_oproxy_unmap() 59 nvkm_oproxy_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nvkm_oproxy_bind() 67 nvkm_oproxy_sclass(struct nvkm_object *object, int index, in nvkm_oproxy_sclass() 78 nvkm_oproxy_uevent(struct nvkm_object *object, void *argv, u32 argc, in nvkm_oproxy_uevent() 90 nvkm_oproxy_fini(struct nvkm_object *object, bool suspend) in nvkm_oproxy_fini() 117 nvkm_oproxy_init(struct nvkm_object *object) in nvkm_oproxy_init() 144 nvkm_oproxy_dtor(struct nvkm_object *object) in nvkm_oproxy_dtor()
|
| A D | ioctl.c | 34 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_nop() 61 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_sclass() 98 struct nvkm_object *object = NULL; in nvkm_ioctl_new() local 153 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_del() 172 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_mthd() 192 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_rd() 199 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_wr() 206 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_map() 231 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_unmap() 267 struct nvkm_object *object; in nvkm_ioctl_path() local [all …]
|
| A D | uevent.c | 29 struct nvkm_object object; member 61 nvkm_uevent_mthd(struct nvkm_object *object, u32 mthd, void *argv, u32 argc) in nvkm_uevent_mthd() 76 nvkm_uevent_fini(struct nvkm_object *object, bool suspend) in nvkm_uevent_fini() 85 nvkm_uevent_init(struct nvkm_object *object) in nvkm_uevent_init() 96 nvkm_uevent_dtor(struct nvkm_object *object) in nvkm_uevent_dtor()
|
| /drivers/gpu/drm/nouveau/nvif/ |
| A D | object.c | 31 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) in nvif_object_ioctl() 57 nvif_object_sclass_get(struct nvif_object *object, struct nvif_sclass **psclass) in nvif_object_sclass_get() 101 nvif_object_mthd(struct nvif_object *object, u32 mthd, void *data, u32 size) in nvif_object_mthd() 135 nvif_object_unmap_handle(struct nvif_object *object) in nvif_object_unmap_handle() 148 nvif_object_map_handle(struct nvif_object *object, void *argv, u32 argc, in nvif_object_map_handle() 172 nvif_object_unmap(struct nvif_object *object) in nvif_object_unmap() 187 nvif_object_map(struct nvif_object *object, void *argv, u32 argc) in nvif_object_map() 211 nvif_object_dtor(struct nvif_object *object) in nvif_object_dtor() 230 s32 oclass, void *data, u32 size, struct nvif_object *object) in nvif_object_ctor()
|
| /drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| A D | chan.c | 30 nvkm_disp_chan_ntfy(struct nvkm_object *object, u32 type, struct nvkm_event **pevent) in nvkm_disp_chan_ntfy() 47 nvkm_disp_chan_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_disp_chan_map() 68 struct nvkm_disp_chan_object *object = container_of(base, typeof(*object), oproxy); in nvkm_disp_chan_child_del_() local 86 struct nvkm_disp_chan_object *object; in nvkm_disp_chan_child_new() local 107 nvkm_disp_chan_child_get(struct nvkm_object *object, int index, struct nvkm_oclass *sclass) in nvkm_disp_chan_child_get() 131 nvkm_disp_chan_fini(struct nvkm_object *object, bool suspend) in nvkm_disp_chan_fini() 141 nvkm_disp_chan_init(struct nvkm_object *object) in nvkm_disp_chan_init() 150 nvkm_disp_chan_dtor(struct nvkm_object *object) in nvkm_disp_chan_dtor()
|
| A D | uconn.c | 34 nvkm_uconn_uevent_gsp(struct nvkm_object *object, u64 token, u32 bits) in nvkm_uconn_uevent_gsp() 51 nvkm_uconn_uevent_aux(struct nvkm_object *object, u64 token, u32 bits) in nvkm_uconn_uevent_aux() 68 nvkm_uconn_uevent_gpio(struct nvkm_object *object, u64 token, u32 bits) in nvkm_uconn_uevent_gpio() 95 nvkm_uconn_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_uconn_uevent() 152 nvkm_uconn_dtor(struct nvkm_object *object) in nvkm_uconn_dtor()
|
| A D | uhead.c | 31 nvkm_uhead_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_uhead_uevent() 75 nvkm_uhead_mthd(struct nvkm_object *object, u32 mthd, void *argv, u32 argc) in nvkm_uhead_mthd() 87 nvkm_uhead_dtor(struct nvkm_object *object) in nvkm_uhead_dtor()
|
| /drivers/gpu/drm/nouveau/nvkm/engine/device/ |
| A D | user.c | 38 struct nvkm_object object; member 75 struct nvkm_object *object = &udev->object; in nvkm_udevice_info() local 176 struct nvkm_object *object = &udev->object; in nvkm_udevice_time() local 193 nvkm_udevice_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_udevice_mthd() 209 nvkm_udevice_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_udevice_map() 221 nvkm_udevice_fini(struct nvkm_object *object, bool suspend) in nvkm_udevice_fini() 242 nvkm_udevice_init(struct nvkm_object *object) in nvkm_udevice_init() 272 nvkm_udevice_child_get(struct nvkm_object *object, int index, in nvkm_udevice_child_get()
|
| /drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
| A D | uchan.c | 37 struct nvkm_object object; member 42 nvkm_uchan_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_uchan_uevent() 204 nvkm_uchan_sclass(struct nvkm_object *object, int index, struct nvkm_oclass *oclass) in nvkm_uchan_sclass() 255 nvkm_uchan_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_uchan_map() 272 nvkm_uchan_fini(struct nvkm_object *object, bool suspend) in nvkm_uchan_fini() 286 nvkm_uchan_init(struct nvkm_object *object) in nvkm_uchan_init() 302 nvkm_uchan_dtor(struct nvkm_object *object) in nvkm_uchan_dtor() 321 nvkm_uchan_chan(struct nvkm_object *object) in nvkm_uchan_chan()
|
| A D | ucgrp.c | 32 struct nvkm_object object; member 46 nvkm_ucgrp_sclass(struct nvkm_object *object, int index, struct nvkm_oclass *oclass) in nvkm_ucgrp_sclass() 66 nvkm_ucgrp_dtor(struct nvkm_object *object) in nvkm_ucgrp_dtor()
|
| /drivers/acpi/acpica/ |
| A D | utdelete.c | 36 static void acpi_ut_delete_internal_obj(union acpi_operand_object *object) in acpi_ut_delete_internal_obj() 365 acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action) in acpi_ut_update_ref_count() 482 acpi_ut_update_object_reference(union acpi_operand_object *object, u16 action) in acpi_ut_update_object_reference() 677 void acpi_ut_add_reference(union acpi_operand_object *object) in acpi_ut_add_reference() 710 void acpi_ut_remove_reference(union acpi_operand_object *object) in acpi_ut_remove_reference()
|
| A D | utobject.c | 60 union acpi_operand_object *object; in acpi_ut_create_internal_object_dbg() local 305 u8 acpi_ut_valid_internal_object(void *object) in acpi_ut_valid_internal_object() 355 union acpi_operand_object *object; in acpi_ut_allocate_object_desc_dbg() local 389 void acpi_ut_delete_object_desc(union acpi_operand_object *object) in acpi_ut_delete_object_desc()
|
| A D | dsmthdat.c | 282 union acpi_operand_object *object, in acpi_ds_method_data_set_value() 341 union acpi_operand_object *object; in acpi_ds_method_data_get_value() local 445 union acpi_operand_object *object; in acpi_ds_method_data_delete_value() local 657 union acpi_operand_object *object; in acpi_ds_method_data_get_type() local
|
| A D | utdecode.c | 239 const char *acpi_ut_get_node_name(void *object) in acpi_ut_get_node_name() 305 const char *acpi_ut_get_descriptor_name(void *object) in acpi_ut_get_descriptor_name() 343 const char *acpi_ut_get_reference_name(union acpi_operand_object *object) in acpi_ut_get_reference_name()
|
| A D | dbconvert.c | 101 acpi_db_convert_to_buffer(char *string, union acpi_object *object) in acpi_db_convert_to_buffer() 165 acpi_status acpi_db_convert_to_package(char *string, union acpi_object *object) in acpi_db_convert_to_package() 225 char *string, union acpi_object *object) in acpi_db_convert_to_object()
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/fault/ |
| A D | user.c | 32 nvkm_ufault_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_ufault_uevent() 47 nvkm_ufault_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_ufault_map() 59 nvkm_ufault_fini(struct nvkm_object *object, bool suspend) in nvkm_ufault_fini() 67 nvkm_ufault_init(struct nvkm_object *object) in nvkm_ufault_init() 75 nvkm_ufault_dtor(struct nvkm_object *object) in nvkm_ufault_dtor()
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/ |
| A D | alloc.c | 28 r535_gsp_rpc_rm_free(struct nvkm_gsp_object *object) in r535_gsp_rpc_rm_free() 48 r535_gsp_rpc_rm_alloc_done(struct nvkm_gsp_object *object, void *params) in r535_gsp_rpc_rm_alloc_done() 56 r535_gsp_rpc_rm_alloc_push(struct nvkm_gsp_object *object, void *params) in r535_gsp_rpc_rm_alloc_push() 78 r535_gsp_rpc_rm_alloc_get(struct nvkm_gsp_object *object, u32 oclass, in r535_gsp_rpc_rm_alloc_get()
|
| A D | ctrl.c | 28 r535_gsp_rpc_rm_ctrl_done(struct nvkm_gsp_object *object, void *params) in r535_gsp_rpc_rm_ctrl_done() 38 r535_gsp_rpc_rm_ctrl_push(struct nvkm_gsp_object *object, void **params, u32 repc) in r535_gsp_rpc_rm_ctrl_push() 66 r535_gsp_rpc_rm_ctrl_get(struct nvkm_gsp_object *object, u32 cmd, u32 params_size) in r535_gsp_rpc_rm_ctrl_get()
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
| A D | umem.c | 39 struct nvkm_object *object; in nvkm_umem_search() local 63 nvkm_umem_unmap(struct nvkm_object *object) in nvkm_umem_unmap() 86 nvkm_umem_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_umem_map() 124 nvkm_umem_dtor(struct nvkm_object *object) in nvkm_umem_dtor()
|
| /drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
| A D | gsp.h | 197 } object; member 205 struct nvkm_gsp_object object; member 338 nvkm_gsp_rm_ctrl_wr(struct nvkm_gsp_object *object, void *argv) in nvkm_gsp_rm_ctrl_wr() 348 nvkm_gsp_rm_ctrl_done(struct nvkm_gsp_object *object, void *repv) in nvkm_gsp_rm_ctrl_done() 355 struct nvkm_gsp_object *object) in nvkm_gsp_rm_alloc_get() 375 nvkm_gsp_rm_alloc_push(struct nvkm_gsp_object *object, void *argv) in nvkm_gsp_rm_alloc_push() 386 nvkm_gsp_rm_alloc_wr(struct nvkm_gsp_object *object, void *argv) in nvkm_gsp_rm_alloc_wr() 397 nvkm_gsp_rm_alloc_done(struct nvkm_gsp_object *object, void *repv) in nvkm_gsp_rm_alloc_done() 404 struct nvkm_gsp_object *object) in nvkm_gsp_rm_alloc() 415 nvkm_gsp_rm_free(struct nvkm_gsp_object *object) in nvkm_gsp_rm_free() [all …]
|
| /drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
| A D | nv44.c | 44 struct nvkm_object object; member 52 nv44_mpeg_chan_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nv44_mpeg_chan_bind() 68 nv44_mpeg_chan_fini(struct nvkm_object *object, bool suspend) in nv44_mpeg_chan_fini() 84 nv44_mpeg_chan_dtor(struct nvkm_object *object) in nv44_mpeg_chan_dtor()
|
| /drivers/gpu/drm/amd/display/dc/bios/ |
| A D | bios_parser2.c | 390 struct atom_display_object_path_v2 *object; in bios_parser_get_i2c_info() local 528 struct atom_display_object_path_v3 *object) in get_hpd_record_for_path_v3() 567 struct atom_display_object_path_v2 *object; in bios_parser_get_hpd_info() local 605 struct atom_display_object_path_v2 *object) in get_hpd_record() 769 struct atom_display_object_path_v2 *object; in bios_parser_get_device_tag() local 2128 struct atom_display_object_path_v2 *object; in bios_parser_get_encoder_cap_info() local 2176 struct atom_display_object_path_v2 *object) in get_encoder_cap_record() 2213 struct atom_display_object_path_v2 *object) in get_disp_connector_caps_record() 2289 struct atom_display_object_path_v2 *object; in bios_parser_get_disp_connector_caps_info() local 3232 struct atom_display_object_path_v2 *object; in update_slot_layout_info() local [all …]
|
| A D | bios_parser.c | 194 ATOM_OBJECT *object; in bios_parser_get_src_obj() local 222 ATOM_OBJECT *object; in bios_parser_get_i2c_info() local 268 ATOM_OBJECT *object; in bios_parser_get_hpd_info() local 292 ATOM_OBJECT *object, in bios_parser_get_device_tag_record() 334 ATOM_OBJECT *object; in bios_parser_get_device_tag() local 870 ATOM_OBJECT *object) in get_hpd_record() 1481 ATOM_OBJECT *object; in bios_parser_get_encoder_cap_info() local 1512 ATOM_OBJECT *object) in get_encoder_cap_record() 2018 static uint32_t get_src_obj_list(struct bios_parser *bp, ATOM_OBJECT *object, in get_src_obj_list() 2719 ATOM_OBJECT *object; in get_bracket_layout_record() local
|
| /drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| A D | nv40.c | 44 nv40_gr_object_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nv40_gr_object_bind() 74 nv40_gr_chan_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nv40_gr_chan_bind() 92 nv40_gr_chan_fini(struct nvkm_object *object, bool suspend) in nv40_gr_chan_fini() 130 nv40_gr_chan_dtor(struct nvkm_object *object) in nv40_gr_chan_dtor()
|