Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_pp_smu.c42 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_apply_display_requirements()
336 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_clock_levels_by_type()
422 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_clock_levels_by_type_with_latency()
452 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_clock_levels_by_type_with_voltage()
496 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_apply_clock_for_voltage_request()
523 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_static_clocks()
549 struct amdgpu_device *adev = ctx->driver_context; in pp_rv_set_wm_ranges()
600 struct amdgpu_device *adev = ctx->driver_context; in pp_rv_set_pme_wa_enable()
613 struct amdgpu_device *adev = ctx->driver_context; in pp_rv_set_active_display_count()
626 struct amdgpu_device *adev = ctx->driver_context; in pp_rv_set_min_deep_sleep_dcfclk()
[all …]
H A Damdgpu_dm.c6629 struct amdgpu_device *adev = ddc_service->ctx->driver_context; in create_i2c()
/OK3568_Linux_fs/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
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/bios/
H A Dcommand_table2.c52 …(amdgpu_atom_execute_table(((struct amdgpu_device *)bp->base.ctx->driver_context)->mode_info.atom_…
57 …amdgpu_atom_parse_cmd_header(((struct amdgpu_device *)bp->base.ctx->driver_context)->mode_info.ato…
61 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, \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h100 void *driver_context; /* e.g. amdgpu_device */ member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c605 dc_ctx->driver_context = init_params->driver; in dc_construct_ctx()