Home
last modified time | relevance | path

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

/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()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.c83 int command_code; member
320 n->command_code = 0; in amdgpu_atif_get_notification_params()
323 n->command_code = 0x81; in amdgpu_atif_get_notification_params()
330 n->command_code = params.command_code; in amdgpu_atif_get_notification_params()
336 n->command_code); in amdgpu_atif_get_notification_params()
473 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/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.c1557 enum qeth_ipa_sbp_cmd setcmd = sbp->hdr.command_code; in qeth_bridgeport_makerc()
1669 hdr->command_code = sbp_cmd; in qeth_sbp_build_cmd()
2433 if (cmd->data.sbp.hdr.command_code == in qeth_l2_control_event()
H A Dqeth_core_main.c3215 hdr->command_code = adp_cmd; in qeth_get_adapter_cmd()
6080 hdr->command_code = cmd_code; in qeth_get_setassparms_cmd()
/linux/drivers/scsi/isci/
H A Dscu_task_context.h631 u32 command_code:2; member
/linux/drivers/scsi/qla2xxx/
H A Dqla_iocb.c3198 bsg_request->rqst_data.h_els.command_code; in qla24xx_els_iocb()