Home
last modified time | relevance | path

Searched refs:dhd_vfs_write (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_bam.c313 ret = dhd_vfs_write(fp, tmp, len, &fp->f_pos); in wl_bad_ap_mngr_fwrite()
H A Ddhd.h4686 static INLINE int dhd_vfs_write(struct file *filep, char *buf, size_t size, loff_t *pos) in dhd_vfs_write() function
4735 static INLINE int dhd_vfs_write(struct file *filep, char *buf, size_t size, loff_t *pos) in dhd_vfs_write() function
H A Ddhd_linux.c10586 if (dhd_vfs_write((struct file *)fp, buf, buflen, &wr_posn) < 0) in dhd_os_write_file_posn()
20893 ret = dhd_vfs_write(fp, buf, size, &pos); in write_file()
22568 ret = dhd_vfs_write(fp, (char *)&rnd_len, sizeof(rnd_len), &pos); in dhd_dump_rnd_info()
22574 ret = dhd_vfs_write(fp, (char *)rnd_buf, rnd_len, &pos); in dhd_dump_rnd_info()
24736 ret = dhd_vfs_write(fp, mem_buf, buf_len, (loff_t *)pos); in dhd_export_debug_data()
26814 ret = dhd_vfs_write(fp, buf, buf_len, &fp->f_pos);