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

/drivers/block/paride/
H A Dpg.c441 char id_cmd[12] = { ATAPI_IDENTIFY, 0, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0 }; local
444 s = pg_command(dev, id_cmd, 36, jiffies + PG_TMO);
H A Dpcd.c611 char id_cmd[12] = { 0x12, 0, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0 }; local
615 s = pcd_atapi(cd, id_cmd, 36, pcd_buffer, "identify");
H A Dpf.c630 char id_cmd[12] = local
634 s = pf_atapi(pf, id_cmd, 36, buf, "identify");
H A Dpt.c532 char id_cmd[12] = { ATAPI_IDENTIFY, 0, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0 }; local
539 s = pt_atapi(tape, id_cmd, 36, buf, "identify");
/drivers/staging/rts5139/
H A Dxd.c90 static int xd_read_id(struct rts51x_chip *chip, u8 id_cmd, u8 *id_buf, argument
97 rts51x_add_cmd(chip, WRITE_REG_CMD, XD_DAT, 0xFF, id_cmd);
/drivers/staging/rts_pstor/
H A Dxd.c84 static int xd_read_id(struct rtsx_chip *chip, u8 id_cmd, u8 *id_buf, u8 buf_len) argument
91 rtsx_add_cmd(chip, WRITE_REG_CMD, XD_DAT, 0xFF, id_cmd);

Completed in 108 milliseconds