Home
last modified time | relevance | path

Searched defs:file_p (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/lvgl_demo/lvgl/
H A Dlv_port_file.c16 FILE *file_p; in fs_open() local
36 static lv_fs_res_t fs_close(lv_fs_drv_t *drv, void *file_p) in fs_close()
56 static lv_fs_res_t fs_read(lv_fs_drv_t *drv, void *file_p, void *buf, uint32_t btr, uint32_t *br) in fs_read()
68 static lv_fs_res_t fs_write(lv_fs_drv_t *drv, void *file_p, const void *buf, uint32_t btw, uint32_t… in fs_write()
86 static lv_fs_res_t fs_seek(lv_fs_drv_t *drv, void *file_p, uint32_t pos, lv_fs_whence_t whence) in fs_seek()
96 static lv_fs_res_t fs_tell(struct _lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p) in fs_tell()
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.c979 static int btchr_open(struct inode *inode_p, struct file *file_p) in btchr_open()
1011 static int btchr_close(struct inode *inode_p, struct file *file_p) in btchr_close()
1042 static ssize_t btchr_read(struct file *file_p, in btchr_read()
1084 static ssize_t btchr_write(struct file *file_p, in btchr_write()
1137 static unsigned int btchr_poll(struct file *file_p, poll_table *wait) in btchr_poll()
1175 static long btchr_ioctl(struct file *file_p, unsigned int cmd, unsigned long arg){ in btchr_ioctl()