Home | History | Annotate | Download | only in dti

Lines Matching defs:bt_cmd

137 int bt_cmd(int, struct bt_softc *, int, u_char *, int, u_char *);
179 * bt_cmd(iobase, sc, icnt, ibuf, ocnt, obuf)
193 bt_cmd(int iobase, struct bt_softc *sc, int icnt, int ocnt, u_char *ibuf,
231 printf("%s: bt_cmd, host not idle(0x%x)\n",
258 printf("%s: bt_cmd, cmd/data port full\n", name);
278 printf("%s: bt_cmd, cmd/data port empty %d\n",
299 printf("%s: bt_cmd, host not finished(0x%x)\n",
536 bt_cmd(iobase, sc, sizeof(toggle.cmd), (u_char *)&toggle.cmd, 0,
759 bt_cmd(iobase, sc, sizeof(toggle.cmd),
953 i = bt_cmd(iobase, sc, sizeof(inquire.cmd), (u_char *)&inquire.cmd,
992 bt_cmd(iobase, sc, sizeof(config.cmd), (u_char *)&config.cmd,
1079 bt_cmd(iobase, sc, sizeof(toggle.cmd), (u_char *)&toggle.cmd,
1085 bt_cmd(iobase, sc, sizeof(devices.cmd), (u_char *)&devices.cmd,
1091 bt_cmd(iobase, sc, sizeof(setup.cmd), (u_char *)&setup.cmd,
1105 bt_cmd(iobase, sc, sizeof(period.cmd), (u_char *)&period.cmd,
1133 bt_cmd(iobase, sc, sizeof(mailbox.cmd), (u_char *)&mailbox.cmd,
1151 bt_cmd(iobase, sc, sizeof(revision.cmd), (u_char *)&revision.cmd,
1157 bt_cmd(iobase, sc, sizeof(digit.cmd), (u_char *)&digit.cmd,
1163 bt_cmd(iobase, sc, sizeof(digit.cmd), (u_char *)&digit.cmd,
1178 bt_cmd(iobase, sc, sizeof(model.cmd), (u_char *)&model.cmd,