Searched refs:write (Results 501 - 525 of 2711) sorted by relevance

<<21222324252627282930>>

/linux-master/tools/pci/
H A Dpcitest.c35 bool write; member in struct:pci_test
116 if (test->write) {
213 test->write = true;
/linux-master/drivers/bluetooth/
H A Dbtmrvl_debugfs.c56 .write = btmrvl_hscfgcmd_write,
96 .write = btmrvl_pscmd_write,
134 .write = btmrvl_hscmd_write,
/linux-master/include/linux/
H A Dconfigfs.h156 ssize_t (*write)(struct config_item *, const void *, size_t); member in struct:configfs_bin_attribute
169 .write = _pfx##_name##_write, \
193 .write = _pfx##_name##_write, \
/linux-master/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c203 write(ep0, NULL, 0);
258 if (write(ep0, &descriptors, sizeof(descriptors)) < 0) {
259 perror("unable do write descriptors");
262 if (write(ep0, &strings, sizeof(strings)) < 0) {
263 perror("unable to write strings");
343 /* prepare write request */
/linux-master/fs/xfs/
H A Dxfs_pnfs.c19 * clients to directly read from or write to this inode. This must be called
21 * Additionally we call it during the write operation, where aren't concerned
116 bool write,
159 if (!write)
184 if (!error && write &&
111 xfs_fs_map_blocks( struct inode *inode, loff_t offset, u64 length, struct iomap *iomap, bool write, u32 *device_generation) argument
/linux-master/arch/alpha/boot/tools/
H A Dobjstrip.c133 if (write(ofd, bb, sizeof(bb)) != sizeof(bb)) {
134 perror("boot-block write");
250 nwritten = write(ofd, buf, n);
252 perror("write");
275 nwritten = write(ofd, buf, n);
277 perror("write");
/linux-master/drivers/usb/serial/
H A Dconsole.c232 retval = serial->type->write(NULL, port, buf, i);
233 dev_dbg(&port->dev, "%s - write: %d\n", __func__, retval);
237 retval = serial->type->write(NULL, port, &cr, 1);
238 dev_dbg(&port->dev, "%s - write cr: %d\n",
259 .write = usb_console_write,
/linux-master/drivers/video/backlight/
H A Daat2870_bl.c45 return aat2870->write(aat2870, AAT2870_BL_CH_EN,
54 return aat2870->write(aat2870, AAT2870_BL_CH_EN, 0x0);
73 ret = aat2870->write(aat2870, AAT2870_BLM,
/linux-master/drivers/gpu/drm/i915/
H A Di915_trace.h147 TP_PROTO(struct drm_i915_gem_object *obj, u64 index, bool gtt, bool write),
148 TP_ARGS(obj, index, gtt, write),
154 __field(bool, write)
161 __entry->write = write;
168 __entry->write ? ", writable" : "")
646 TP_PROTO(bool write, i915_reg_t reg, u64 val, int len, bool trace),
648 TP_ARGS(write, reg, val, len, trace),
655 __field(u16, write)
662 __entry->write
[all...]
H A Di915_debugfs_params.c78 .write = i915_param_int_write,
141 .write = i915_param_uint_write,
195 .write = i915_param_charp_write,
/linux-master/drivers/media/platform/amphion/
H A Dvpu_rpc.c31 static u32 vpu_rpc_check_buffer_space(struct vpu_rpc_buffer_desc *desc, bool write) argument
38 if (write) {
47 if (!write)
/linux-master/tools/perf/bench/
H A Dsched-pipe.c136 ret = write(fd, buf, len);
184 ret = write(td->pipe_write, &m, sizeof(int));
187 ret = write(td->pipe_write, &m, sizeof(int));
209 * discarding returned value of read(), write()
/linux-master/include/linux/usb/
H A Dphy.h74 int (*write)(struct usb_phy *x, u32 val, u32 reg); member in struct:usb_phy_io_ops
176 if (x && x->io_ops && x->io_ops->write)
177 return x->io_ops->write(x, val, reg);
/linux-master/scripts/gdb/linux/
H A Ddevice.py91 gdb.write('{}dev {}:\t{}\n'.format('\t' * level, dev_name(dev), dev))
106 gdb.write('bus {}:\t{}\n'.format(bus['bus']['name'].string(), bus))
126 gdb.write("class {}:\t{}\n".format(cls['class']['name'].string(), cls))
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dmbx.c99 /* exit if we either can't write or there isn't a defined timeout */
100 if (!mbx->ops.write || !mbx->timeout)
104 ret_val = mbx->ops.write(hw, msg, size);
323 mbx->ops.write = e1000_write_mbx_vf;
/linux-master/drivers/net/mdio/
H A Dmdio-mux.c97 r = pb->mii_bus->write(pb->mii_bus, phy_id, regnum, val);
219 if (parent_bus->write)
220 cb->mii_bus->write = mdio_mux_write;
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_mbx.c37 * @mbx_id: id of mailbox to write
51 return mbx->ops->write(hw, msg, size, mbx_id);
108 * @mbx_id: id of mailbox to write
133 * @mbx_id: id of mailbox to write
160 * @mbx_id: id of mailbox to write
187 * @mbx_id: id of mailbox to write
198 /* exit if either we can't write or there isn't a defined timeout */
203 ret_val = mbx->ops->write(hw, msg, size, mbx_id);
428 .write = ixgbe_write_mbx_pf,
/linux-master/tools/testing/selftests/landlock/
H A Dptrace_test.c370 ASSERT_EQ(1, write(pipe_child[1], ".", 1));
388 ASSERT_EQ(1, write(pipe_parent[1], ".", 1));
431 ASSERT_EQ(1, write(pipe_parent[1], ".", 1));
/linux-master/drivers/mmc/host/
H A Dmmc_spi.c70 /* Read and write blocks start with these tokens and end with crc;
74 #define SPI_TOKEN_MULTI_WRITE 0xfc /* multiblock write */
75 #define SPI_TOKEN_STOP_TRAN 0xfd /* terminate multiblock write */
124 /* Specs say to write ones most of the time, even when the card
414 * First, write 7 bytes:
421 * to write while we're reading (later) response data.
442 * - N(WR) (== 1..N) bytes of all-ones, before data write
494 dev_dbg(&host->spi->dev, " ... write returned %d\n", status);
508 * requires us to write ones; but Linux defaults to writing zeroes;
512 mmc_spi_setup_data_message(struct mmc_spi_host *host, bool multiple, bool write) argument
779 bool write = (data->flags & MMC_DATA_WRITE); local
[all...]
/linux-master/tools/testing/selftests/mm/
H A Dhugetlb_reparenting_test.sh184 echo write
203 echo write
233 echo write
/linux-master/drivers/media/mc/
H A Dmc-devnode.c87 if (!devnode->fops->write)
91 return devnode->fops->write(filp, buf, sz, off);
199 .write = media_write,
/linux-master/arch/arm/mm/
H A Dproc-fa526.S114 mcr p15, 0, ip, c7, c10, 4 @ data write barrier
144 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer on v4
155 mcr p15, 0, r0, c7, c10, 4 @ data write barrier
H A Dproc-arm740.S111 mov r0, #0x00 @ disable whole write buffer
113 mov r0, #0x02 @ Region 1 write bufferred
119 mcr p15, 0, r0, c5, c0 @ all read/write access
/linux-master/arch/x86/kvm/mmu/
H A Dmmu_internal.h153 * on write protection to record dirty pages, which bypasses PML, since
198 const bool write; member in struct:kvm_page_fault
245 * Indicates the guest is trying to write a gfn that contains one or
246 * more of the PTEs used to translate the write itself, i.e. the access
286 PAGE_SIZE, fault->write, fault->exec,
297 .write = err & PFERR_WRITE_MASK,
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_vm_mips.c117 get_mips_pte_flags(bool read, bool write, u32 cache_policy) argument
121 if (read && write) /* Read/write. */
123 else if (write) /* Write only. */

Completed in 328 milliseconds

<<21222324252627282930>>