Searched refs:devices (Results 1 – 21 of 21) sorted by relevance
| /components/lwp/terminal/ |
| A D | Kconfig | 9 int "Max number of pty devices registered at the same time" 13 out by the application if it keeps allocating pty devices.
|
| /components/dfs/dfs_v1/filesystems/devfs/ |
| A D | devfs.c | 22 rt_device_t *devices; member 187 root_dirent->devices = (rt_device_t *)(root_dirent + 1); in dfs_device_fs_open() 201 root_dirent->devices[count] = (rt_device_t)object; in dfs_device_fs_open() 352 object = (rt_object_t)root_dirent->devices[root_dirent->read_index + index]; in dfs_device_fs_getdents()
|
| /components/dfs/dfs_v2/filesystems/devfs/ |
| A D | devfs.c | 541 rt_device_t *devices = rt_malloc(count * sizeof(rt_device_t)); in dfs_devfs_update() local 542 if (devices) in dfs_devfs_update() 544 rt_object_get_pointers(RT_Object_Class_Device, (rt_object_t *)devices, count); in dfs_devfs_update() 548 dfs_devfs_device_add(devices[index]); in dfs_devfs_update() 550 rt_free(devices); in dfs_devfs_update()
|
| /components/drivers/phye/ |
| A D | Kconfig | 6 This framework will be of use only to devices that use
|
| /components/drivers/usb/cherryusb/platform/rtthread/ |
| A D | usb_msh.c | 46 MSH_CMD_EXPORT(lsusb, ls usb devices);
|
| /components/libc/ |
| A D | posix-info.txt | 25 <fenv.h> ;the 'env' should combined with non-volatile devices 238 - setenv() ;the 'env' should combined with non-volatile devices 247 - unsetenv() ;the 'env' should combined with non-volatile devices
|
| /components/dfs/dfs_v2/filesystems/ptyfs/ |
| A D | README.md | 5 …peaking, you have to mount the ptyfs on `/dev` root, since all the file nodes in ptyfs are devices.
|
| /components/libc/posix/ |
| A D | Kconfig | 11 bool "Enable devices as file descriptors" 16 bool "Enable standard I/O devices, e.g. STDOUT_FILENO"
|
| /components/net/lwip/lwip-2.1.2/src/netif/ |
| A D | FILES | 22 devices. Please read /doc/ppp.txt and ppp/PPPD_FOLLOWUP for a detailed
|
| /components/net/lwip/lwip-2.0.3/src/netif/ |
| A D | FILES | 23 devices. Please read /doc/ppp.txt and ppp/PPPD_FOLLOWUP for a detailed
|
| /components/drivers/usb/cherryusb/ |
| A D | README.md | 59 …d chained approach allows the user to quickly get started with composite devices without having to… 97 The CherryUSB Host Stack has a standard enumeration implementation for devices mounted on root hubs… 101 - Support low speed, full speed, high speed and super speed devices 118 …e lsusb function, which allows you to view information about all mounted devices, including those …
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | README | 50 lwIP has grown into an excellent TCP/IP stack for embedded devices,
|
| A D | CHANGELOG | 417 code size and memory requirements for embedded devices, including: 435 used in embedded devices with reduced memory footprint.
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | README | 37 lwIP has grown into an excellent TCP/IP stack for embedded devices,
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | mdns.txt | 8 cases - but watch out if many devices on the same network try to use the same
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | README | 56 lwIP has grown into an excellent TCP/IP stack for embedded devices,
|
| A D | CHANGELOG | 670 code size and memory requirements for embedded devices, including: 688 used in embedded devices with reduced memory footprint.
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | mdns.txt | 8 cases - but watch out if many devices on the same network try to use the same
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | PPPD_FOLLOWUP | 2 huge changes to match code size and memory requirements for embedded devices.
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | PPPD_FOLLOWUP | 2 huge changes to match code size and memory requirements for embedded devices.
|
| /components/finsh/ |
| A D | cmd.c | 1116 CMD_OPTIONS_NODE(RT_Object_Class_Device, device, list devices)
|
Completed in 24 milliseconds