Home
last modified time | relevance | path

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

/components/lwp/terminal/
A Dtty_ptmx.c329 rt_device_t sysptmx_rtdev = &sysptmx; in _sys_ptmx_init() local
332 sysptmx_rtdev->type = RT_Device_Class_Char; in _sys_ptmx_init()
333 sysptmx_rtdev->ops = RT_NULL; in _sys_ptmx_init()
334 rc = rt_device_register(sysptmx_rtdev, "ptmx", RT_DEVICE_FLAG_DYNAMIC); in _sys_ptmx_init()
337 sysptmx_rtdev->readlink = &sysptmx_readlink; in _sys_ptmx_init()
338 sysptmx_rtdev->fops = &sysptmx_file_ops; in _sys_ptmx_init()

Completed in 2 milliseconds