Searched refs:wr_posn (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux.c | 8078 loff_t wr_posn = *posn; local 8083 if (vfs_write((struct file *)fp, buf, buflen, &wr_posn) < 0) 8086 *posn = wr_posn;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux.c | 8089 loff_t wr_posn = *posn; local 8094 if (vfs_write((struct file *)fp, buf, buflen, &wr_posn) < 0) 8097 *posn = wr_posn;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux.c | 8078 loff_t wr_posn = *posn; local 8083 if (vfs_write((struct file *)fp, buf, buflen, &wr_posn) < 0) 8086 *posn = wr_posn;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux.c | 10577 loff_t wr_posn = *posn; in dhd_os_write_file_posn() local 10582 if (vfs_write((struct file *)fp, buf, buflen, &wr_posn) < 0) in dhd_os_write_file_posn() 10585 *posn = wr_posn; in dhd_os_write_file_posn()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux.c | 10581 loff_t wr_posn = *posn; in dhd_os_write_file_posn() local 10586 if (dhd_vfs_write((struct file *)fp, buf, buflen, &wr_posn) < 0) in dhd_os_write_file_posn() 10589 *posn = wr_posn; in dhd_os_write_file_posn()
|