Home
last modified time | relevance | path

Searched refs:f_arg (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/ramfs/src/
A Dramfs_vfs.c49 fp->f_arg = ramfs_file.entry; in ramfs_vfs_open()
63 ramfs_file.entry = (ramfs_entry_t *)fp->f_arg; in ramfs_vfs_close()
81 ramfs_file.entry = (ramfs_entry_t *)fp->f_arg; in ramfs_vfs_read()
107 ramfs_file.entry = (ramfs_entry_t *)fp->f_arg; in ramfs_vfs_write()
147 ramfs_file.entry = (ramfs_entry_t *)fp->f_arg; in ramfs_vfs_lseek()
195 fp->f_arg = dp; in ramfs_vfs_opendir()
211 dp = (ramfs_vfs_dir_t *)fp->f_arg; in ramfs_vfs_closedir()
273 ramfs_file.entry = (ramfs_entry_t *)fp->f_arg; in ramfs_vfs_fstat()
332 dp = fp->f_arg; in ramfs_vfs_readdir()
364 dp = fp->f_arg; in ramfs_vfs_rewinddir()
/AliOS-Things-master/components/epoll/example/
A Dtest_device.c45 file->f_arg = pdev; in event_open()
51 event_dev_t *pdev = file->f_arg; in event_close()
73 event_dev_t *pdev = f->f_arg; in _event_write()
133 event_dev_t *pdev = f->f_arg; in event_read()
167 event_dev_t *pdev = f->f_arg; in event_poll()
/AliOS-Things-master/components/select/example/
A Dtest_device.c45 file->f_arg = pdev; in event_open()
51 event_dev_t *pdev = file->f_arg; in event_close()
73 event_dev_t *pdev = f->f_arg; in _event_write()
133 event_dev_t *pdev = f->f_arg; in event_read()
167 event_dev_t *pdev = f->f_arg; in event_poll()
/AliOS-Things-master/components/drivers/peripheral/watchdog/src/
A Dwdg_dev.c29 wdg_dev_handle_t wdg = (wdg_dev_handle_t)f->f_arg; in wdg_device_ioctl()
82 f->f_arg = wdg; in wdg_device_open()
92 wdg_dev_handle_t wdg = (wdg_dev_handle_t)f->f_arg; in wdg_device_close()
105 f->f_arg = NULL; in wdg_device_close()
/AliOS-Things-master/components/fatfs/src/
A Dfatfs_vfs.c150 fp->f_arg = (void *)f; in fatfs_vfs_open()
164 FIL *f = (FIL *)(fp->f_arg); in fatfs_vfs_close()
170 fp->f_arg = NULL; in fatfs_vfs_close()
182 FIL *f = (FIL *)(fp->f_arg); in fatfs_vfs_read()
198 FIL *f = (FIL *)(fp->f_arg); in fatfs_vfs_write()
243 FIL *f = (FIL *)(fp->f_arg); in fatfs_vfs_lseek()
272 FIL *f = (FIL *)(fp->f_arg); in fatfs_vfs_sync()
/AliOS-Things-master/components/epoll/src/
A Ddevice.c167 file->f_arg = pdev; in epoll_open()
182 file->f_arg = NULL; in epoll_open()
190 epoll_dev_t *pdev = file->f_arg; in epoll_close()
223 file->f_arg = NULL; in epoll_close()
431 epoll_dev_t *pdev = f->f_arg; in epoll_ioctl()
/AliOS-Things-master/components/drivers/peripheral/i2c/src/
A Di2c_dev.c134 i2c_dev_handle_t slave = (i2c_dev_handle_t)f->f_arg; in i2c_device_ioctl()
288 f->f_arg = slave; in i2c_device_open()
298 i2c_dev_handle_t slave = (i2c_dev_handle_t)f->f_arg; in i2c_device_close()
305 f->f_arg = NULL; in i2c_device_close()
/AliOS-Things-master/components/littlefs/src/
A Dlittlefs_vfs.c851 fp->f_arg = (void *)file; in lfs_vfs_open()
862 lfs_file_t *file = (lfs_file_t *)(fp->f_arg); in lfs_vfs_close()
887 lfs_file_t *file = (lfs_file_t *)(fp->f_arg); in lfs_vfs_read()
905 lfs_file_t *file = (lfs_file_t *)(fp->f_arg); in lfs_vfs_write()
931 lfs_file_t *file = (lfs_file_t *)(fp->f_arg); in lfs_vfs_lseek()
948 lfs_file_t *file = (lfs_file_t *)(fp->f_arg); in lfs_vfs_sync()
966 lfs_file_t *file = (lfs_file_t*)(fp->f_arg); in lfs_vfs_fstat()
1189 fp->f_arg = (void *)lfsvfs_dir; in lfs_vfs_opendir()
/AliOS-Things-master/components/vfs/
A Dvfs_file.c92 f->f_arg = NULL; in vfs_file_new()
/AliOS-Things-master/components/vfs/include/
A Dvfs_types.h77 void *f_arg; /* arguments for file or device */ member
/AliOS-Things-master/components/vfs/include/aos/
A Dvfs.h85 void *f_arg; /**< f_arg for file */ member
/AliOS-Things-master/components/amp_adapter/portfiles/aos/
A Dvfs.h85 void *f_arg; /**< f_arg for file */ member
/AliOS-Things-master/components/amp_adapter/
A Dvfs.h85 void *f_arg; /**< f_arg for file */ member

Completed in 41 milliseconds