Home
last modified time | relevance | path

Searched refs:driver_context (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_pp_smu.c40 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_apply_display_requirements()
297 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_clock_levels_by_type()
364 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_clock_levels_by_type_with_latency()
384 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_clock_levels_by_type_with_voltage()
403 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_notify_wm_clock_changes()
430 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_apply_clock_for_voltage_request()
451 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_static_clocks()
468 struct amdgpu_device *adev = ctx->driver_context; in pp_rv_set_wm_ranges()
516 struct amdgpu_device *adev = ctx->driver_context; in pp_rv_set_pme_wa_enable()
524 struct amdgpu_device *adev = ctx->driver_context; in pp_rv_set_active_display_count()
[all …]
H A Damdgpu_dm_helpers.c1023 struct amdgpu_device *adev = ctx->driver_context; in dm_helpers_allocate_gpu_mem()
1055 struct amdgpu_device *adev = ctx->driver_context; in dm_helpers_free_gpu_mem()
H A Damdgpu_dm_mst_types.c83 adev = ddc->ctx->driver_context; in dm_dp_aux_transfer()
H A Damdgpu_dm.c7475 struct amdgpu_device *adev = ddc_service->ctx->driver_context; in create_i2c()
10988 struct amdgpu_device *adev = ctx->driver_context; in amdgpu_dm_process_dmub_aux_transfer_sync()
11050 struct amdgpu_device *adev = ctx->driver_context; in amdgpu_dm_process_dmub_set_config_sync()
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_nandif.c40 struct ynandif_Geometry *geometry = (struct ynandif_Geometry *)(dev->driver_context); in ynandif_WriteChunkWithTagsToNAND()
82 struct ynandif_Geometry *geometry = (struct ynandif_Geometry *)(dev->driver_context); in ynandif_ReadChunkWithTagsFromNAND()
141 struct ynandif_Geometry *geometry = (struct ynandif_Geometry *)(dev->driver_context); in ynandif_MarkNANDBlockBad()
148 struct ynandif_Geometry *geometry = (struct ynandif_Geometry *)(dev->driver_context); in ynandif_EraseBlockInNAND()
157 struct ynandif_Geometry *geometry = (struct ynandif_Geometry *)(dev->driver_context); in ynandif_IsBlockOk()
191 struct ynandif_Geometry *geometry = (struct ynandif_Geometry *)(dev->driver_context); in ynandif_InitialiseNAND()
200 struct ynandif_Geometry *geometry = (struct ynandif_Geometry *)(dev->driver_context); in ynandif_Deinitialise_flash_fn()
240 dev->driver_context = (void *)geometry; in yaffs_add_dev_from_geometry()
H A Dyaffs_mtdif.c65 struct mtd_info *mtd = (struct mtd_info *)(dev->driver_context); in nandmtd_WriteChunkToNAND()
100 struct mtd_info *mtd = (struct mtd_info *)(dev->driver_context); in nandmtd_ReadChunkFromNAND()
136 struct mtd_info *mtd = (struct mtd_info *)(dev->driver_context); in nandmtd_EraseBlockInNAND()
H A Dyaffs_mtdif2.c32 #define yaffs_dev_to_mtd(dev) ((struct mtd_info *)((dev)->driver_context))
175 struct mtd_info *mtd = (struct mtd_info *)(dev->driver_context); in nandmtd2_MarkNANDBlockBad()
196 struct mtd_info *mtd = (struct mtd_info *)(dev->driver_context); in nandmtd2_QueryNANDBlock()
H A Dyaffs_uboot_glue.c209 if (chk->driver_context == mtd && in cmd_yaffs_devconfig()
223 dev->driver_context = mtd; in cmd_yaffs_devconfig()
265 flash_dev = nand_mtd_to_devnum(dev->driver_context); in cmd_yaffs_dev_ls()
H A Dyaffs_guts.h621 void *driver_context; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dcommand_table2.c50 …(amdgpu_atom_execute_table(((struct amdgpu_device *)bp->base.ctx->driver_context)->mode_info.atom_…
55 …amdgpu_atom_parse_cmd_header(((struct amdgpu_device *)bp->base.ctx->driver_context)->mode_info.ato…
59 bios_cmd_table_para_revision(bp->base.ctx->driver_context, \
H A Dcommand_table.c38 …(amdgpu_atom_execute_table(((struct amdgpu_device *)bp->base.ctx->driver_context)->mode_info.atom_…
43 …amdgpu_atom_parse_cmd_header(((struct amdgpu_device *)bp->base.ctx->driver_context)->mode_info.ato…
47 bios_cmd_table_para_revision(bp->base.ctx->driver_context, \
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h790 void *driver_context; /* e.g. amdgpu_device */ member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c863 dc_ctx->driver_context = init_params->driver; in dc_construct_ctx()