Home
last modified time | relevance | path

Searched refs:write (Results 3051 - 3075 of 5085) sorted by relevance

1...<<121122123124125126127128129130>>...204

/kernel/linux/linux-6.6/drivers/hwmon/
H A Dtmp108.c288 .write = tmp108_write,
/kernel/linux/linux-6.6/drivers/iio/imu/bno055/
H A Dbno055_ser_core.c4 * This file implements serial communication up to the register read/write
37 * Register write responses have the following format
64 * 02: read/write FAIL
66 * 05: write on RO
181 * Send a read or write command.
291 dev_err(&priv->serdev->dev, "Invalid write count %zu", count); in bno055_ser_write_reg()
463 * to write to an invalid memory. Apart for this, let's the in bno055_ser_receive_buf()
496 .write = bno055_ser_write_reg,
/kernel/linux/linux-6.6/drivers/hwtracing/stm/
H A Dp_sys-t.c362 .write = sys_t_write,
/kernel/linux/linux-6.6/drivers/iio/dac/
H A Dad5504.c239 .write = ad5504_write_dac_powerdown,
H A Dad5624r_spi.c157 .write = ad5624r_write_dac_powerdown,
H A Dstm32-dac.c90 * When HFSEL is set, it is not allowed to write the DHRx register in stm32_dac_set_enable_state()
247 .write = stm32_dac_write_powerdown,
H A Dti-dac082s085.c39 * @lock: protects write sequences
41 * @mesg: SPI message to perform a write
159 .write = ti_dac_write_powerdown,
H A Dti-dac7311.c38 * @lock: protects write sequences
145 .write = ti_dac_write_powerdown,
H A Dmax5821.c136 .write = max5821_write_dac_powerdown,
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dcma3000_d0x.c76 ((data)->bus_ops->write(data->dev, reg, val, msg))
/kernel/linux/linux-6.6/drivers/input/rmi4/
H A Drmi_f03.c86 "%s: Failed to write to F03 TX register (%d).\n", in rmi_f03_pt_write()
179 serio->write = rmi_f03_pt_write; in rmi_f03_register_pt()
/kernel/linux/linux-6.6/drivers/input/serio/
H A Dsun4i-ps2.c254 serio->write = sun4i_ps2_write; in sun4i_ps2_probe()
H A Dxilinx_ps2.c300 serio->write = sxps2_write; in xps2_of_probe()
H A Dsa1111ps2.c88 * Completion of ps2 write
267 serio->write = ps2_write; in ps2_probe()
H A Dgscps2.c141 * gscps2_writeb_output() - write a byte to the port
152 printk(KERN_DEBUG PFX "timeout - could not write byte %#x\n", data); in gscps2_writeb_output()
366 serio->write = gscps2_write; in gscps2_probe()
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dbtree.h26 * specifying read vs. write locking, and the embedded closure is used for
58 * write in flight, and one being set up, and we toggle between them.
65 * When passing now = true, bch_btree_write() causes a write to happen
66 * "immediately" (if there was already a write in flight, it'll cause the write
67 * to happen as soon as the previous write completes). It returns immediately
69 * to it, so a closure_sync() later can be used to wait for the write to
73 * in parallel, reducing the amount of time they have to hold write locks.
77 * When traversing the btree, we may need write locks starting at some level -
78 * inserting a key into the btree will typically only require a write loc
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/
H A Ddso-data.c44 if (size != write(fd, buf, size)) in test_file()
/kernel/linux/linux-6.6/rust/kernel/
H A Dstr.rs233 write!(f, "\\x{:02x}", c)?; in fmt()
264 _ => write!(f, "\\x{:02x}", c)?,
388 /// It does not fail if callers write past the end of the buffer so that they can calculate the
469 // yet, so it is valid for write per the type invariants. in write_str()
486 /// Fails if callers attempt to write more than will fit in the buffer.
560 // Allocate a vector with the required number of bytes, and write to it.
/kernel/linux/linux-6.6/rust/alloc/
H A Dalloc.rs418 unsafe { target.write(self.clone()) };
/kernel/linux/linux-6.6/tools/testing/selftests/landlock/
H A Dbase_test.c248 ASSERT_EQ(-1, write(ruleset_fd, ".", 1)); in TEST()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Duffd-stress.c163 * can be write-protected for testing in background_thread()
170 * Continue the 2nd half of the page copying, handling write in background_thread()
228 if (write(pipefd[cpu*2+1], &c, 1) != 1) in stress()
229 err("pipefd write error"); in stress()
329 /* Clear all the write protections if there is any */ in userfaultfd_stress()
/kernel/linux/linux-6.6/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c80 written = write(fd, buf, buf_len); in vmaybe_write_file()
83 die("short write to %s\n", filename); in vmaybe_write_file()
85 die("write to %s failed: %s\n", in vmaybe_write_file()
/kernel/linux/linux-6.6/tools/testing/selftests/net/af_unix/
H A Dtest_unix_oob.c53 write(fd, &cmd, sizeof(cmd)); in signal_producer()
/kernel/linux/linux-6.6/scripts/dtc/
H A Dutil.c320 ret = write(fd, ptr + offset, totalsize - offset); in utilfdt_write_err()
339 fprintf(stderr, "Couldn't write blob to '%s': %s\n", filename, in utilfdt_write()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dvdso.c95 if (size == (size_t) write(fd, buf, size)) in get_file()

Completed in 17 milliseconds

1...<<121122123124125126127128129130>>...204