Searched refs:acmd (Results 1 - 6 of 6) sorted by relevance

/drivers/staging/mei/
H A Dmei-amt-version.c296 static bool amt_host_if_init(struct amt_host_if *acmd, argument
299 acmd->send_timeout = (send_timeout) ? send_timeout : 20000;
300 acmd->initialized = mei_init(&acmd->mei_cl, &MEI_IAMTHIF, 0, verbose);
301 return acmd->initialized;
304 static void amt_host_if_deinit(struct amt_host_if *acmd) argument
306 mei_deinit(&acmd->mei_cl);
307 acmd->initialized = false;
369 static uint32_t amt_host_if_call(struct amt_host_if *acmd, argument
380 in_buf_sz = acmd
443 struct amt_host_if acmd; local
[all...]
/drivers/staging/rts5139/
H A Dsd_cprm.h35 u8 cmd_idx, u8 standby, u8 acmd, u8 rsp_code,
38 u8 cmd_idx, u8 cmd12, u8 standby, u8 acmd,
42 u8 cmd_idx, u8 cmd12, u8 standby, u8 acmd,
H A Drts51x_fop.c50 u8 dir, cmd12, standby, acmd, cmd_idx, rsp_code; local
57 acmd = cmnd->cmnd[0] & 0x01;
75 cmd_idx, standby, acmd,
88 cmd_idx, cmd12, standby, acmd,
122 cmd_idx, cmd12, standby, acmd,
H A Dsd_cprm.c282 u8 cmd_idx, u8 standby, u8 acmd, u8 rsp_code,
335 if (acmd) {
375 u8 acmd, u8 rsp_code, u32 arg, u32 data_len,
431 if (acmd) {
593 u8 cmd_idx, u8 cmd12, u8 standby, u8 acmd,
667 if (acmd) {
1007 u8 standby = 0, acmd = 0; local
1019 acmd = 1;
1027 ext_sd_execute_no_data(chip, lun, cmd_idx, standby, acmd, rsp_code,
1038 u8 cmd_idx, rsp_code, send_cmd12 = 0, standby = 0, acmd local
281 ext_sd_execute_no_data(struct rts51x_chip *chip, unsigned int lun, u8 cmd_idx, u8 standby, u8 acmd, u8 rsp_code, u32 arg) argument
373 ext_sd_execute_read_data(struct rts51x_chip *chip, unsigned int lun, u8 cmd_idx, u8 cmd12, u8 standby, u8 acmd, u8 rsp_code, u32 arg, u32 data_len, void *data_buf, unsigned int buf_len, int use_sg) argument
592 ext_sd_execute_write_data(struct rts51x_chip *chip, unsigned int lun, u8 cmd_idx, u8 cmd12, u8 standby, u8 acmd, u8 rsp_code, u32 arg, u32 data_len, void *data_buf, unsigned int buf_len, int use_sg) argument
1076 u8 cmd_idx, rsp_code, send_cmd12 = 0, standby = 0, acmd = 0; local
[all...]
/drivers/ata/
H A Dsata_fsl.c249 u8 acmd[4 * 4]; member in struct:command_desc
496 memset((void *)&cd->acmd, 0, 32);
497 memcpy((void *)&cd->acmd, qc->cdb, qc->dev->cdb_len);
/drivers/staging/rts_pstor/
H A Dsd.c3922 u8 standby = 0, acmd = 0; local
3946 acmd = 1;
3992 if (acmd) {
4042 u8 send_cmd12 = 0, standby = 0, acmd = 0; local
4069 acmd = 1;
4118 if (acmd) {
4275 u8 send_cmd12 = 0, standby = 0, acmd = 0; local
4307 acmd = 1;
4369 if (acmd) {

Completed in 321 milliseconds