Searched refs:late_init (Results 1 - 25 of 107) sorted by last modified time

12345

/linux-master/drivers/mtd/spi-nor/
H A Dcore.c2864 nor->manufacturer->fixups->late_init) {
2865 ret = nor->manufacturer->fixups->late_init(nor);
2870 /* Needed by some flashes late_init hooks. */
2873 if (nor->info->fixups && nor->info->fixups->late_init) {
2874 ret = nor->info->fixups->late_init(nor);
/linux-master/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c1813 * 2. DAL settings come between .hw_init and .late_init of SMU.
1815 * it cannot be put in .late_init().
2541 .late_init = smu_late_init,
/linux-master/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c292 .late_init = pp_late_init,
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c8051 .late_init = si_dpm_late_init,
H A Dkv_dpm.c3307 .late_init = kv_dpm_late_init,
/linux-master/drivers/gpu/drm/amd/include/
H A Damd_shared.h274 * @late_init: sets up late driver/hw state (post hw_init) - Optional
304 int (*late_init)(void *handle); member in struct:amd_ip_funcs
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c3110 .late_init = dm_late_init,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dvi.c2048 .late_init = vi_common_late_init,
H A Dvcn_v4_0_5.c1741 .late_init = NULL,
H A Dvcn_v5_0_0.c1317 .late_init = NULL,
H A Dvcn_v4_0_3.c1648 .late_init = NULL,
H A Dvcn_v3_0.c2219 .late_init = NULL,
H A Dvcn_v4_0.c2119 .late_init = NULL,
H A Dvcn_v2_5.c1889 .late_init = NULL,
1911 .late_init = NULL,
H A Dvcn_v2_0.c1996 .late_init = NULL,
H A Dvcn_v1_0.c1890 .late_init = NULL,
H A Dvce_v3_0.c900 .late_init = NULL,
H A Dvce_v2_0.c617 .late_init = NULL,
H A Duvd_v6_0.c1531 .late_init = NULL,
H A Duvd_v5_0.c866 .late_init = NULL,
H A Duvd_v4_2.c759 .late_init = NULL,
H A Duvd_v3_1.c809 .late_init = NULL,
H A Dtonga_ih.c474 .late_init = NULL,
H A Dsoc21.c975 .late_init = soc21_common_late_init,
H A Dsoc15.c1491 .late_init = soc15_common_late_init,

Completed in 626 milliseconds

12345