Home
last modified time | relevance | path

Searched refs:command_code (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.c83 int command_code; member
324 n->command_code = 0; in amdgpu_atif_get_notification_params()
327 n->command_code = 0x81; in amdgpu_atif_get_notification_params()
334 n->command_code = params.command_code; in amdgpu_atif_get_notification_params()
340 n->command_code); in amdgpu_atif_get_notification_params()
478 event->type != atif->notification_cfg.command_code) { in amdgpu_atif_handler()
/linux/include/uapi/scsi/
H A Dscsi_bsg_fc.h116 __u8 command_code; member
/linux/drivers/platform/x86/dell/
H A Ddell-smbios-smm.c60 command.command_code = da_command_code; in dell_smbios_smm_call()
H A Ddcdbas.c270 : "a" (smi_cmd->command_code), in raise_smi()
/linux/drivers/input/touchscreen/
H A Dcyttsp5.c462 int command_code; in cyttsp5_validate_cmd_response() local
499 command_code = ts->response_buf[HID_OUTPUT_RESPONSE_CMD_OFFSET] in cyttsp5_validate_cmd_response()
501 if (command_code != code) { in cyttsp5_validate_cmd_response()
504 command_code); in cyttsp5_validate_cmd_response()
/linux/drivers/scsi/isci/
H A Dscu_task_context.h631 u32 command_code:2; member
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c1749 …atic bool dc_dmub_execute_gpint(const struct dc_context *ctx, enum dmub_gpint_command command_code, in dc_dmub_execute_gpint() argument
1762 status = dmub_srv_send_gpint_command(dc_dmub_srv->dmub, command_code, param, wait_us); in dc_dmub_execute_gpint()
1776 bool dc_wake_and_execute_gpint(const struct dc_context *ctx, enum dmub_gpint_command command_code, in dc_wake_and_execute_gpint() argument
1790 result = dc_dmub_execute_gpint(ctx, command_code, param, response, wait_type); in dc_wake_and_execute_gpint()
/linux/drivers/s390/net/
H A Dqeth_l2_main.c1556 enum qeth_ipa_sbp_cmd setcmd = sbp->hdr.command_code; in qeth_bridgeport_makerc()
1668 hdr->command_code = sbp_cmd; in qeth_sbp_build_cmd()
2432 if (cmd->data.sbp.hdr.command_code == in qeth_l2_control_event()
H A Dqeth_core_main.c3213 hdr->command_code = adp_cmd; in qeth_get_adapter_cmd()
6077 hdr->command_code = cmd_code; in qeth_get_setassparms_cmd()
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1382 uint32_t command_code : 12; /**< GPINT command */ member
1653 uint32_t command_code: 8; /**< INBOX0 command code */ member
1664 uint32_t command_code: 8; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c420 hw_lock_cmd.bits.command_code = DMUB_INBOX0_CMD__HW_LOCK; in dcn32_subvp_pipe_control_lock()
438 hw_lock_cmd.bits.command_code = DMUB_INBOX0_CMD__HW_LOCK; in dcn32_subvp_pipe_control_lock_fast()
/linux/drivers/scsi/qla2xxx/
H A Dqla_bsg.c306 els_cmd = bsg_request->rqst_data.h_els.command_code; in qla2x00_process_els()
425 bsg_request->rqst_data.h_els.command_code, fcport->loop_id, in qla2x00_process_els()
H A Dqla_edif.c3534 a->els_opcode = request->rqst_data.h_els.command_code; in qla_parse_auth_els_ctl()
H A Dqla_iocb.c3196 bsg_request->rqst_data.h_els.command_code; in qla24xx_els_iocb()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1497 hw_lock_cmd.bits.command_code = DMUB_INBOX0_CMD__HW_LOCK; in dcn401_dmub_hw_control_lock()
1512 hw_lock_cmd.bits.command_code = DMUB_INBOX0_CMD__HW_LOCK; in dcn401_dmub_hw_control_lock_fast()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1769 enum dmub_gpint_command command_code, in dm_dmub_send_vbios_gpint_command() argument
1779 reg.bits.command_code = command_code; in dm_dmub_send_vbios_gpint_command()