Searched refs:write (Results 376 - 400 of 2711) sorted by relevance

<<11121314151617181920>>

/linux-master/samples/seccomp/
H A Dbpf-direct.c83 if (write(STDOUT_FILENO, "[ERR] ", 6) > 0) {
84 bytes = write(STDOUT_FILENO, buf, len);
135 /* Check that write is only using stdout */
138 /* Trap attempts to write to stderr */
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.mk16 # along with this program; if not, write to the Free Software
/linux-master/include/sound/
H A Dak4114.h161 ak4114_write_t * write; member in struct:ak4114
182 ak4114_read_t *read, ak4114_write_t *write,
H A Dak4113.h279 ak4113_write_t *write; member in struct:ak4113
300 ak4113_write_t *write,
H A Dak4117.h153 ak4117_write_t * write; member in struct:ak4117
170 int snd_ak4117_create(struct snd_card *card, ak4117_read_t *read, ak4117_write_t *write,
/linux-master/sound/pci/ice1712/
H A Dak4xxx.c39 * write AK4xxx register
133 if (ak->ops.write == NULL)
134 ak->ops.write = snd_ice1712_akm4xxx_write;
/linux-master/arch/um/drivers/
H A Dpty.c147 .write = generic_write,
160 .write = generic_write,
H A Dssl.c51 .write_irq_name = "ssl-write",
95 .write = line_write,
138 .write = ssl_console_write,
H A Dstdio_console.c57 .write_irq_name = "console-write",
102 .write = line_write,
139 .write = uml_console_write,
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_debugfs.c44 * @buffer: where to write the data for the user to read
56 * ixgbe_dbg_reg_ops_write - write into reg_ops datum
85 if (strncmp(ixgbe_dbg_reg_ops_buf, "write", 5) == 0) {
92 e_dev_info("write: 0x%08x = 0x%08x\n", reg, value);
94 e_dev_info("write <reg> <value>\n");
110 e_dev_info(" write <reg> <value>\n");
119 .write = ixgbe_dbg_reg_ops_write,
127 * @buffer: where to write the data for the user to read
139 * ixgbe_dbg_netdev_ops_write - write into netdev_ops datum
185 .write
[all...]
/linux-master/security/tomoyo/
H A Dsecurityfs_if.c29 * tomoyo_write_self - write() for /sys/kernel/security/tomoyo/self_domain interface.
120 .write = tomoyo_write_self,
158 * Returns EPOLLIN | EPOLLRDNORM | EPOLLOUT | EPOLLWRNORM if ready to read/write,
183 * tomoyo_write - write() for /sys/kernel/security/tomoyo/ interface.
210 .write = tomoyo_write,
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-hisi.c115 .write = hisi_pcie_wr_conf,
153 .write = hisi_pcie_wr_conf,
/linux-master/tools/testing/selftests/ir/
H A Dir_loopback.c112 ksft_exit_fail_msg("Usage: %s <write rcN> <read rcN>\n",
134 if (write(protocolfd, protocols[i].decoder,
136 ksft_exit_fail_msg("failed to set write decoder\n");
169 while (write(wlircfd, &lsc, sizeof(lsc)) < 0) {
/linux-master/drivers/misc/lis3lv02d/
H A Dlis3lv02d_spi.c54 return lis3->write(lis3, CTRL_REG1, reg);
81 lis3_dev.write = lis3_spi_write;
/linux-master/drivers/staging/vt6656/
H A Dmac.c64 set_key.u.write.key_ctl = cpu_to_le16(key_ctl);
65 ether_addr_copy(set_key.u.write.addr, addr);
67 /* swap over swap[0] and swap[1] to get correct write order */
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dio.c64 wl->if_ops->write(wl, physical, buf, len);
184 wl->if_ops->write(wl, HW_ACCESS_PART0_SIZE_ADDR, partition,
/linux-master/drivers/nfc/nxp-nci/
H A Dcore.c76 if (!info->phy_ops->write) {
86 r = info->phy_ops->write(info->phy_id, skb);
/linux-master/include/linux/
H A Ddma-resv.h87 * @DMA_RESV_USAGE_WRITE: Implicit write synchronization.
90 * an implicit write dependency.
121 * @write: true if we create a new implicit sync write
123 * This returns the implicit synchronization usage for write or read accesses,
126 static inline enum dma_resv_usage dma_resv_usage_rw(bool write) argument
130 * The rational is that new write operations needs to wait for the
131 * existing read and write operations to finish.
132 * But a new read operation only needs to wait for the existing write
135 return write
[all...]
/linux-master/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_net.c133 size_t read, write; local
174 write = vringh_iov_push_iotlb(&cvq->vring, &cvq->out_iov,
176 vringh_complete_iotlb(&cvq->vring, cvq->head, write);
201 ssize_t read, write; local
248 write = vringh_iov_push_iotlb(&rxq->vring, &rxq->in_iov,
250 if (write <= 0) {
256 rx_bytes += write;
259 vdpasim_net_complete(rxq, write);
/linux-master/tools/perf/util/
H A Dheader.h105 int (*write)(struct feat_fd *ff, struct evlist *evlist); member in struct:perf_header_feature_ops
128 int (*write)(struct feat_writer *fw, void *buf, size_t sz); member in struct:feat_writer
/linux-master/arch/arm/mm/
H A Dpv-fixup-asm.S66 mcrr p15, 0, r4, r5, c2 @ write back TTBR0
70 mcrr p15, 1, r4, r5, c2 @ write back TTBR1
/linux-master/drivers/net/wireless/ath/ath9k/
H A Ddfs_debug.c125 .write = write_file_simulate_radar,
133 .write = write_file_dfs,
/linux-master/arch/x86/include/asm/
H A Dmmu_context.h250 bool write, bool execute, bool foreign)
258 return __pkru_allows_pkey(vma_pkey(vma), write);
249 arch_vma_access_permitted(struct vm_area_struct *vma, bool write, bool execute, bool foreign) argument
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_dma.c22 int mgb4_dma_transfer(struct mgb4_dev *mgbdev, u32 channel, bool write, argument
33 if (write) {
/linux-master/drivers/tty/serial/8250/
H A D8250_early.c163 device->con->write = early_serial8250_write;
185 device->con->write = early_serial8250_write;

Completed in 326 milliseconds

<<11121314151617181920>>