Home
last modified time | relevance | path

Searched refs:do_write (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dheader.c129 int do_write(struct feat_fd *ff, const void *buf, size_t size) in do_write() function
142 ret = do_write(ff, &size, sizeof(size)); in do_write_bitmap()
147 ret = do_write(ff, p + i, sizeof(*p)); in do_write_bitmap()
160 int err = do_write(ff, bf, count); in write_padded()
163 err = do_write(ff, zero_buf, count_aligned - count); in write_padded()
181 ret = do_write(ff, &len, sizeof(len)); in do_write_string()
479 ret = do_write(ff, &nrc, sizeof(nrc)); in write_nrcpus()
483 return do_write(ff, &nra, sizeof(nra)); in write_nrcpus()
498 ret = do_write(ff, &nre, sizeof(nre)); in write_event_desc()
506 ret = do_write(ff, &sz, sizeof(sz)); in write_event_desc()
[all …]
H A Dheader.h154 int do_write(struct feat_fd *fd, const void *buf, size_t size);
H A Dbuild-id.c319 err = do_write(fd, &b, sizeof(b)); in write_buildid()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py367 do_write = True
373 do_write = False
376 do_write = True
377 elif do_write:
393 do_write = True
399 do_write = False
402 do_write = True
403 elif do_write:
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/
H A Dsubpage_prot.c60 static inline void do_write(const volatile void *addr) in do_write() function
124 do_write(addr); in run_test()
/OK3568_Linux_fs/u-boot/cmd/
H A Dpmic.c145 static int do_write(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_write() function
185 U_BOOT_CMD_MKENT(write, 3, 1, do_write, "", ""),
/OK3568_Linux_fs/kernel/drivers/mtd/tests/
H A Dstresstest.c91 static int do_write(void) in do_write() function
133 return do_write(); in do_operation()
/OK3568_Linux_fs/kernel/sound/pcmcia/vx/
H A Dvxp_ops.c311 static void vx_setup_pseudo_dma(struct vx_core *_chip, int do_write) in vx_setup_pseudo_dma() argument
316 vx_outb(chip, ICR, do_write ? ICR_TREQ : ICR_RREQ); in vx_setup_pseudo_dma()
323 chip->regDIALOG |= do_write ? VXP_DLG_DMAWRITE_SEL_MASK : VXP_DLG_DMAREAD_SEL_MASK; in vx_setup_pseudo_dma()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dmmc_test.c167 bool do_write; member
2137 tdata->do_write, 0, 1, size / reqsize, in mmc_test_rw_multiple()
2196 .do_write = true, in mmc_test_profile_mult_write_blocking_perf()
2215 .do_write = true, in mmc_test_profile_mult_write_nonblock_perf()
2234 .do_write = false, in mmc_test_profile_mult_read_blocking_perf()
2253 .do_write = false, in mmc_test_profile_mult_read_nonblock_perf()
2272 .do_write = true, in mmc_test_profile_sglen_wr_blocking_perf()
2291 .do_write = true, in mmc_test_profile_sglen_wr_nonblock_perf()
2310 .do_write = false, in mmc_test_profile_sglen_r_blocking_perf()
2329 .do_write = false, in mmc_test_profile_sglen_r_nonblock_perf()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_mass_storage.su
H A Df_mass_storage.c812 static int do_write(struct fsg_common *common) in do_write() function
1998 reply = do_write(common); in do_scsi_command()
2016 reply = do_write(common); in do_scsi_command()
2026 reply = do_write(common); in do_scsi_command()
/OK3568_Linux_fs/kernel/drivers/net/appletalk/
H A Dltpc.c648 static int do_write(struct net_device *dev, void *cbuf, int cbuflen, in do_write() function
715 return do_write(dev, &c, sizeof(c.setflags),&c,0); in set_30()
917 do_write(dev, &cbuf, sizeof(cbuf), hdr, skb->len); in ltpc_xmit()
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_dwc.c253 unsigned int buflen,int do_write);
1434 int do_write = (qc->tf.flags & ATA_TFLAG_WRITE); in ata_pio_sector() local
1459 ata_mmio_data_xfer(qc->dev, buf, qc->sect_size, do_write); in ata_pio_sector()
1466 unsigned int buflen, int do_write) in ata_mmio_data_xfer() argument
1475 if (do_write) { in ata_mmio_data_xfer()
1487 if (do_write) { in ata_mmio_data_xfer()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c294 static size_t do_write(const int fd, char *buf, const size_t len) in do_write() function
388 do_write(outfd, rbuf, len); in copyfd_io_poll()
/OK3568_Linux_fs/kernel/sound/pci/vx222/
H A Dvx222_ops.c220 static void vx2_setup_pseudo_dma(struct vx_core *chip, int do_write) in vx2_setup_pseudo_dma() argument
225 vx_outl(chip, ICR, do_write ? ICR_TREQ : ICR_RREQ); in vx2_setup_pseudo_dma()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-sff.c643 bool do_write = (qc->tf.flags & ATA_TFLAG_WRITE); in ata_pio_xfer() local
647 qc->ap->ops->sff_data_xfer(qc, buf + offset, xfer_size, do_write); in ata_pio_xfer()
650 if (!do_write && !PageSlab(page)) in ata_pio_xfer()
865 int i_write, do_write = (qc->tf.flags & ATA_TFLAG_WRITE) ? 1 : 0; in atapi_pio_bytes() local
885 if (unlikely(do_write != i_write)) in atapi_pio_bytes()
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dvmur.c416 static ssize_t do_write(struct urdev *urd, const char __user *udata, in do_write() function
458 return do_write(urf->urd, udata, count, urf->dev_reclen, ppos); in ur_write()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dcavium.c334 static void do_write(struct mmc_request *req) in do_write() function
475 do_write(req); in cvm_mmc_interrupt()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-raid1.c646 static void do_write(struct mirror_set *ms, struct bio *bio) in do_write() function
769 do_write(ms, bio); in do_writes()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_mass_storage.c748 static int do_write(struct fsg_common *common) in do_write() function
2054 reply = do_write(common); in do_scsi_command()
2065 reply = do_write(common); in do_scsi_command()
2076 reply = do_write(common); in do_scsi_command()
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rdmavt/
H A Dqp.c3088 goto do_write; in rvt_ruc_loopback()
3093 do_write: in rvt_ruc_loopback()
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dpatch_sigmatel.c435 bool enable, bool do_write) in stac_toggle_power_map() argument
458 if (do_write) in stac_toggle_power_map()
H A Dhda_generic.c217 unsigned int val, bool do_write) in set_pin_target() argument
223 if (do_write) in set_pin_target()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_debug.c2933 u32 sg_skip, u64 lba, u32 num, bool do_write) in do_device_access() argument
2941 if (do_write) { in do_device_access()
2960 (num - rest) * sdebug_sector_size, sg_skip, do_write); in do_device_access()
2968 do_write); in do_device_access()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_pcie.c228 static int dhdpcie_bus_download_fw_signature(dhd_bus_t *bus, bool *do_write);
10662 dhdpcie_bus_download_fw_signature(dhd_bus_t *bus, bool *do_write) in dhdpcie_bus_download_fw_signature() argument
10719 *do_write = TRUE; in dhdpcie_bus_download_fw_signature()
10721 *do_write = FALSE; in dhdpcie_bus_download_fw_signature()

12