Home
last modified time | relevance | path

Searched refs:mes (Results 1 – 7 of 7) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
Dmes_v10_1.c34 static int mes_v10_1_add_hw_queue(struct amdgpu_mes *mes, in mes_v10_1_add_hw_queue() argument
40 static int mes_v10_1_remove_hw_queue(struct amdgpu_mes *mes, in mes_v10_1_remove_hw_queue() argument
46 static int mes_v10_1_suspend_gang(struct amdgpu_mes *mes, in mes_v10_1_suspend_gang() argument
52 static int mes_v10_1_resume_gang(struct amdgpu_mes *mes, in mes_v10_1_resume_gang() argument
81 err = request_firmware(&adev->mes.fw, fw_name, adev->dev); in mes_v10_1_init_microcode()
85 err = amdgpu_ucode_validate(adev->mes.fw); in mes_v10_1_init_microcode()
87 release_firmware(adev->mes.fw); in mes_v10_1_init_microcode()
88 adev->mes.fw = NULL; in mes_v10_1_init_microcode()
92 mes_hdr = (const struct mes_firmware_header_v1_0 *)adev->mes.fw->data; in mes_v10_1_init_microcode()
93 adev->mes.ucode_fw_version = le32_to_cpu(mes_hdr->mes_ucode_version); in mes_v10_1_init_microcode()
[all …]
Damdgpu_mes.h88 int (*add_hw_queue)(struct amdgpu_mes *mes,
91 int (*remove_hw_queue)(struct amdgpu_mes *mes,
94 int (*suspend_gang)(struct amdgpu_mes *mes,
97 int (*resume_gang)(struct amdgpu_mes *mes,
Damdgpu_drv.c611 MODULE_PARM_DESC(mes,
613 module_param_named(mes, amdgpu_mes, int, 0444);
Damdgpu.h963 struct amdgpu_mes mes; member
/drivers/misc/sgi-gru/
Dgrukservices.c999 char mes[GRU_CACHE_LINE_BYTES], *m; in quicktest1() local
1006 memset(mes, 0xee, sizeof(mes)); in quicktest1()
1010 mes[8] = i; in quicktest1()
1012 ret = gru_send_message_gpa(&mqd, mes, sizeof(mes)); in quicktest1()
/drivers/net/arcnet/
Dcapmode.c178 ((unsigned char *)&pkt->soft.cap.mes), length - 1); in prepare_tx()
213 ackpkt->soft.cap.mes.ack = acked; in ack_tx()
/drivers/media/i2c/
Dsaa717x.c1102 char *mes[4] = { in saa717x_s_tuner() local
1124 mes[audio_mode]); in saa717x_s_tuner()