Symbol: dmub_notification
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1051
struct dmub_notification notify = {0};
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1097
dmub_hpd_wrk->dmub_notify = kmemdup(&notify, sizeof(struct dmub_notification),
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
14079
struct dmub_notification *p_notify = adev->dm.dmub_notify;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
2327
adev->dm.dmub_notify = kzalloc_obj(struct dmub_notification);
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
850
struct dmub_notification *notify)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
853
memcpy(adev->dm.dmub_notify, notify, sizeof(struct dmub_notification));
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
859
struct dmub_notification *notify)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
890
struct dmub_notification *notify)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
965
struct dmub_notification *notify)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
124
typedef void (*dmub_notify_interrupt_callback_t)(struct amdgpu_device *adev, struct dmub_notification *notify);
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
135
struct dmub_notification *dmub_notify;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
368
struct dmub_notification *dmub_notify;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
89
struct dmub_notification;
drivers/gpu/drm/amd/display/dc/core/dc.c
6866
struct dmub_notification *notify)
drivers/gpu/drm/amd/display/dc/core/dc_stat.c
48
void dc_stat_get_dmub_notification(const struct dc *dc, struct dmub_notification *notify)
drivers/gpu/drm/amd/display/dc/dc.h
2978
struct dmub_notification *notify);
drivers/gpu/drm/amd/display/dc/dc.h
58
struct dmub_notification;
drivers/gpu/drm/amd/display/dc/dc_stat.h
40
void dc_stat_get_dmub_notification(const struct dc *dc, struct dmub_notification *notify);
drivers/gpu/drm/amd/display/dmub/dmub_srv_stat.h
39
struct dmub_notification *notify);
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
47
struct dmub_notification *notify)