Home
last modified time | relevance | path

Searched refs:SERIAL_DEVICE (Results 1 – 15 of 15) sorted by relevance

/dports/sysutils/u-boot-utilite/u-boot-2015.07/arch/arm/mach-uniphier/ph1-pro4/
H A Dplatdevice.c12 SERIAL_DEVICE(0, 0x54006800, UART_MASTER_CLK)
13 SERIAL_DEVICE(1, 0x54006900, UART_MASTER_CLK)
14 SERIAL_DEVICE(2, 0x54006a00, UART_MASTER_CLK)
15 SERIAL_DEVICE(3, 0x54006b00, UART_MASTER_CLK)
/dports/sysutils/u-boot-utilite/u-boot-2015.07/arch/arm/mach-uniphier/ph1-ld4/
H A Dplatdevice.c12 SERIAL_DEVICE(0, 0x54006800, UART_MASTER_CLK)
13 SERIAL_DEVICE(1, 0x54006900, UART_MASTER_CLK)
14 SERIAL_DEVICE(2, 0x54006a00, UART_MASTER_CLK)
15 SERIAL_DEVICE(3, 0x54006b00, UART_MASTER_CLK)
/dports/sysutils/u-boot-utilite/u-boot-2015.07/arch/arm/mach-uniphier/ph1-sld8/
H A Dplatdevice.c12 SERIAL_DEVICE(0, 0x54006800, UART_MASTER_CLK)
13 SERIAL_DEVICE(1, 0x54006900, UART_MASTER_CLK)
14 SERIAL_DEVICE(2, 0x54006a00, UART_MASTER_CLK)
15 SERIAL_DEVICE(3, 0x54006b00, UART_MASTER_CLK)
/dports/net/freerdp/freerdp-2.5.0/channels/serial/client/
H A Dserial_main.c54 typedef struct _SERIAL_DEVICE SERIAL_DEVICE; typedef
78 SERIAL_DEVICE* serial;
82 static UINT32 _GetLastErrorToIoStatus(SERIAL_DEVICE* serial) in _GetLastErrorToIoStatus()
447 static UINT serial_process_irp(SERIAL_DEVICE* serial, IRP* irp) in serial_process_irp()
518 static void create_irp_thread(SERIAL_DEVICE* serial, IRP* irp) in create_irp_thread()
672 static void terminate_pending_irp_threads(SERIAL_DEVICE* serial) in terminate_pending_irp_threads()
704 SERIAL_DEVICE* serial = (SERIAL_DEVICE*)arg; in serial_thread_func()
749 SERIAL_DEVICE* serial = (SERIAL_DEVICE*)device; in serial_irp_request()
777 SERIAL_DEVICE* serial = (SERIAL_DEVICE*)device; in serial_free()
823 SERIAL_DEVICE* serial; in DeviceServiceEntry()
[all …]
/dports/net/rdesktop/rdesktop-1.9.0/
H A Dserial.c146 static SERIAL_DEVICE *
160 get_termios(SERIAL_DEVICE * pser_inf, RD_NTHANDLE serial_fd) in get_termios()
312 set_termios(SERIAL_DEVICE * pser_inf, RD_NTHANDLE serial_fd) in set_termios()
512 SERIAL_DEVICE *pser_inf; in serial_enum_devices()
523 pser_inf = (SERIAL_DEVICE *) xmalloc(sizeof(SERIAL_DEVICE)); in serial_enum_devices()
561 SERIAL_DEVICE *pser_inf; in serial_create()
635 SERIAL_DEVICE *pser_inf; in serial_read()
690 SERIAL_DEVICE *pser_inf; in serial_write()
710 SERIAL_DEVICE *pser_inf; in serial_device_control()
963 SERIAL_DEVICE *pser_inf; in serial_get_event()
[all …]
H A Dtypes.h265 SERIAL_DEVICE; typedef
/dports/graphics/wdune/wdune-1.926/src/
H A Dconfig.h.in485 #undef SERIAL_DEVICE
487 #ifndef SERIAL_DEVICE
489 # define SERIAL_DEVICE "/dev/ttyS" macro
492 # define SERIAL_DEVICE "/dev/ttyd" macro
495 # define SERIAL_DEVICE "/dev/tty" macro
498 # define SERIAL_DEVICE "/dev/tty.modem" macro
501 # define SERIAL_DEVICE "/dev/ttyd" macro
504 # define SERIAL_DEVICE "/dev/term/a" macro
507 # define SERIAL_DEVICE "/dev/ttyd" macro
510 # define SERIAL_DEVICE "/dev/ttyd" macro
[all …]
H A DAflock.h138 Aflock(const char* const port = SERIAL_DEVICE,
H A DInputDevice.cpp1975 #ifdef SERIAL_DEVICE in guessInputDeviceNames()
1977 loopAddUnixDevices(names,SERIAL_DEVICE,OFFSET_SERIAL_DEVICE); in guessInputDeviceNames()
2681 #ifdef SERIAL_DEVICE in guessInputDeviceNames()
2683 loopAddUnixDevices(names,SERIAL_DEVICE,OFFSET_SERIAL_DEVICE); in guessInputDeviceNames()
H A DAflock.cpp949 mysnprintf(command,1023,"stty -a F %s%c", SERIAL_DEVICE,
/dports/net-mgmt/mdata-client/mdata-client-20151001/plat/
H A Dlinux.c28 #define SERIAL_DEVICE "/dev/ttyS1" macro
154 if (unix_open_serial(SERIAL_DEVICE, &mpl->mpl_conn, errmsg, in plat_init()
H A Dfreebsd.c28 #define SERIAL_DEVICE "/dev/cuau1" macro
160 if (unix_open_serial(SERIAL_DEVICE, &mpl->mpl_conn, errmsg, in plat_init()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/arch/arm/mach-uniphier/include/mach/
H A Dplatdevice.h14 #define SERIAL_DEVICE(n, ba, clk) \ macro
/dports/net/cloud-init/cloud-init-21.4/cloudinit/sources/
H A DDataSourceSmartOS.py83 SERIAL_DEVICE = '/dev/ttyS1' variable
101 'serial_device': SERIAL_DEVICE,
315 return 'serial (%s)' % SERIAL_DEVICE
684 serial_device=SERIAL_DEVICE, serial_timeout=SERIAL_TIMEOUT,
/dports/net/cloud-init/cloud-init-21.4/tests/unittests/test_datasource/
H A Dtest_smartos.py30 SMARTOS_ENV_KVM, SERIAL_DEVICE, get_smartos_environ,
1102 @unittest.skipUnless(os.access(SERIAL_DEVICE, os.W_OK),
1103 "Requires write access to " + SERIAL_DEVICE)