| /kernel/linux/linux-6.6/drivers/hwmon/ |
| H A D | tmp108.c | 288 .write = tmp108_write,
|
| /kernel/linux/linux-6.6/drivers/iio/imu/bno055/ |
| H A D | bno055_ser_core.c | 4 * 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 D | p_sys-t.c | 362 .write = sys_t_write,
|
| /kernel/linux/linux-6.6/drivers/iio/dac/ |
| H A D | ad5504.c | 239 .write = ad5504_write_dac_powerdown,
|
| H A D | ad5624r_spi.c | 157 .write = ad5624r_write_dac_powerdown,
|
| H A D | stm32-dac.c | 90 * 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 D | ti-dac082s085.c | 39 * @lock: protects write sequences 41 * @mesg: SPI message to perform a write 159 .write = ti_dac_write_powerdown,
|
| H A D | ti-dac7311.c | 38 * @lock: protects write sequences 145 .write = ti_dac_write_powerdown,
|
| H A D | max5821.c | 136 .write = max5821_write_dac_powerdown,
|
| /kernel/linux/linux-6.6/drivers/input/misc/ |
| H A D | cma3000_d0x.c | 76 ((data)->bus_ops->write(data->dev, reg, val, msg))
|
| /kernel/linux/linux-6.6/drivers/input/rmi4/ |
| H A D | rmi_f03.c | 86 "%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 D | sun4i-ps2.c | 254 serio->write = sun4i_ps2_write; in sun4i_ps2_probe()
|
| H A D | xilinx_ps2.c | 300 serio->write = sxps2_write; in xps2_of_probe()
|
| H A D | sa1111ps2.c | 88 * Completion of ps2 write 267 serio->write = ps2_write; in ps2_probe()
|
| H A D | gscps2.c | 141 * 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 D | btree.h | 26 * 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 D | dso-data.c | 44 if (size != write(fd, buf, size)) in test_file()
|
| /kernel/linux/linux-6.6/rust/kernel/ |
| H A D | str.rs | 233 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 D | alloc.rs | 418 unsafe { target.write(self.clone()) };
|
| /kernel/linux/linux-6.6/tools/testing/selftests/landlock/ |
| H A D | base_test.c | 248 ASSERT_EQ(-1, write(ruleset_fd, ".", 1)); in TEST()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
| H A D | uffd-stress.c | 163 * 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 D | unprivileged-remount-test.c | 80 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 D | test_unix_oob.c | 53 write(fd, &cmd, sizeof(cmd)); in signal_producer()
|
| /kernel/linux/linux-6.6/scripts/dtc/ |
| H A D | util.c | 320 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 D | vdso.c | 95 if (size == (size_t) write(fd, buf, size)) in get_file()
|