Searched refs:filp (Results 1 - 4 of 4) sorted by relevance

/openwrt/package/kernel/rtc-rv5c386a/src/
H A Drtc.c247 static int rtc_open(UNUSED struct inode *inode, UNUSED struct file *filp) argument
271 static int rtc_release(UNUSED struct inode *inode, UNUSED struct file *filp) argument
373 static ssize_t rtc_write(UNUSED struct file *filp, const char *buf, argument
383 if (ppos != &filp->f_pos)
436 static ssize_t rtc_read(UNUSED struct file *filp, char *buf, size_t count, argument
/openwrt/target/linux/ar71xx/files/arch/mips/ath79/
H A Drouterboot.c306 rb_ext_wlan_data_read(struct file *filp, struct kobject *kobj, argument
/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_vfs.c512 static int yaffs_write_begin(struct file *filp, struct address_space *mapping, argument
539 space_held = yaffs_hold_space(filp);
549 ret = yaffs_readpage_nolock(filp, pg);
563 yaffs_release_space(filp);
644 static int yaffs_write_end(struct file *filp, struct address_space *mapping, argument
659 ret = yaffs_file_write(filp, addr, copied, &pos);
670 yaffs_release_space(filp);
/openwrt/package/kernel/lantiq/ltq-adsl-mei/src/
H A Dlantiq_mei.c2426 IFX_MEI_Write (DSL_DRV_file_t * filp, const char *buf, size_t size, loff_t * loff) argument
2430 DSL_DEV_Device_t *pDev = (DSL_DEV_Device_t *) filp->private_data;

Completed in 98 milliseconds