Searched refs:write (Results 476 - 500 of 2718) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/misc/genwqe/
H A Dcard_base.h177 int write; /* writable map? useful in unmapping */ member in struct:dma_mapping
185 m->write = 1; /* Assume the maps we create are R/W */
344 * @write: should we write it back to userspace?
354 int write; member in struct:genwqe_sgl
369 void __user *user_addr, size_t user_size, int write);
453 * @val: value to write
/linux-master/drivers/mtd/maps/
H A Dphysmap-ixp4xx.c20 * Read/write a 16 bit word from flash address 'addr'.
125 map->write = ixp4xx_write16;
/linux-master/drivers/net/can/flexcan/
H A Dflexcan.h114 void (*write)(u32 val, void __iomem *addr); member in struct:flexcan_priv
/linux-master/kernel/locking/
H A Dlock_events.c84 * Function to handle write request
114 .write = lockevent_write,
156 * root is allowed to do the read/write to limit impact to system
/linux-master/arch/m68k/sun3x/
H A Dprom.c84 /* debug console - write-only */
88 .write = sun3x_prom_write,
/linux-master/kernel/printk/
H A Dinternal.h11 int devkmsg_sysctl_set_loglvl(struct ctl_table *table, int write,
/linux-master/scripts/clang-tools/
H A Drun-clang-tools.py78 sys.stderr.buffer.write(p.stdout)
/linux-master/arch/mips/include/asm/
H A Dtraps.h62 unsigned long write, unsigned long address);
/linux-master/drivers/iio/accel/
H A Dbmi088-accel-spi.c40 .write = bmi088_regmap_spi_write,
/linux-master/arch/sparc/include/asm/
H A Dcacheflush_64.h58 unsigned long len, int write);
/linux-master/arch/x86/kernel/apic/
H A Dprobe_32.c62 .write = native_apic_mem_write,
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dmmio.h66 gvt_mmio_func write; member in struct:intel_gvt_mmio_info
/linux-master/drivers/iio/pressure/
H A Dmprls0025pa_i2c.c64 .write = mpr_i2c_write,
H A Dmprls0025pa_spi.c59 .write = mpr_spi_xfer,
/linux-master/tools/testing/selftests/mm/
H A Dsplit_huge_page_test.c65 numwritten = write(fd, buf, buflen - 1);
232 /* write something to the file, so a file-backed THP can be allocated */
233 num_written = write(fd, tmpfs_loc, strlen(tmpfs_loc) + 1);
237 ksft_perror("Fail to write data to testing file");
314 write(*fd, &byte, sizeof(byte));
323 if (write(*fd, "3", 1) != 1) {
324 ksft_perror("write to drop_caches");
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddebugfs.c29 .write = ath12k_write_simulate_radar,
/linux-master/arch/powerpc/boot/
H A Dps3.c110 console_ops.write = ps3_console_write;
/linux-master/kernel/
H A Dpid_namespace.c280 static int pid_ns_ctl_handler(struct ctl_table *table, int write, argument
287 if (write && !checkpoint_restore_ns_capable(pid_ns->user_ns))
293 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos);
294 if (!ret && write)
H A Ddelayacct.c47 static int sysctl_delayacct(struct ctl_table *table, int write, void *buffer, argument
54 if (write && !capable(CAP_SYS_ADMIN))
59 err = proc_dointvec_minmax(&t, write, buffer, lenp, ppos);
62 if (write)
H A Dumh.c185 * Should always be manipulated under umhelper_sem acquired for write.
498 static int proc_cap_handler(struct ctl_table *table, int write, argument
506 if (write && (!capable(CAP_SETPCAP) ||
526 * actually read or write and array of ulongs from userspace. Remember
529 err = proc_doulongvec_minmax(&t, write, buffer, lenp, ppos);
539 if (write) {
/linux-master/drivers/hwtracing/stm/
H A Dstm.h97 ssize_t (*write)(struct stm_data *data, member in struct:stm_protocol_driver
/linux-master/fs/fuse/
H A Dfile.c438 curr_index = wpa->ia.write.in.offset >> PAGE_SHIFT;
671 if (io->bytes >= 0 && io->write)
762 } else if (io->write) {
763 if (ia->write.out.size > ia->write.in.size) {
765 } else if (ia->write.in.size != ia->write.out.size) {
766 pos = ia->write.in.offset - io->offset +
767 ia->write.out.size;
1055 ia->write
1468 fuse_get_user_pages(struct fuse_args_pages *ap, struct iov_iter *ii, size_t *nbytesp, int write, unsigned int max_pages) argument
1531 int write = flags & FUSE_DIO_WRITE; local
[all...]
/linux-master/drivers/fpga/
H A Dxilinx-selectmap.c51 conf->core.write = xilinx_selectmap_write;
/linux-master/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-vchiq.c339 .write.count = size,
340 .write.max_packet = instance->max_packet,
341 .write.cookie1 = VC_AUDIO_WRITE_COOKIE1,
342 .write.cookie2 = VC_AUDIO_WRITE_COOKIE2,
/linux-master/drivers/input/misc/
H A Dcma3000_d0x_i2c.c44 .write = cma3000_i2c_set,

Completed in 1963 milliseconds

<<11121314151617181920>>