/linux-4.1.27/sound/usb/usx2y/ |
D | usb_stream.c | 107 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()
|
D | usb_stream.h | 12 void *write_page; member
|
D | us122l.c | 162 vaddr = us122l->sk.write_page + offset; in usb_stream_hwdep_vm_fault()
|
/linux-4.1.27/drivers/mtd/tests/ |
D | nandbiterrs.c | 103 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/ |
D | pagevec.c | 16 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/ |
D | libceph.h | 214 bool write_page);
|
/linux-4.1.27/drivers/mtd/nand/ |
D | nand_base.c | 2287 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 …]
|
D | docg4.c | 923 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()
|
D | denali.c | 1051 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()
|
D | omap2.c | 1899 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()
|
D | sunxi_nand.c | 994 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()
|
D | atmel_nand.c | 1288 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()
|
D | hisi504_nand.c | 666 chip->ecc.write_page = hisi_nand_write_page_hwecc; in hisi_nfc_ecc_probe()
|
D | lpc32xx_mlc.c | 713 nand_chip->ecc.write_page = lpc32xx_write_page_lowlevel; in lpc32xx_nand_probe()
|
D | fsl_elbc_nand.c | 776 chip->ecc.write_page = fsl_elbc_write_page; in fsl_elbc_chip_init()
|
D | cafe_nand.c | 759 cafe->nand.ecc.write_page = cafe_nand_write_page_lowlevel; in cafe_nand_probe()
|
D | lpc32xx_slc.c | 835 chip->ecc.write_page = lpc32xx_nand_write_page_syndrome; in lpc32xx_nand_probe()
|
D | fsl_ifc_nand.c | 918 chip->ecc.write_page = fsl_ifc_write_page; in fsl_ifc_chip_init()
|
D | sh_flctl.c | 1000 chip->ecc.write_page = flctl_write_page_hwecc; in flctl_chip_init_tail()
|
D | pxa3xx_nand.c | 1648 chip->ecc.write_page = pxa3xx_nand_write_page_hwecc; in alloc_nand_resource()
|
/linux-4.1.27/kernel/power/ |
D | swap.c | 277 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/ |
D | nand.h | 513 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/ |
D | vhost.c | 958 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/ |
D | fscache-cache.h | 298 int (*write_page)(struct fscache_storage *op, struct page *page); member
|
/linux-4.1.27/drivers/md/ |
D | bitmap.c | 285 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/ |
D | interface.c | 553 .write_page = cachefiles_write_page,
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | backend-api.txt | 211 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,
|
D | fscache.txt | 303 wrp=N Number of in-progress write_page() cache ops
|
/linux-4.1.27/drivers/staging/mt29f_spinand/ |
D | mt29f_spinand.c | 892 chip->ecc.write_page = spinand_write_page_hwecc; in spinand_probe()
|
/linux-4.1.27/fs/fscache/ |
D | page.c | 834 ret = object->cache->ops->write_page(op, page); in fscache_write_op()
|
/linux-4.1.27/drivers/mtd/nand/gpmi-nand/ |
D | gpmi-nand.c | 1853 ecc->write_page = gpmi_ecc_write_page; in gpmi_init_last()
|