Home
last modified time | relevance | path

Searched refs:write_page (Results 1 – 31 of 31) sorted by relevance

/linux-4.1.27/sound/usb/usx2y/
Dusb_stream.c107 init_pipe_urbs(sk, use_packsize, sk->outurb, sk->write_page, dev, in init_urbs()
146 free_pages((unsigned long)sk->write_page, get_order(s->write_size)); in usb_stream_free()
147 sk->write_page = NULL; in usb_stream_free()
213 sk->write_page = in usb_stream_new()
215 if (!sk->write_page) { in usb_stream_new()
479 sk->write_page) - l; in stream_idle()
486 sk->write_page; in stream_idle()
659 memset(sk->write_page, 0, s->write_size); in usb_stream_start()
Dusb_stream.h12 void *write_page; member
Dus122l.c162 vaddr = us122l->sk.write_page + offset; in usb_stream_hwdep_vm_fault()
/linux-4.1.27/drivers/mtd/tests/
Dnandbiterrs.c103 static int write_page(int log) in write_page() function
224 err = write_page(1); in incremental_errors_test()
287 err = write_page(1); in overwrite_test()
/linux-4.1.27/net/ceph/
Dpagevec.c16 int num_pages, bool write_page) in ceph_get_direct_page_vector() argument
29 num_pages - got, write_page, 0, pages + got); in ceph_get_direct_page_vector()
/linux-4.1.27/include/linux/ceph/
Dlibceph.h214 bool write_page);
/linux-4.1.27/drivers/mtd/nand/
Dnand_base.c2287 status = chip->ecc.write_page(mtd, chip, buf, oob_required); in nand_write_page()
2474 ret = chip->write_page(mtd, chip, column, bytes, wbuf, in nand_do_write_ops()
3956 if (!chip->write_page) in nand_scan_tail()
3957 chip->write_page = nand_write_page; in nand_scan_tail()
3978 if (!ecc->write_page) in nand_scan_tail()
3979 ecc->write_page = nand_write_page_hwecc; in nand_scan_tail()
3997 !ecc->write_page || in nand_scan_tail()
3998 ecc->write_page == nand_write_page_hwecc)) { in nand_scan_tail()
4005 if (!ecc->write_page) in nand_scan_tail()
4006 ecc->write_page = nand_write_page_syndrome; in nand_scan_tail()
[all …]
Ddocg4.c923 static int write_page(struct mtd_info *mtd, struct nand_chip *nand, in write_page() function
982 return write_page(mtd, nand, buf, false); in docg4_write_page_raw()
988 return write_page(mtd, nand, buf, true); in docg4_write_page()
1243 nand->ecc.write_page = docg4_write_page; in init_mtd_structs()
Ddenali.c1051 static int write_page(struct mtd_info *mtd, struct nand_chip *chip, in write_page() function
1114 return write_page(mtd, chip, buf, false); in denali_write_page()
1129 return write_page(mtd, chip, buf, true); in denali_write_page_raw()
1587 denali->nand.ecc.write_page = denali_write_page; in denali_init()
Domap2.c1899 nand_chip->ecc.write_page = omap_write_page_bch; in omap_nand_probe()
1963 nand_chip->ecc.write_page = omap_write_page_bch; in omap_nand_probe()
1993 nand_chip->ecc.write_page = omap_write_page_bch; in omap_nand_probe()
Dsunxi_nand.c994 ecc->write_page = sunxi_nfc_hw_ecc_write_page; in sunxi_nand_hw_ecc_ctrl_init()
1048 ecc->write_page = sunxi_nfc_hw_syndrome_ecc_write_page; in sunxi_nand_hw_syndrome_ecc_ctrl_init()
Datmel_nand.c1288 nand_chip->ecc.write_page = atmel_nand_pmecc_write_page; in atmel_pmecc_nand_init_params()
2008 status = chip->ecc.write_page(mtd, chip, buf, oob_required); in nfc_sram_write_page()
2074 chip->write_page = nfc_sram_write_page; in nfc_sram_init()
Dhisi504_nand.c666 chip->ecc.write_page = hisi_nand_write_page_hwecc; in hisi_nfc_ecc_probe()
Dlpc32xx_mlc.c713 nand_chip->ecc.write_page = lpc32xx_write_page_lowlevel; in lpc32xx_nand_probe()
Dfsl_elbc_nand.c776 chip->ecc.write_page = fsl_elbc_write_page; in fsl_elbc_chip_init()
Dcafe_nand.c759 cafe->nand.ecc.write_page = cafe_nand_write_page_lowlevel; in cafe_nand_probe()
Dlpc32xx_slc.c835 chip->ecc.write_page = lpc32xx_nand_write_page_syndrome; in lpc32xx_nand_probe()
Dfsl_ifc_nand.c918 chip->ecc.write_page = fsl_ifc_write_page; in fsl_ifc_chip_init()
Dsh_flctl.c1000 chip->ecc.write_page = flctl_write_page_hwecc; in flctl_chip_init_tail()
Dpxa3xx_nand.c1648 chip->ecc.write_page = pxa3xx_nand_write_page_hwecc; in alloc_nand_resource()
/linux-4.1.27/kernel/power/
Dswap.c277 static int write_page(void *buf, sector_t offset, struct bio **bio_chain) in write_page() function
359 error = write_page(buf, offset, bio_chain); in swap_write_page()
368 error = write_page(handle->cur, handle->cur_swap, bio_chain); in swap_write_page()
393 return write_page(handle->cur, handle->cur_swap, NULL); in flush_swap_writer()
/linux-4.1.27/include/linux/mtd/
Dnand.h513 int (*write_page)(struct mtd_info *mtd, struct nand_chip *chip, member
666 int (*write_page)(struct mtd_info *mtd, struct nand_chip *chip, member
/linux-4.1.27/drivers/vhost/
Dvhost.c958 u64 write_page = write_address / VHOST_PAGE_SIZE; in log_write() local
966 u64 log = base + write_page / 8; in log_write()
967 int bit = write_page % 8; in log_write()
976 write_page += 1; in log_write()
/linux-4.1.27/include/linux/
Dfscache-cache.h298 int (*write_page)(struct fscache_storage *op, struct page *page); member
/linux-4.1.27/drivers/md/
Dbitmap.c285 static void write_page(struct bitmap *bitmap, struct page *page, int wait) in write_page() function
449 write_page(bitmap, bitmap->storage.sb_page, 1); in bitmap_update_sb()
995 write_page(bitmap, bitmap->storage.filemap[i], 0); in bitmap_unplug()
1108 write_page(bitmap, page, 1); in bitmap_init_from_disk()
1304 write_page(bitmap, bitmap->storage.filemap[j], 0); in bitmap_daemon_work()
/linux-4.1.27/fs/cachefiles/
Dinterface.c553 .write_page = cachefiles_write_page,
/linux-4.1.27/Documentation/filesystems/caching/
Dbackend-api.txt211 the write_page() method on the object at appropriate times to effect
478 the write_page() method can write to the cache.
498 int (*write_page)(struct fscache_storage *op,
Dfscache.txt303 wrp=N Number of in-progress write_page() cache ops
/linux-4.1.27/drivers/staging/mt29f_spinand/
Dmt29f_spinand.c892 chip->ecc.write_page = spinand_write_page_hwecc; in spinand_probe()
/linux-4.1.27/fs/fscache/
Dpage.c834 ret = object->cache->ops->write_page(op, page); in fscache_write_op()
/linux-4.1.27/drivers/mtd/nand/gpmi-nand/
Dgpmi-nand.c1853 ecc->write_page = gpmi_ecc_write_page; in gpmi_init_last()