Home
last modified time | relevance | path

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

12

/openbmc/libmctp/tests/
H A Dtest_cmds.c29 uint8_t command_code; member
43 msg_hdr->command_code); in control_message_transport_callback()
45 assert(msg_hdr->command_code == ctx->command_code); in control_message_transport_callback()
90 .command_code = 0xF2, in send_transport_control_message()
96 ctx.command_code = send_control_message_payload.ctrl_hdr.command_code; in send_transport_control_message()
98 send_control_message_payload.ctrl_hdr.command_code); in send_transport_control_message()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_acpi.c60 u8 command_code; /* notify command code */ member
286 n->command_code = 0; in radeon_atif_get_notification_params()
289 n->command_code = 0x81; in radeon_atif_get_notification_params()
296 n->command_code = params.command_code; in radeon_atif_get_notification_params()
302 n->command_code); in radeon_atif_get_notification_params()
372 event->type != atif->notification_cfg.command_code) in radeon_atif_handler()
/openbmc/libmctp/
H A Dlibmctp-cmds.h19 uint8_t command_code; member
H A Dcore.c442 return ((hdr->command_code >= MCTP_CTRL_CMD_FIRST_TRANSPORT) && in mctp_ctrl_cmd_is_transport()
443 (hdr->command_code <= MCTP_CTRL_CMD_LAST_TRANSPORT)); in mctp_ctrl_cmd_is_transport()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.c83 int command_code; member
311 n->command_code = 0; in amdgpu_atif_get_notification_params()
314 n->command_code = 0x81; in amdgpu_atif_get_notification_params()
321 n->command_code = params.command_code; in amdgpu_atif_get_notification_params()
327 n->command_code); in amdgpu_atif_get_notification_params()
458 event->type != atif->notification_cfg.command_code) { in amdgpu_atif_handler()
/openbmc/linux/include/uapi/scsi/
H A Dscsi_bsg_fc.h116 __u8 command_code; member
/openbmc/linux/drivers/platform/x86/dell/
H A Ddcdbas.h72 __u8 command_code; member
H A Ddell-smbios-smm.c60 command.command_code = da_command_code; in dell_smbios_smm_call()
H A Ddcdbas.c269 : "a" (smi_cmd->command_code), in raise_smi()
/openbmc/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()
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_mpc.h373 __u16 command_code; member
554 u32 command_code; member
721 __u32 command_code; member
H A Dqeth_l2_main.c1555 enum qeth_ipa_sbp_cmd setcmd = sbp->hdr.command_code; in qeth_bridgeport_makerc()
1667 hdr->command_code = sbp_cmd; in qeth_sbp_build_cmd()
2431 if (cmd->data.sbp.hdr.command_code == in qeth_l2_control_event()
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Damd_acpi.h40 u8 command_code; /* notify command code */ member
/openbmc/linux/drivers/scsi/isci/
H A Dscu_task_context.h631 u32 command_code:2; member
H A Drequest.c236 task_context->command_code = 0; in scu_ssp_request_construct_task_context()
516 task_context->command_code = 0; in scu_sata_request_construct_task_context()
3245 task_context->command_code = 0; in sci_io_request_construct_smp()
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv.c801 enum dmub_gpint_command command_code, in dmub_srv_send_gpint_command() argument
817 reg.bits.command_code = command_code; in dmub_srv_send_gpint_command()
H A Ddmub_dcn20.c104 cmd.bits.command_code = DMUB_GPINT__STOP_FW; in dmub_dcn20_reset()
H A Ddmub_dcn31.c93 cmd.bits.command_code = DMUB_GPINT__STOP_FW; in dmub_dcn31_reset()
H A Ddmub_dcn32.c94 cmd.bits.command_code = DMUB_GPINT__STOP_FW; in dmub_dcn32_reset()
/openbmc/linux/drivers/platform/x86/amd/pmf/
H A Dacpi.c249 params.command_code, in apmf_get_system_params()
H A Dpmf.h74 u8 command_code; member
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/
H A Ddmub_srv.h730 enum dmub_gpint_command command_code,
/openbmc/u-boot/lib/
H A Dtpm-v1.c584 static u32 verify_response_auth(u32 command_code, const void *response, in verify_response_auth() argument
600 0, command_code)) in verify_response_auth()
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h718 uint32_t command_code : 12; /**< GPINT command */ member
807 uint32_t command_code: 8; /**< INBOX0 command code */ member
818 uint32_t command_code: 8; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c406 hw_lock_cmd.bits.command_code = DMUB_INBOX0_CMD__HW_LOCK; in dcn32_subvp_pipe_control_lock()
431 hw_lock_cmd.bits.command_code = DMUB_INBOX0_CMD__HW_LOCK; in dcn32_subvp_pipe_control_lock_fast()

12