Home
last modified time | relevance | path

Searched defs:filep (Results 26 - 41 of 41) sorted by relevance

12

/third_party/curl/src/
H A Dtool_operhlp.c126 const char *filep = strrchr(filename, '/'); in add_file_name_to_url() local
/third_party/NuttX/drivers/pipes/
H A Dpipe_common.c169 int pipecommon_open(struct file *filep) in pipecommon_open() argument
278 int pipecommon_close(struct file *filep) in pipecommon_close() argument
376 pipecommon_read(struct file *filep, char *buffer, size_t len) pipecommon_read() argument
536 pipecommon_write(struct file *filep, const char *buffer, size_t len) pipecommon_write() argument
698 pipecommon_poll(struct file *filep, poll_table *table) pipecommon_poll() argument
775 pipecommon_ioctl(struct file *filep, int cmd, unsigned long arg) pipecommon_ioctl() argument
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_mass_storage_ram.c58 static int ram_open(struct inode *filep) in ram_open() argument
64 static int ram_close(struct inode *filep) in ram_close() argument
H A Dusbd_hid.c68 static int hid_open(FAR struct file *filep) in hid_open() argument
83 static int hid_close(FAR struct file *filep) in hid_close() argument
209 static ssize_t hid_poll(FAR struct file *filep, poll_tabl argument
234 hid_read(FAR struct file *filep, FAR char *buffer, size_t buflen) hid_read() argument
272 hid_write(FAR struct file *filep, FAR const char *buffer, size_t buflen) hid_write() argument
[all...]
H A Dcdcacm.c302 static ssize_t cdcuart_write(FAR struct file *filep, in cdcuart_write() argument
604 static ssize_t cdcacm_release_rxpending(FAR struct file *filep, FAR char *buffer, size_t buflen) in cdcacm_release_rxpending() argument
1662 static int cdcuart_open(FAR struct file *filep) in cdcuart_open() argument
1678 cdcuart_ioctl(FAR struct file *filep, int cmd, unsigned long arg) cdcuart_ioctl() argument
[all...]
/device/soc/hisilicon/common/platform/uart/
H A Duart_hi35xx.c364 static int32_t Hi35xxPollEvent(struct UartHost *host, void *filep, void *table) in Hi35xxPollEvent() argument
/third_party/NuttX/drivers/video/
H A Dfb.c97 static ssize_t fb_mmap(struct file *filep, LosVmMapRegion *region) in fb_mmap() argument
133 static int fb_open(struct file *filep) in fb_open() argument
170 fb_close(struct file *filep) fb_close() argument
203 fb_read(struct file *filep, char *buffer, size_t len) fb_read() argument
248 fb_write(struct file *filep, const char *buffer, size_t len) fb_write() argument
301 fb_seek(struct file *filep, off_t offset, int whence) fb_seek() argument
369 fb_ioctl(struct file *filep, int cmd, unsigned long arg) fb_ioctl() argument
[all...]
/third_party/NuttX/fs/inode/
H A Dfs_files.c145 void file_hold(struct file *filep) in file_hold() argument
162 void file_release(struct file *filep) in file_release() argument
190 static int _files_close(struct file *filep) in _files_close() argument
428 struct file *filep = NULL; files_allocate() local
555 struct file *filep = &list->fl_files[fd]; files_release() local
648 struct file *filep = NULL; files_refer() local
[all...]
/third_party/NuttX/fs/vfs/
H A Dfs_poll.c210 static int file_poll(struct file *filep, poll_table *wait) in file_poll() argument
224 struct file *filep = NULL; in fdesc_poll() local
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_gem.c777 long drm_gem_dma_resv_wait(struct drm_file *filep, u32 handle, in drm_gem_dma_resv_wait() argument
/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c1348 tty_usb_open(struct file *filep) in tty_usb_open() argument
1367 tty_usb_close(struct file *filep) in tty_usb_close() argument
1381 tty_usb_read(struct file *filep, char *buffer, size_t buflen) in tty_usb_read() argument
1440 tty_usb_write(struct file *filep, const char *buffer, size_t buflen) tty_usb_write() argument
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_dev.c780 usb_open(struct file *filep) in usb_open() argument
854 usb_close(struct file *filep) usb_close() argument
959 usb_ioctl(struct file *filep, int cmd, unsigned long arg) usb_ioctl() argument
1042 usb_poll(struct file *filep, poll_table *fds) usb_poll() argument
1146 usb_read(struct file *filep, char *buffer, size_t buflen) usb_read() argument
1253 usb_write(struct file *filep, const char *buffer, size_t buflen) usb_write() argument
[all...]
/third_party/NuttX/fs/nfs/
H A Dnfs_adapter.c1554 int vfs_nfs_write(struct file *filep, const char *buffer, size_t buflen) in vfs_nfs_write() argument
1977 off_t vfs_nfs_seek(struct file *filep, off_t offset, int whence) in vfs_nfs_seek() argument
2197 vfs_nfs_read(struct file *filep, char *buffer, size_t buflen) vfs_nfs_read() argument
2680 vfs_nfs_close_file(struct file *filep) vfs_nfs_close_file() argument
3080 vfs_nfs_open(struct file *filep) vfs_nfs_open() argument
[all...]
/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c996 int tmpfs_close(struct file *filep) in tmpfs_close() argument
1046 ssize_t tmpfs_read(struct file *filep, cha argument
1247 tmpfs_write(struct file *filep, const char *buffer, size_t buflen) tmpfs_write() argument
1343 tmpfs_seek(struct file *filep, off_t offset, int whence) tmpfs_seek() argument
1400 tmpfs_ioctl(struct file *filep, int cmd, unsigned long arg) tmpfs_ioctl() argument
1409 tmpfs_sync(struct file *filep) tmpfs_sync() argument
[all...]
/third_party/FreeBSD/sys/dev/usb/storage/
H A Dumass.c3152 umass_open(struct Vnode *filep) in umass_open() argument
3159 umass_close(struct Vnode *filep) in umass_close() argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux.c8276 struct file *filep = (struct file *)file; in dhd_os_read_file() local
8287 struct file *filep = (struct file *)file; in dhd_os_seek_file() local
8300 struct file *filep = NULL; in dhd_init_logstrs_array() local
8373 struct file *filep = NULL; dhd_read_map() local
8413 struct file *filep = NULL; dhd_init_static_strs_array() local
[all...]

Completed in 43 milliseconds

12