Home
last modified time | relevance | path

Searched refs:write (Results 8951 - 8975 of 9091) sorted by relevance

1...<<351352353354355356357358359360>>...364

/kernel/linux/linux-5.10/drivers/s390/block/
H A Ddasd.c1097 .write = dasd_stats_write,
3137 "Rejecting write request %p", req); in do_dasd_request()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_fs.c701 .write = ffs_ep0_write,
1048 * uninitialized at the time I write this comment, some in ffs_epfile_io()
/kernel/linux/linux-5.10/drivers/tty/
H A Dcyclades.c1808 * This routine is called by the kernel to write a single
2722 * Return: write counters to the user passed counter struct in cy_ioctl()
3391 * the IRQ is lost and, thus, we have to re-write it to the PCI config. in plx_init()
3991 .write = cy_write,
/kernel/linux/linux-5.10/drivers/usb/misc/sisusbvga/
H A Dsisusb.c551 * return value and write it to packet->data in sisusb_send_packet()
587 * return value and write it to packet->data in sisusb_send_bridge_packet()
605 * - the write routines expect "data" in machine endianness format.
1382 /* We can write a length > buffer size here. The buffer in sisusb_clear_vram()
2997 .write = sisusb_write,
/kernel/linux/linux-5.10/drivers/usb/misc/
H A Dftdi-elan.c726 "urb=%p write bulk status received: %d\n", urb, status); in ftdi_elan_write_bulk_callback()
789 dev_err(&ftdi->udev->dev, "could not get a buffer to write %d commands totaling %d bytes to the Uxxx\n", in ftdi_elan_command_engine()
816 dev_err(&ftdi->udev->dev, "failed %d to submit urb %p to write %d commands totaling %d bytes to the Uxxx\n", in ftdi_elan_command_engine()
1118 "failed submitting write urb, error %d\n", retval); in ftdi_elan_write()
1137 .write = ftdi_elan_write,
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dpatch_hdmi.c513 entry->c.text.write = write_eld_info; in eld_proc_new()
/kernel/linux/linux-5.10/sound/pci/trident/
H A Dtrident_main.c163 data - Lower 16 bits are the data to write to CODEC.
182 /* read AC-97 write register status */ in snd_trident_codec_write()
192 /* read AC-97 write register status */ in snd_trident_codec_write()
202 /* read AC-97 write register status */ in snd_trident_codec_write()
422 Description: This routine will complete and write the 5 hardware channel
505 Description: This routine will write the new CSO offset
531 Description: This routine will write the new ESO offset
557 Description: This routine will write the new voice volume
588 Description: This routine will write the new voice pan
610 Description: This routine will write th
[all...]
/kernel/linux/linux-5.10/sound/pci/cs46xx/
H A Dcs46xx_lib.c93 * 2. Write ACCDA = Command Data Register = 470h for data to write to AC97 in snd_cs46xx_codec_read()
233 * 2. Write ACCDA = Command Data Register = 470h for data to write to AC97 in snd_cs46xx_codec_write()
234 * 3. Write ACCTL = Control Register = 460h for initiating the write in snd_cs46xx_codec_write()
271 * Now, check to see if the write has completed. in snd_cs46xx_codec_write()
279 "AC'97 write problem, codec_index = %d, reg = 0x%x, val = 0x%x\n", in snd_cs46xx_codec_write()
590 * Make sure the previous FIFO write operation has completed. in cs46xx_wait_for_fifo()
637 * Make sure the previous FIFO write operation has completed. in snd_cs46xx_clear_serial_FIFOs()
831 * Figure out the frame group length for the write back task. Basically, in snd_cs46xx_set_capture_sample_rate()
2415 /* test if we can write to the record gain volume register */ in snd_cs46xx_codec_reset()
2472 .write in snd_cs46xx_mixer()
[all...]
/kernel/linux/linux-5.10/sound/core/
H A Dpcm_native.c1059 * with extension, parameters are read/write, in snd_pcm_status_user64()
1085 * with extension, parameters are read/write, in snd_pcm_status_user32()
4083 .write = snd_pcm_write,
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c2195 ui_helpline__fpush("Couldn't write to %s: %s", filename, err); in hist_browser__dump()
3572 .write = perf_evsel_menu__write, in __perf_evlist__tui_browse_hists()
/kernel/linux/linux-5.10/fs/f2fs/
H A Df2fs.h142 /* For which write hints are passed down to block layer */
619 bool m_may_create; /* indicate it is from write path */
1097 APP_DIRECT_IO, /* app direct write IOs */
1098 APP_BUFFERED_IO, /* app buffered write IOs */
1099 APP_WRITE_IO, /* app write IOs */
1265 WHINT_MODE_OFF, /* not pass down write hints */
1339 /* compress context for write IO path */
1412 struct f2fs_bio_info *write_io[NR_PAGE_TYPE]; /* for write bios */
1578 /* For write statistics */
1607 bool write; member
[all...]
/kernel/linux/linux-5.10/net/bluetooth/
H A Dsmp.c3432 .write = force_bredr_smp_write,
/kernel/linux/linux-5.10/drivers/pci/
H A Dpci.c1836 * to be called by normal code, write proper resume handler and use it instead.
4356 * pci_set_mwi - enables memory-write-invalidate PCI transaction
4408 * pci_try_set_mwi - enables memory-write-invalidate PCI transaction
4515 bus->ops->write(bus, dev->devfn, PCI_COMMAND, 2, newcmd); in pci_check_and_set_intx_mask()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c412 /* High byte of register contains read/write indicator */ in xgbe_phy_redrv_write()
457 "Redriver write checksum error\n"); in xgbe_phy_redrv_write()
2010 /* Calculate the register to write */ in xgbe_phy_set_redrv_mode_i2c()
3048 /* Prepare to write the GPIO data */ in xgbe_phy_i2c_mdio_reset()
3743 mii->write = xgbe_phy_mii_write_c22; in xgbe_phy_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/agere/
H A Det131x.c379 /* The location of the write-back status block */
505 * to 1 prior to starting a single byte read/write in eeprom_wait_ready()
531 /* For an EEPROM, an I2C single byte write is defined as a START in eeprom_write()
534 * EEPROM's internally timed write cycle to the nonvolatile memory. in eeprom_write()
535 * All inputs are disabled during this write cycle and the EEPROM will in eeprom_write()
536 * not respond to any access until the internal write is complete. in eeprom_write()
556 /* Write the data to the LBCIF Data Register (the I2C write in eeprom_write()
562 * 1:0 are both equal to 1, the I2C write has completed and the in eeprom_write()
563 * internal write cycle of the EEPROM is about to start. in eeprom_write()
574 * 1, this is so we do a blind write fo in eeprom_write()
[all...]
/kernel/linux/linux-6.6/drivers/net/dsa/microchip/
H A Dksz_common.c1920 bus->write = ksz_sw_mdio_write; in ksz_mdio_register()
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/emac/
H A Dcore.c899 /* Issue write command */ in __emac_mdio_write()
915 /* Wait for write to complete */ in __emac_mdio_write()
2619 dev->mii_bus->write = &emac_mii_bus_write; in emac_dt_mdio_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/renesas/
H A Dsh_eth.c1773 /* Unused write back interrupt */ in sh_eth_error()
2543 /* The statistics registers have write-clear behaviour, which means we
2544 * will lose any increment between the read and write. We mitigate
3116 mdp->mii_bus->write = sh_mdiobb_write_c22; in sh_mdio_init()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dserial_core.c102 * uart_write_wakeup - schedule write processing
675 * This function performs low-level write of high-priority XON/XOFF
1266 * Return: write counters to the user passed counter struct
2119 * uart_console_write - write a console message to a serial port
2120 * @port: the port to write the message
2122 * @count: number of characters in string to write
2123 * @putchar: function to write character to port
2744 .write = uart_write,
/kernel/linux/linux-6.6/drivers/s390/block/
H A Ddasd.c1031 .write = dasd_stats_write,
3092 "Rejecting write request %p", req); in do_dasd_request()
3947 /* in any case write eer message with reason */ in dasd_handle_autoquiesce()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_fs.c694 .write = ffs_ep0_write,
1037 * uninitialized at the time I write this comment, some in ffs_epfile_io()
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk.c3509 .write = current_parent_write,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.c671 * doesn't write 0 to that field. in psp_cmd_submit_buf()
2955 /* KM (GPCOM) prepare write pointer */ in psp_ring_cmd_submit()
2984 /* Update the write Pointer in DWORDs */ in psp_ring_cmd_submit()
3686 .write = amdgpu_psp_vbflash_write,
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c893 * @offset: offset within the EEPROM to write
895 * @data: 16 bit word(s) to write to EEPROM
912 * initialization. It is worth to do that when we write large buffer. in ixgbe_write_eeprom_buffer_bit_bang_generic()
1241 * @offset: offset of word in the EEPROM to write
1243 * @data: word(s) write to the EEPROM
1266 hw_dbg(hw, "Eeprom write EEWR timed out\n"); in ixgbe_write_eewr_buffer_generic()
1274 hw_dbg(hw, "Eeprom write EEWR timed out\n"); in ixgbe_write_eewr_buffer_generic()
1285 * @offset: offset of word in the EEPROM to write
1286 * @data: word write to the EEPROM
1296 * ixgbe_poll_eerd_eewr_done - Poll EERD read or EEWR write statu
[all...]
H A Dixgbe_x550.c89 * @reg: register number to write
102 * @reg: register number to write
103 * @value: value to write to register
133 * @reg: register number to write
134 * @value: value to write
394 * ixgbe_write_i2c_combined_generic - Perform I2C write combined operation
396 * @addr: I2C bus address to write to
397 * @reg: I2C device register to write to
398 * @val: value to write
409 * ixgbe_write_i2c_combined_generic_unlocked - Do I2C write combine
[all...]

Completed in 110 milliseconds

1...<<351352353354355356357358359360>>...364