Lines Matching defs:send_cmd
169 void (*send_cmd)(struct mxc_nand_host *, uint16_t, int);
372 pr_debug("send_cmd(host, 0x%x, %d)\n", cmd, useirq);
941 host->send_cmd(host, command, false);
948 host->send_cmd(host, command, true);
961 host->send_cmd(host, command, false);
965 host->send_cmd(host, NAND_CMD_READSTART, true);
980 host->send_cmd(host, command, false);
988 host->send_cmd(host, command, true);
993 host->send_cmd(host, command, true);
1001 host->send_cmd(host, command, false);
1100 host->send_cmd = send_cmd_v1_v2;
1142 host->send_cmd = send_cmd_v3;