Searched refs:ignore_ex (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/char/ |
D | tpqic02.c | 505 static int notify_cmd(char cmd, short ignore_ex) in notify_cmd() argument 514 if ((!ignore_ex) && is_exception()) { in notify_cmd() 626 static int send_qic02_data(char sb[], unsigned size, int ignore_ex) in send_qic02_data() argument 636 stat = notify_cmd(sb[i], ignore_ex); in send_qic02_data() 652 static int send_qic02_cmd(int cmd, time_t timeout, int ignore_ex) in send_qic02_cmd() argument 673 stat = notify_cmd(cmd, ignore_ex); /* tell drive new command was loaded, */ in send_qic02_cmd() 677 stat = send_qic02_data(seek_addr_buf, sizeof(seek_addr_buf), ignore_ex); in send_qic02_cmd()
|