gated             310 drivers/gpu/drm/amd/amdgpu/vce_v2_0.c static void vce_v2_0_set_sw_cg(struct amdgpu_device *adev, bool gated)
gated             314 drivers/gpu/drm/amd/amdgpu/vce_v2_0.c 	if (gated) {
gated             345 drivers/gpu/drm/amd/amdgpu/vce_v2_0.c static void vce_v2_0_set_dyn_cg(struct amdgpu_device *adev, bool gated)
gated             356 drivers/gpu/drm/amd/amdgpu/vce_v2_0.c 	if (gated) {
gated             379 drivers/gpu/drm/amd/amdgpu/vce_v2_0.c 	if(gated)
gated             169 drivers/gpu/drm/amd/amdgpu/vce_v3_0.c 					     bool gated)
gated             181 drivers/gpu/drm/amd/amdgpu/vce_v3_0.c 	if (!gated) {
gated             808 drivers/gpu/drm/amd/amdgpu/vce_v4_0.c 					     bool gated)
gated             820 drivers/gpu/drm/amd/amdgpu/vce_v4_0.c 	if (gated) {
gated              38 drivers/gpu/drm/radeon/vce_v2_0.c static void vce_v2_0_set_sw_cg(struct radeon_device *rdev, bool gated)
gated              42 drivers/gpu/drm/radeon/vce_v2_0.c 	if (gated) {
gated              73 drivers/gpu/drm/radeon/vce_v2_0.c static void vce_v2_0_set_dyn_cg(struct radeon_device *rdev, bool gated)
gated              79 drivers/gpu/drm/radeon/vce_v2_0.c 	if (gated) {
gated              98 drivers/gpu/drm/radeon/vce_v2_0.c 	if (gated)
gated             504 drivers/video/fbdev/mmp/hw/mmp_ctrl.h #define	 CFG_GATED_ENA(gated)			((gated)<<21)
gated             279 drivers/video/fbdev/pxa168fb.h #define     CFG_GATED_ENA(gated)		((gated) << 21)
gated             166 sound/pci/hda/hda_jack.c 		struct hda_jack_tbl *gated =
gated             168 sound/pci/hda/hda_jack.c 		if (gated) {
gated             169 sound/pci/hda/hda_jack.c 			gated->jack_dirty = 1;
gated             170 sound/pci/hda/hda_jack.c 			jack_detect_update(codec, gated);
gated             302 sound/pci/hda/hda_jack.c 	struct hda_jack_tbl *gated = snd_hda_jack_tbl_new(codec, gated_nid);
gated             305 sound/pci/hda/hda_jack.c 	if (!gated || !gating)
gated             308 sound/pci/hda/hda_jack.c 	gated->gating_jack = gating_nid;
gated             542 sound/pci/hda/hda_jack.c 		struct hda_jack_tbl *gated =
gated             544 sound/pci/hda/hda_jack.c 		if (gated) {
gated             545 sound/pci/hda/hda_jack.c 			for (cb = gated->callback; cb; cb = cb->next) {
gated             546 sound/pci/hda/hda_jack.c 				cb->jack = gated;