Searched refs:serial_hds (Results 1 - 6 of 6) sorted by relevance

/external/qemu/hw/
H A Dandroid_arm.c92 goldfish_tty_add(serial_hds[0], 0, 0xff002000, 4);
94 //printf("android_arm_init serial %d %x\n", i, serial_hds[i]);
95 if(serial_hds[i]) {
96 goldfish_tty_add(serial_hds[i], i, 0, 0);
H A Dpc.c1117 goldfish_tty_add(serial_hds[0], 0, 0, 0);
1119 if(serial_hds[i]) {
1120 goldfish_tty_add(serial_hds[i], i, 0, 0);
1126 if (serial_hds[i]) {
1128 serial_hds[i]);
H A Dqdev.c289 return serial_hds[next_serial++];
/external/qemu/
H A Dsysemu.h208 extern CharDriverState *serial_hds[MAX_SERIAL_PORTS];
H A Dvl-android.c286 CharDriverState *serial_hds[MAX_SERIAL_PORTS]; variable
2480 if (serial_hds[index] != NULL) {
2485 serial_hds[index] = qemu_chr_open(label, devname, NULL);
2486 if (!serial_hds[index]) {
2502 if (serial_hds[index] == NULL) {
4343 qemu_chr_printf(serial_hds[i], "serial%d console\r\n", i);
H A Dvl.c220 CharDriverState *serial_hds[MAX_SERIAL_PORTS]; variable
3028 serial_hds[i] = qemu_chr_open(label, devname, NULL);
3029 if (!serial_hds[i]) {
3173 qemu_chr_printf(serial_hds[i], "serial%d console\r\n", i);

Completed in 167 milliseconds