Home
last modified time | relevance | path

Searched refs:write (Results 3501 - 3525 of 5457) sorted by relevance

1...<<141142143144145146147148149150>>...219

/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c2076 .msg = "write pointer and depth",
2739 dev_err(dev, "write gpio: invalid reg range[%d, %d]\n", in write_gpio_v3_hw()
2750 dev_err(dev, "write gpio: unsupported or bad reg type %d\n", in write_gpio_v3_hw()
3919 .write = &debugfs_trigger_dump_v3_hw_write,
4004 .write = debugfs_bist_linkrate_v3_hw_write,
4094 .write = debugfs_bist_code_mode_v3_hw_write,
4143 .write = debugfs_bist_phy_v3_hw_write,
4191 .write = debugfs_bist_cnt_v3_hw_write,
4270 .write = debugfs_bist_mode_v3_hw_write,
4323 .write
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H A Dftrace.c971 .write = ftrace_profile_write,
4008 * routine, you can use ftrace_filter_write() for the write
5966 .write = ftrace_filter_write,
5974 .write = ftrace_notrace_write,
6373 .write = ftrace_graph_write,
6381 .write = ftrace_graph_write,
6844 * text to read-only, as we now need to set it back to read-write in ftrace_module_enable()
7851 .write = ftrace_pid_write,
7859 .write = ftrace_no_pid_write,
8220 ftrace_enable_sysctl(struct ctl_table *table, int write, in ftrace_enable_sysctl() argument
[all...]
/kernel/linux/linux-5.10/drivers/atm/
H A Diphase.c711 * issue the write command
1189 wr_ptr = iadev->rx_dle_q.write;
1199 iadev->rx_dle_q.write = wr_ptr;
1311 dma_unmap_single(&iadev->pci->dev, iadev->rx_dle_q.write->sys_pkt_addr,
1443 iadev->rx_dle_q.write = iadev->rx_dle_q.start;
1448 /* write the upper 20 bits of the start address to rx list address register */
1545 - I guess we can write all 1s or 0x000f in the entire memory
1930 iadev->tx_dle_q.write = iadev->tx_dle_q.start;
1933 /* write the upper 20 bits of the start address to tx list address register */
2962 and put the updated write pointe
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c615 /* Tell device the write idx *just past* this latest filled TFD */ in il3945_tx_skb()
926 * This moves the 'write' idx forward to catch up with 'processed', and
946 rxq->bd[rxq->write] = in il3945_rx_queue_restock()
948 rxq->queue[rxq->write] = rxb; in il3945_rx_queue_restock()
949 rxq->write = (rxq->write + 1) & RX_QUEUE_MASK; in il3945_rx_queue_restock()
959 * Increment device's write pointer in multiples of 8. */ in il3945_rx_queue_restock()
960 if (rxq->write_actual != (rxq->write & ~0x7) || in il3945_rx_queue_restock()
961 abs(rxq->write - rxq->read) > 7) { in il3945_rx_queue_restock()
1078 rxq->read = rxq->write in il3945_rx_queue_reset()
[all...]
/kernel/linux/linux-5.10/fs/f2fs/
H A Ddata.c470 * read/write raw data without encryption. in f2fs_set_bio_crypt_ctx()
482 * read/write raw data without encryption. in f2fs_crypt_mergeable_bio()
2763 /* LFS mode write path */ in f2fs_do_write_data_page()
2833 goto write; in f2fs_write_single_data_page()
2844 write: in f2fs_write_single_data_page()
2847 /* we should not write 0'th page having journal header */ in f2fs_write_single_data_page()
2975 * The major change is making write step of cold data page separately from
3210 /* submit cached bio of IPU write */ in f2fs_write_cache_pages()
3363 /* f2fs_lock_op avoids race between write CP and convert_inline_page */ in prepare_write_begin()
3639 dio->write in f2fs_dio_end_io()
3653 bool write = (bio_op(bio) == REQ_OP_WRITE); f2fs_dio_submit_bio() local
[all...]
/kernel/linux/linux-6.6/drivers/atm/
H A Diphase.c710 * issue the write command
1190 wr_ptr = iadev->rx_dle_q.write;
1200 iadev->rx_dle_q.write = wr_ptr;
1312 dma_unmap_single(&iadev->pci->dev, iadev->rx_dle_q.write->sys_pkt_addr,
1444 iadev->rx_dle_q.write = iadev->rx_dle_q.start;
1449 /* write the upper 20 bits of the start address to rx list address register */
1546 - I guess we can write all 1s or 0x000f in the entire memory
1931 iadev->tx_dle_q.write = iadev->tx_dle_q.start;
1934 /* write the upper 20 bits of the start address to tx list address register */
2963 and put the updated write pointe
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c613 /* Tell device the write idx *just past* this latest filled TFD */ in il3945_tx_skb()
922 * This moves the 'write' idx forward to catch up with 'processed', and
942 rxq->bd[rxq->write] = in il3945_rx_queue_restock()
944 rxq->queue[rxq->write] = rxb; in il3945_rx_queue_restock()
945 rxq->write = (rxq->write + 1) & RX_QUEUE_MASK; in il3945_rx_queue_restock()
955 * Increment device's write pointer in multiples of 8. */ in il3945_rx_queue_restock()
956 if (rxq->write_actual != (rxq->write & ~0x7) || in il3945_rx_queue_restock()
957 abs(rxq->write - rxq->read) > 7) { in il3945_rx_queue_restock()
1075 rxq->read = rxq->write in il3945_rx_queue_reset()
[all...]
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp961 dumpInFile_->write(reinterpret_cast<char *>(inputAVBuffer->memory_->GetAddr()), in SendFrame()
1062 dumpOutFile_->write(reinterpret_cast<char *>(cachedFrame_->data[0] + i * cachedFrame_->linesize[0]), in DumpOutputBuffer()
1066 dumpOutFile_->write(reinterpret_cast<char *>(cachedFrame_->data[1] + i * cachedFrame_->linesize[1]), in DumpOutputBuffer()
1070 dumpOutFile_->write(reinterpret_cast<char *>(cachedFrame_->data[2] + i * cachedFrame_->linesize[2]), in DumpOutputBuffer()
/kernel/linux/linux-5.10/drivers/edac/
H A Daltera_edac.c188 .write = altr_sdr_mc_err_inject_write,
611 /* write ECC corrupted data out. */ in altr_edac_device_trig()
644 .write = altr_edac_device_trig,
654 .write = altr_edac_a10_device_trig,
664 .write = altr_edac_a10_device_trig2,
1744 /* Setup read/write of 4 bytes */ in altr_edac_a10_device_trig2()
1752 /* Setup write for single bit change */ in altr_edac_a10_device_trig2()
1767 /* Setup accctrl to write & ecc override & data override */ in altr_edac_a10_device_trig2()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H A De1000_82575.c374 nvm->ops.write = igb_write_nvm_spi; in igb_init_nvm_params_82575()
787 * @offset: register offset to write to
788 * @data: data to write at register offset
1343 /* flush the write to verify completion */ in igb_power_up_serdes_link_82575()
1438 /* flush the write to verify completion */ in igb_shutdown_serdes_link_82575()
1457 * on the last TLP read/write transaction when MAC is reset. in igb_reset_hw_82575()
2033 /* if capabilities version is type 1 we can write the in igb_set_pcie_completion_timeout()
2041 /* for version 2 capabilities we need to write the config space in igb_set_pcie_completion_timeout()
2184 * @offset: register offset to write to
2185 * @data: data to write t
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H A Drt2500pci.c54 * can safely write the new data into the register. in rt2500pci_bbp_write()
79 * can safely write the read request into the register. in rt2500pci_bbp_read()
112 * can safely write the new data into the register. in rt2500pci_rf_write()
163 .write = rt2x00mmio_register_write,
171 .write = rt2x00_eeprom_write,
178 .write = rt2500pci_bbp_write,
185 .write = rt2500pci_rf_write,
H A Drt2400pci.c54 * can safely write the new data into the register. in rt2400pci_bbp_write()
79 * can safely write the read request into the register. in rt2400pci_bbp_read()
112 * can safely write the new data into the register. in rt2400pci_rf_write()
163 .write = rt2x00mmio_register_write,
171 .write = rt2x00_eeprom_write,
178 .write = rt2400pci_bbp_write,
185 .write = rt2400pci_rf_write,
462 * For the RT2421 chipsets we need to write an invalid in rt2400pci_config_channel()
H A Drt2500usb.c131 * can safely write the new data into the register. in rt2500usb_bbp_write()
155 * can safely write the read request into the register. in rt2500usb_bbp_read()
188 * can safely write the new data into the register. in rt2500usb_rf_write()
226 .write = _rt2500usb_register_write,
234 .write = rt2x00_eeprom_write,
241 .write = rt2500usb_bbp_write,
248 .write = rt2500usb_rf_write,
/kernel/linux/linux-5.10/drivers/net/
H A Dvrf.c1866 static int vrf_shared_table_handler(struct ctl_table *table, int write, in vrf_shared_table_handler() argument
1882 if (!write) in vrf_shared_table_handler()
1885 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos); in vrf_shared_table_handler()
1887 if (write && ret == 0) in vrf_shared_table_handler()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c591 * write to an IN endpoint fifo, as many packets as possible.
592 * irqs will use this to write the rest later.
670 ep->dev->stats.write.bytes += count; in write_ep0_fifo()
889 dev->stats.write.ops++; in pxa25x_ep_queue()
1295 dev->stats.write.bytes, dev->stats.write.ops, in udc_debug_show()
/kernel/linux/linux-5.10/security/apparmor/
H A Dapparmorfs.c379 * @pos: position write is at in the file (NOT NULL)
452 .write = profile_load,
469 .write = profile_replace,
509 .write = profile_remove,
803 * The file expects a write which triggers the transaction, and then
805 * file-local buffer. Once a new write is performed, a new set of results
919 * Allows for one permissions or data query per open(), write(), and read()
981 .write = aa_write_access,
2298 "create read write exec append mmap_exec link lock"),
/kernel/linux/linux-5.10/kernel/sched/
H A Dtopology.c215 int sched_energy_aware_handler(struct ctl_table *table, int write, in sched_energy_aware_handler() argument
220 if (write && !capable(CAP_SYS_ADMIN)) in sched_energy_aware_handler()
223 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in sched_energy_aware_handler()
224 if (!ret && write) { in sched_energy_aware_handler()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H A De1000_82575.c374 nvm->ops.write = igb_write_nvm_spi; in igb_init_nvm_params_82575()
787 * @offset: register offset to write to
788 * @data: data to write at register offset
1343 /* flush the write to verify completion */ in igb_power_up_serdes_link_82575()
1438 /* flush the write to verify completion */ in igb_shutdown_serdes_link_82575()
1457 * on the last TLP read/write transaction when MAC is reset. in igb_reset_hw_82575()
2033 /* if capabilities version is type 1 we can write the in igb_set_pcie_completion_timeout()
2041 /* for version 2 capabilities we need to write the config space in igb_set_pcie_completion_timeout()
2184 * @offset: register offset to write to
2185 * @data: data to write t
[all...]
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dstm32-usart.c1935 .write = stm32_usart_console_write,
1972 device->con->write = early_stm32_serial_write; in early_stm32_h7_serial_setup()
1981 device->con->write = early_stm32_serial_write; in early_stm32_f7_serial_setup()
1990 device->con->write = early_stm32_serial_write; in early_stm32_f4_serial_setup()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c587 * write to an IN endpoint fifo, as many packets as possible.
588 * irqs will use this to write the rest later.
666 ep->dev->stats.write.bytes += count; in write_ep0_fifo()
885 dev->stats.write.ops++; in pxa25x_ep_queue()
1294 dev->stats.write.bytes, dev->stats.write.ops, in udc_debug_show()
/kernel/linux/linux-6.6/drivers/edac/
H A Daltera_edac.c189 .write = altr_sdr_mc_err_inject_write,
620 /* write ECC corrupted data out. */ in altr_edac_device_trig()
653 .write = altr_edac_device_trig,
663 .write = altr_edac_a10_device_trig,
673 .write = altr_edac_a10_device_trig2,
1796 /* Setup read/write of 4 bytes */ in altr_edac_a10_device_trig2()
1804 /* Setup write for single bit change */ in altr_edac_a10_device_trig2()
1819 /* Setup accctrl to write & ecc override & data override */ in altr_edac_a10_device_trig2()
/kernel/linux/linux-6.6/drivers/net/
H A Dvrf.c1911 static int vrf_shared_table_handler(struct ctl_table *table, int write, in vrf_shared_table_handler() argument
1927 if (!write) in vrf_shared_table_handler()
1930 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos); in vrf_shared_table_handler()
1932 if (write && ret == 0) in vrf_shared_table_handler()
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H A Drt2500usb.c131 * can safely write the new data into the register. in rt2500usb_bbp_write()
155 * can safely write the read request into the register. in rt2500usb_bbp_read()
188 * can safely write the new data into the register. in rt2500usb_rf_write()
226 .write = _rt2500usb_register_write,
234 .write = rt2x00_eeprom_write,
241 .write = rt2500usb_bbp_write,
248 .write = rt2500usb_rf_write,
H A Drt2500pci.c54 * can safely write the new data into the register. in rt2500pci_bbp_write()
79 * can safely write the read request into the register. in rt2500pci_bbp_read()
112 * can safely write the new data into the register. in rt2500pci_rf_write()
163 .write = rt2x00mmio_register_write,
171 .write = rt2x00_eeprom_write,
178 .write = rt2500pci_bbp_write,
185 .write = rt2500pci_rf_write,
H A Drt2400pci.c54 * can safely write the new data into the register. in rt2400pci_bbp_write()
79 * can safely write the read request into the register. in rt2400pci_bbp_read()
112 * can safely write the new data into the register. in rt2400pci_rf_write()
163 .write = rt2x00mmio_register_write,
171 .write = rt2x00_eeprom_write,
178 .write = rt2400pci_bbp_write,
185 .write = rt2400pci_rf_write,
462 * For the RT2421 chipsets we need to write an invalid in rt2400pci_config_channel()

Completed in 90 milliseconds

1...<<141142143144145146147148149150>>...219