direct_poll       109 drivers/gpu/drm/amd/amdgpu/mmsch_v1_0.h static inline void mmsch_v1_0_insert_direct_poll(struct mmsch_v1_0_cmd_direct_polling *direct_poll,
direct_poll       114 drivers/gpu/drm/amd/amdgpu/mmsch_v1_0.h 	direct_poll->cmd_header.reg_offset = reg_offset;
direct_poll       115 drivers/gpu/drm/amd/amdgpu/mmsch_v1_0.h 	direct_poll->mask_value = mask;
direct_poll       116 drivers/gpu/drm/amd/amdgpu/mmsch_v1_0.h 	direct_poll->wait_value = wait;
direct_poll       117 drivers/gpu/drm/amd/amdgpu/mmsch_v1_0.h 	memcpy((void *)init_table, direct_poll, sizeof(struct mmsch_v1_0_cmd_direct_polling));
direct_poll       137 drivers/gpu/drm/amd/amdgpu/mmsch_v1_0.h 	mmsch_v1_0_insert_direct_poll(&direct_poll, \
direct_poll       771 drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c 	struct mmsch_v1_0_cmd_direct_polling direct_poll = { {0} };
direct_poll       779 drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c 	direct_poll.cmd_header.command_type = MMSCH_COMMAND__DIRECT_REG_POLLING;
direct_poll       211 drivers/gpu/drm/amd/amdgpu/vce_v4_0.c 	struct mmsch_v1_0_cmd_direct_polling direct_poll = { { 0 } };
direct_poll       218 drivers/gpu/drm/amd/amdgpu/vce_v4_0.c 	direct_poll.cmd_header.command_type = MMSCH_COMMAND__DIRECT_REG_POLLING;