Searched refs:write (Results 401 - 425 of 2718) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/wireless/ath/ath9k/
H A Ddfs_debug.c125 .write = write_file_simulate_radar,
133 .write = write_file_dfs,
/linux-master/arch/x86/include/asm/
H A Dmmu_context.h250 bool write, bool execute, bool foreign)
258 return __pkru_allows_pkey(vma_pkey(vma), write);
249 arch_vma_access_permitted(struct vm_area_struct *vma, bool write, bool execute, bool foreign) argument
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_dma.c22 int mgb4_dma_transfer(struct mgb4_dev *mgbdev, u32 channel, bool write, argument
33 if (write) {
/linux-master/drivers/tty/serial/8250/
H A D8250_early.c163 device->con->write = early_serial8250_write;
185 device->con->write = early_serial8250_write;
/linux-master/arch/mips/kernel/
H A Dspram.c117 void (*write)(unsigned int, unsigned int))
154 write(offset, tag0);
H A Drtlx.c221 static inline int write_spacefree(int read, int write, int size) argument
223 if (read == write) {
231 return ((read + size - write) % size) - 1;
304 /* first bit from write pointer to the end of the buffer, or count */
354 /* space to write */
398 .write = file_write,
/linux-master/drivers/gpu/drm/i915/
H A Di915_sysfs.c144 .write = i915_l3_write,
153 .write = i915_l3_write,
/linux-master/samples/bpf/
H A Dcpustat_user.c163 len = write(fd, CPUFREQ_LOWEST_FREQ, strlen(CPUFREQ_LOWEST_FREQ));
169 len = write(fd, CPUFREQ_HIGHEST_FREQ, strlen(CPUFREQ_HIGHEST_FREQ));
/linux-master/arch/x86/kernel/apic/
H A Dapic_numachip.c231 .write = native_apic_mem_write,
265 .write = native_apic_mem_write,
/linux-master/Documentation/sphinx/
H A Dkerneldoc.py121 sys.stderr.write(err)
127 sys.stderr.write(err)
/linux-master/scripts/gdb/linux/
H A Dmm.py295 gdb.write("pfn_to_page(0x%x) = 0x%x\n" % (pfn, page))
310 gdb.write("page_to_pfn(0x%x) = 0x%x\n" % (page, pfn))
325 gdb.write("page_address(0x%x) = 0x%x\n" % (page, addr))
340 gdb.write("page_to_phys(0x%x) = 0x%x\n" % (page, phys_addr))
354 gdb.write("virt_to_phys(0x%x) = 0x%x\n" % (linear_addr, phys_addr))
368 gdb.write("virt_to_page(0x%x) = 0x%x\n" % (linear_addr, page))
382 gdb.write("sym_to_pfn(0x%x) = %d\n" % (sym_addr, pfn))
396 gdb.write("pfn_to_kaddr(%d) = 0x%x\n" % (pfn, kaddr))
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs_params.c55 .write = intel_display_param_int_write,
108 .write = intel_display_param_uint_write,
/linux-master/arch/xtensa/platforms/iss/
H A Dconsole.c99 .write = rs_write,
182 .write = iss_console_write,
/linux-master/drivers/iio/pressure/
H A Dbmp280-spi.c24 * the write command (bit7 = RW = '0')
68 .write = bmp280_regmap_spi_write,
75 .write = bmp280_regmap_spi_write,
/linux-master/Documentation/
H A Dconf.py150 sys.stderr.write("Unknown env SPHINX_IMGMATH=%s ignored.\n" % env_sphinx_imgmath)
343 sys.stderr.write("Using %s theme\n" % html_theme)
/linux-master/drivers/platform/chrome/
H A Dcros_ec_lpc.c67 * @write: Copy length bytes from buffer msg into EC address offset. Returns
72 u8 (*write)(unsigned int offset, unsigned int length, const u8 *msg); member in struct:lpc_driver_ops
97 * A generic instance of the write function of struct lpc_driver_ops, used for
135 * An instance of the write function of struct lpc_driver_ops, used for the
182 cros_ec_lpc_ops.write(EC_LPC_ADDR_HOST_PACKET, ret, ec->dout);
186 cros_ec_lpc_ops.write(EC_LPC_ADDR_HOST_CMD, 1, &sum);
258 sum += cros_ec_lpc_ops.write(EC_LPC_ADDR_HOST_PARAM, msg->outsize,
261 /* Finalize checksum and write args */
263 cros_ec_lpc_ops.write(EC_LPC_ADDR_HOST_ARGS, sizeof(args),
268 cros_ec_lpc_ops.write(EC_LPC_ADDR_HOST_CM
[all...]
/linux-master/tools/testing/selftests/arm64/abi/
H A Dtpidr2.c12 write(1, str, strlen(str));
23 write(1, &c, 1);
/linux-master/tools/testing/selftests/net/lib/py/
H A Dnsim.py45 f.write(val)
50 f.write(val)
/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma.c77 static int svcrdma_counter_handler(struct ctl_table *table, int write, argument
84 if (write) {
/linux-master/arch/arm/mm/
H A Dtlb-v6.S40 mcr p15, 0, ip, c7, c10, 4 @ drain write buffer
72 mcr p15, 0, r2, c7, c10, 4 @ drain write buffer
/linux-master/arch/arm/include/asm/
H A Duaccess-asm.h79 mcr p15, 0, \tmp, c2, c0, 2 @ write TTBCR
93 mcr p15, 0, \tmp, c2, c0, 2 @ write TTBCR
/linux-master/drivers/gpu/drm/i915/gt/
H A Dshmem_utils.c96 bool write)
112 if (write) {
94 __shmem_rw(struct file *file, loff_t off, void *ptr, size_t len, bool write) argument
/linux-master/fs/proc/
H A Dinode.c330 typeof_member(struct proc_ops, proc_write) write;
332 write = pde->proc_ops->proc_write;
333 if (write)
334 return write(file, buf, count, ppos);
573 .write = proc_reg_write,
585 .write = proc_reg_write,
599 .write = proc_reg_write,
613 .write = proc_reg_write,
/linux-master/tools/testing/selftests/user_events/
H A Dftrace_test.c229 write(self->enable_fd, "0", sizeof("0"));
279 ASSERT_NE(-1, write(self->enable_fd, "0", sizeof("0")))
282 ASSERT_NE(-1, write(self->enable_fd, "1", sizeof("1")))
286 ASSERT_NE(-1, write(self->enable_fd, "0", sizeof("0")))
347 ASSERT_NE(-1, write(self->enable_fd, "1", sizeof("1")))
385 ASSERT_NE(-1, write(self->enable_fd, "1", sizeof("1")))
423 ASSERT_NE(-1, write(self->enable_fd, "1", sizeof("1")))
460 /* Undersized write should fail */
466 ASSERT_NE(-1, write(self->enable_fd, "1", sizeof("1")))
471 /* Full in-bounds write shoul
[all...]
/linux-master/drivers/accessibility/speakup/
H A Ddevsynth.c120 .write = speakup_file_write,
127 .write = speakup_file_writeu,

Completed in 270 milliseconds

<<11121314151617181920>>