Home
last modified time | relevance | path

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

/components/lwp/terminal/
A DKconfig9 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 Ddevfs.c22 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 Ddevfs.c541 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 DKconfig6 This framework will be of use only to devices that use
/components/drivers/usb/cherryusb/platform/rtthread/
A Dusb_msh.c46 MSH_CMD_EXPORT(lsusb, ls usb devices);
/components/libc/
A Dposix-info.txt25 <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 DREADME.md5 …peaking, you have to mount the ptyfs on `/dev` root, since all the file nodes in ptyfs are devices.
/components/libc/posix/
A DKconfig11 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 DFILES22 devices. Please read /doc/ppp.txt and ppp/PPPD_FOLLOWUP for a detailed
/components/net/lwip/lwip-2.0.3/src/netif/
A DFILES23 devices. Please read /doc/ppp.txt and ppp/PPPD_FOLLOWUP for a detailed
/components/drivers/usb/cherryusb/
A DREADME.md59 …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 DREADME50 lwIP has grown into an excellent TCP/IP stack for embedded devices,
A DCHANGELOG417 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 DREADME37 lwIP has grown into an excellent TCP/IP stack for embedded devices,
/components/net/lwip/lwip-2.0.3/doc/
A Dmdns.txt8 cases - but watch out if many devices on the same network try to use the same
/components/net/lwip/lwip-2.1.2/
A DREADME56 lwIP has grown into an excellent TCP/IP stack for embedded devices,
A DCHANGELOG670 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 Dmdns.txt8 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 DPPPD_FOLLOWUP2 huge changes to match code size and memory requirements for embedded devices.
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A DPPPD_FOLLOWUP2 huge changes to match code size and memory requirements for embedded devices.
/components/finsh/
A Dcmd.c1116 CMD_OPTIONS_NODE(RT_Object_Class_Device, device, list devices)

Completed in 24 milliseconds