Searched refs:write (Results 426 - 450 of 2711) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/mtd/maps/
H A Dtsunami_flash.c69 .write = tsunami_flash_write8,
/linux-master/drivers/usb/serial/
H A Dnavman.c91 * This device can't write any data, only read from the device
105 .write = navman_write,
/linux-master/tools/testing/selftests/efivarfs/
H A Dopen-unlink.c95 rc = write(fd, buf, sizeof(buf));
97 perror("write");
/linux-master/drivers/power/reset/
H A Dsyscon-reboot-mode.c49 syscon_rbm->reboot.write = syscon_reboot_mode_write;
/linux-master/arch/mips/pci/
H A Dops-msc.c73 * read/write a 32bit word and mask/modify the data we actually want.
133 .write = msc_pcibios_write
H A Dops-gt64xxx_pci0.c89 * read/write a 32bit word and mask/modify the data we actually want.
139 .write = gt64xxx_pci0_pcibios_write
/linux-master/arch/powerpc/boot/
H A Dhack-coff.c70 || write(fd, &aout, aoutsz) != aoutsz) {
71 fprintf(stderr, "%s: write error\n", av[1]);
H A Dwii.c149 console_ops.write = ug_console_write;
/linux-master/include/sound/
H A Dmpu401.h84 void (*write) (struct snd_mpu401 * mpu, unsigned char data, unsigned long addr); member in struct:snd_mpu401
100 /* write MPU401C() */
/linux-master/sound/soc/codecs/
H A Dsigmadsp-i2c.c87 sigmadsp->write = sigmadsp_write_i2c;
/linux-master/arch/um/os-Linux/drivers/
H A Dethertap_kern.c63 .write = etap_write,
H A Dtuntap_kern.c53 .write = tuntap_write,
/linux-master/arch/um/drivers/
H A Dslip_kern.c63 .write = slip_write,
H A Dfd.c90 .write = generic_write,
/linux-master/tools/perf/ui/browsers/
H A Dheader.c88 .write = ui_browser__argv_write,
/linux-master/drivers/firmware/efi/libstub/
H A Dpci.c106 status = efi_call_proto(pci, pci.write, EfiPciIoWidthUint16,
/linux-master/drivers/hwtracing/stm/
H A Dstm.h97 ssize_t (*write)(struct stm_data *data, member in struct:stm_protocol_driver
/linux-master/tools/testing/selftests/timens/
H A Dfutex.c84 if (write(fd, buf, len) != len)
/linux-master/drivers/usb/dwc3/
H A Dulpi.c83 .write = dwc3_ulpi_write,
/linux-master/arch/x86/pci/
H A Dnumachip.c106 .write = pci_mmcfg_write_numachip,
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dmbx.c474 * exit if either we can't write, release
477 if (!mbx->ops.write || !mbx->ops.check_for_ack || !mbx->ops.release ||
484 ret_val = mbx->ops.write(hw, msg, size);
493 .write = ixgbevf_write_mbx_vf,
503 .write = ixgbevf_write_mbx_vf_legacy,
/linux-master/fs/nfs/
H A DMakefile11 write.o namespace.o mount_clnt.o nfstrace.o \
/linux-master/arch/powerpc/sysdev/xive/
H A Dxive-internal.h55 u64 (*esb_rw)(u32 hw_irq, u32 offset, u64 data, bool write);
/linux-master/drivers/gpio/
H A Dgpio-max7301.c18 /* A write to the MAX7301 means one message with one transfer */
60 ts->write = max7301_spi_write;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Draw_tp_test_run.c39 err = write(comm_fd, buf, sizeof(buf));

Completed in 2047 milliseconds

<<11121314151617181920>>