Lines Matching refs:speeds
344 * List of speeds to try to establish connection with the camera.
349 static struct pkt_speed speeds[] = { {B9600, {0x96, 0x00}},
359 #define NUM_OF_SPEEDS ((int)(sizeof(speeds) / sizeof(struct pkt_speed)))
403 if (speeds[speed_index].baud == speed)
405 init_pck[2] = speeds[speed_index].pkt_code[0];
406 init_pck[3] = speeds[speed_index].pkt_code[1];
468 (int) speeds[speed_index].baud);
470 cfsetospeed (&tty_new, speeds[speed_index].baud);
471 cfsetispeed (&tty_new, speeds[speed_index].baud);
514 init_pck[2] = speeds[0].pkt_code[0];
515 init_pck[3] = speeds[0].pkt_code[1];