Lines Matching defs:digit
1143 struct bt_digit digit;
1156 digit.cmd.opcode = BT_INQUIRE_REVISION_3;
1157 bt_cmd(iobase, sc, sizeof(digit.cmd), (u_char *)&digit.cmd,
1158 sizeof(digit.reply), (u_char *)&digit.reply);
1159 *p++ = digit.reply.digit;
1162 digit.cmd.opcode = BT_INQUIRE_REVISION_4;
1163 bt_cmd(iobase, sc, sizeof(digit.cmd), (u_char *)&digit.cmd,
1164 sizeof(digit.reply), (u_char *)&digit.reply);
1165 *p++ = digit.reply.digit;