Symbol: dmub_notification
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1041
dmub_hpd_wrk->dmub_notify = kmemdup(&notify, sizeof(struct dmub_notification),
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13212
struct dmub_notification *p_notify = adev->dm.dmub_notify;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
2140
adev->dm.dmub_notify = kzalloc(sizeof(struct dmub_notification), GFP_KERNEL);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
795
struct dmub_notification *notify)
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
798
memcpy(adev->dm.dmub_notify, notify, sizeof(struct dmub_notification));
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
804
struct dmub_notification *notify)
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
835
struct dmub_notification *notify)
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
910
struct dmub_notification *notify)
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
996
struct dmub_notification notify = {0};
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.h
115
typedef void (*dmub_notify_interrupt_callback_t)(struct amdgpu_device *adev, struct dmub_notification *notify);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.h
126
struct dmub_notification *dmub_notify;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.h
359
struct dmub_notification *dmub_notify;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.h
88
struct dmub_notification;
sys/dev/pci/drm/amd/display/dc/core/dc.c
5974
struct dmub_notification *notify)
sys/dev/pci/drm/amd/display/dc/core/dc_stat.c
48
void dc_stat_get_dmub_notification(const struct dc *dc, struct dmub_notification *notify)
sys/dev/pci/drm/amd/display/dc/dc.h
2698
struct dmub_notification *notify);
sys/dev/pci/drm/amd/display/dc/dc.h
56
struct dmub_notification;
sys/dev/pci/drm/amd/display/dc/dc_stat.h
40
void dc_stat_get_dmub_notification(const struct dc *dc, struct dmub_notification *notify);
sys/dev/pci/drm/amd/display/dmub/dmub_srv_stat.h
39
struct dmub_notification *notify);
sys/dev/pci/drm/amd/display/dmub/src/dmub_srv_stat.c
47
struct dmub_notification *notify)