| /kernel/linux/linux-6.6/drivers/iio/common/cros_ec_sensors/ |
| H A D | cros_ec_sensors_core.c | 481 .write = cros_ec_sensors_calibrate 815 * cros_ec_sensors_core_write() - function to write a value to the sensor 818 * @val: first part of value to write 819 * @val2: second part of value to write 820 * @mask: specifies which values to write
|
| /kernel/linux/linux-6.6/drivers/iio/dac/ |
| H A D | ad5770r.c | 131 * @transf_buf: cache aligned buffer for spi read/write 484 .write = ad5770r_write_dac_powerdown,
|
| /kernel/linux/linux-6.6/drivers/i2c/ |
| H A D | i2c-dev.c | 127 * To use read()/write() system calls on that file descriptor, or to use 630 .write = i2cdev_write,
|
| /kernel/linux/linux-6.6/drivers/iommu/intel/ |
| H A D | debugfs.c | 661 .write = dmar_perf_latency_write,
|
| /kernel/linux/linux-6.6/drivers/ipack/devices/ |
| H A D | ipoctal.c | 356 /* Dummy write */ in ipoctal_inst_slot() 678 .write = ipoctal_write_tty,
|
| /kernel/linux/linux-6.6/drivers/macintosh/ |
| H A D | adb.c | 845 .write = adb_write,
|
| /kernel/linux/linux-6.6/drivers/infiniband/sw/siw/ |
| H A D | siw.h | 349 struct iwarp_rdma_write write; member
|
| /kernel/linux/linux-6.6/drivers/input/touchscreen/ |
| H A D | cyttsp_core.c | 103 error = ts->bus_ops->write(ts->dev, ts->xfer_buf, command, in ttsp_write_block_data()
|
| /kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
| H A D | cx24110.c | 56 {0x10,0x40}, /* chip doc is misleading here: write bit 6 as 1 317 /* write the topmost 8 bits */ in _cx24110_pll_write() 634 .write = _cx24110_pll_write,
|
| /kernel/linux/linux-6.6/rust/alloc/ |
| H A D | slice.rs | 148 slots[i].write(b.clone());
|
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/ |
| H A D | vgic_irq.c | 646 ret = write(fd[f], &val, sizeof(uint64_t)); in kvm_routing_and_irqfd_check() 648 __KVM_SYSCALL_ERROR("write()", ret)); in kvm_routing_and_irqfd_check() 804 printf(" -e: if 1 then EOI is split into a write to DIR on top " in help()
|
| /kernel/linux/linux-6.6/tools/power/cpupower/lib/ |
| H A D | cpufreq.c | 33 /* helper function to write a new value to a /sys file */ 50 numwrite = write(fd, value, len); in sysfs_cpufreq_write_file() 160 /* write access */
|
| /kernel/linux/linux-6.6/tools/testing/kunit/ |
| H A D | kunit.py | 251 f.write(json_str)
|
| /kernel/linux/linux-6.6/tools/testing/selftests/sparc64/drivers/ |
| H A D | adi-test.c | 98 .name = "write", .total = 0, .count = 0, .bytes = 0}; 243 ret = write(fd, buf + bytes_written, buf_sz - bytes_written); in write_adi()
|
| /kernel/linux/linux-6.6/sound/soc/codecs/ |
| H A D | uda1380.c | 75 * write uda1380 register cache 91 * write to the UDA1380 register space 115 pr_debug("uda1380: hw write %x val %x\n", reg, value); in uda1380_write() 146 dev_err(component->dev, "%s: write to reg 0x%x failed\n", in uda1380_sync_cache() 727 .write = uda1380_write,
|
| H A D | sigmadsp.c | 98 return sigmadsp->write(sigmadsp->control_data, addr, data, len); in sigmadsp_write()
|
| /kernel/linux/linux-6.6/sound/drivers/ |
| H A D | pcmtest.c | 102 size_t b_rw; // Bytes to write on every timer tick 103 size_t s_rw_ch; // Samples to write to one channel on every tick 152 * every time we write a byte to any channel, so the position in the current channel buffer is 235 * Here we increment the DMA buffer position every time we write a byte to any channel 'buffer'. 690 .write = pattern_write,
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| H A D | test_flow_dissector.c | 466 ret = write(fd, pkt, len); in do_tx()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| H A D | reuseport_bpf.c | 432 if (write(fd, buf, size) <= 0) in enable_fastopen() 433 error(1, errno, "Unable to write tcp_fastopen sysctl"); in enable_fastopen()
|
| /kernel/liteos_a/shell/full/src/cmds/ |
| H A D | dmesg.c | 383 if (logLen > bufSize) { /* full re-write */
in OsBufFullWrite() 662 ret = write(fd, buf, logSize);
in OsDmesgWrite2File() 771 PRINTK("Dmesg write log to %s fail \n", argv[2]); /* 2:index of parameters */
in OsShellCmdDmesg() 774 PRINTK("Dmesg write log to %s success \n", argv[2]); /* 2:index of parameters */
in OsShellCmdDmesg()
|
| /kernel/linux/linux-6.6/sound/pci/ |
| H A D | als300.c | 282 .write = snd_als300_ac97_write, in snd_als300_ac97()
|
| /kernel/liteos_m/components/fs/littlefs/ |
| H A D | lfs_adapter.c | 683 .write = LfsWrite,
|
| /kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
| H A D | sockets_porting.c | 201 ssize_t write(int fd, const void *buf, size_t len)
in write() function 308 /* Loop over the interfaces, and write an info block for each. */
in lwip_ioctl_internal_SIOCGIFCONF()
|
| /kernel/uniproton/src/fs/littlefs/ |
| H A D | lfs_adapter.c | 657 .write = OsLfsWrite,
|
| /kernel/uniproton/src/net/lwip-2.1/src/ |
| H A D | sockets.c | 197 ssize_t write(int fd, const void *buf, size_t len)
in write() function 297 /* Loop over the interfaces, and write an info block for each. */
in OsLwipIoctlInternalSiocgifConf()
|