Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 31) sorted by relevance

12

/components/drivers/usb/cherryusb/port/hpmicro/
A Dusb_dc_hpm.c40 usb_device_handle_t *handle; member
122 usb_device_handle_t *handle = g_hpm_udc[busid].handle; in usbd_set_address() local
169 usb_device_handle_t *handle = g_hpm_udc[busid].handle; in usbd_ep_open() local
193 usb_device_handle_t *handle = g_hpm_udc[busid].handle; in usbd_ep_close() local
209 usb_device_handle_t *handle = g_hpm_udc[busid].handle; in usbd_ep_set_stall() local
217 usb_device_handle_t *handle = g_hpm_udc[busid].handle; in usbd_ep_clear_stall() local
225 usb_device_handle_t *handle = g_hpm_udc[busid].handle; in usbd_ep_is_stalled() local
234 usb_device_handle_t *handle = g_hpm_udc[busid].handle; in usbd_ep_start_write() local
255 usb_device_handle_t *handle = g_hpm_udc[busid].handle; in usbd_ep_start_read() local
276 usb_device_handle_t *handle = g_hpm_udc[busid].handle; in USBD_IRQHandler() local
/components/dfs/dfs_v1/filesystems/nfs/
A Ddfs_nfs.c39 nfs_fh3 handle; member
131 nfs_fh3 *handle = NULL; in get_handle() local
200 nfs_fh3 *handle = NULL; in get_dir_handle() local
297 nfs_fh3 *handle; in nfs_is_directory() local
339 nfs_fh3 *handle; in nfs_create() local
391 nfs_fh3 *handle; in nfs_mkdir() local
793 nfs_fh3 *handle; in nfs_open() local
845 nfs_fh3 *handle; in nfs_stat() local
895 nfs_fh3 *handle; in nfs_opendir() local
984 nfs_fh3 *handle; in nfs_unlink() local
[all …]
/components/net/lwip/lwip-2.0.3/src/apps/snmp/
A Dsnmp_netconn.c81 snmp_sendto(void *handle, struct pbuf *p, const ip_addr_t *dst, u16_t port) in snmp_sendto()
94 snmp_get_local_ip_for_dst(void* handle, const ip_addr_t *dst, ip_addr_t *result) in snmp_get_local_ip_for_dst()
A Dsnmp_raw.c56 snmp_sendto(void *handle, struct pbuf *p, const ip_addr_t *dst, u16_t port) in snmp_sendto()
62 snmp_get_local_ip_for_dst(void* handle, const ip_addr_t *dst, ip_addr_t *result) in snmp_get_local_ip_for_dst()
A Dsnmp_msg.h95 void *handle; member
A Dsnmp_msg.c179 snmp_receive(void *handle, struct pbuf *p, const ip_addr_t *source_ip, u16_t port) in snmp_receive()
/components/net/lwip/lwip-2.1.2/src/apps/snmp/
A Dsnmp_netconn.c82 snmp_sendto(void *handle, struct pbuf *p, const ip_addr_t *dst, u16_t port) in snmp_sendto()
95 snmp_get_local_ip_for_dst(void *handle, const ip_addr_t *dst, ip_addr_t *result) in snmp_get_local_ip_for_dst()
A Dsnmp_raw.c57 snmp_sendto(void *handle, struct pbuf *p, const ip_addr_t *dst, u16_t port) in snmp_sendto()
63 snmp_get_local_ip_for_dst(void *handle, const ip_addr_t *dst, ip_addr_t *result) in snmp_get_local_ip_for_dst()
A Dsnmp_msg.h82 void *handle; member
/components/libc/posix/libdl/
A Ddlclose.c25 int dlclose(void *handle) in dlclose()
A Ddlsym.c27 void* dlsym(void *handle, const char* symbol) in dlsym()
/components/libc/compilers/dlib/
A Dsyscall_close.c26 int __close(int handle) in __close()
A Dsyscall_lseek.c35 long __lseek(int handle, long offset, int whence) in __lseek()
A Dsyscall_open.c29 int handle; in __open() local
A Dsyscall_read.c35 size_t __read(int handle, unsigned char *buf, size_t len) in __read()
A Dsyscall_write.c35 size_t __write(int handle, const unsigned char *buf, size_t len) in __write()
/components/net/lwip/lwip-2.0.3/src/apps/tftp/
A Dtftp_port.c43 static int tftp_write(void* handle, struct pbuf* p) in tftp_write()
A Dtftp_server.c81 void *handle; member
/components/net/lwip/lwip-2.1.2/src/apps/tftp/
A Dtftp_port.c43 static int tftp_write(void* handle, struct pbuf* p) in tftp_write()
A Dtftp_server.c81 void *handle; member
/components/lwp/terminal/
A Dtty_device.c358 lwp_tty_t lwp_tty_create_ext(lwp_ttydevsw_t handle, void *softc, in lwp_tty_create_ext()
412 lwp_tty_t lwp_tty_create(lwp_ttydevsw_t handle, void *softc) in lwp_tty_create()
/components/legacy/fdt/src/
A Ddtb_get.c628 struct dtb_node *dtb_node_get_dtb_node_by_phandle_DFS(struct dtb_node *dtb_node, phandle handle) in dtb_node_get_dtb_node_by_phandle_DFS()
651 struct dtb_node *dtb_node_get_dtb_node_by_phandle_BFS(struct dtb_node *dtb_node, phandle handle) in dtb_node_get_dtb_node_by_phandle_BFS()
A Ddtb_access.c408 struct dtb_node *dtb_node_find_node_by_phandle(phandle handle) in dtb_node_find_node_by_phandle()
/components/lwp/
A Dlwp_pid.c988 struct waitpid_handle *handle; in _waitq_filter() local
1047 struct waitpid_handle *handle, pid_t destiny) in _wait_for_event()
1102 struct waitpid_handle handle; in _wait_and_reap() local
/components/legacy/fdt/inc/
A Ddtb_node.h76 phandle handle; member

Completed in 27 milliseconds

12