Home
last modified time | relevance | path

Searched refs:write (Results 3526 - 3550 of 5085) sorted by relevance

1...<<141142143144145146147148149150>>...204

/kernel/linux/linux-6.6/drivers/net/dsa/realtek/
H A Drealtek-smi.c289 * is when issueing soft reset. Since the device reset as soon as we write
389 priv->slave_mii_bus->write = realtek_smi_mdio_write; in realtek_smi_setup_mdio()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/
H A Dencx24j600-regmap.c478 .write = regmap_encx24j600_write,
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Dhwmon.c160 .write = mlx5_hwmon_write,
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Ddebug.c383 .write = dfs_file_write,
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/
H A Dhns_mdio.c178 /* after that can do read or write*/ in hns_mdio_wait_ready()
226 dev_dbg(&bus->dev, "mdio write %s,base is %p\n", in hns_mdio_write_c22()
228 dev_dbg(&bus->dev, "phy id=%d, reg=%#x, write data=%d\n", in hns_mdio_write_c22()
268 dev_dbg(&bus->dev, "mdio write %s,base is %p\n", in hns_mdio_write_c45()
270 dev_dbg(&bus->dev, "phy id=%d, devad=%d, reg=%#x, write data=%d\n", in hns_mdio_write_c45()
280 /* config the cmd-reg to write addr*/ in hns_mdio_write_c45()
286 /* check for read or write opt is finished */ in hns_mdio_write_c45()
334 /* check for read or write opt is finished */ in hns_mdio_read_c22()
386 /* Step 2; config the cmd-reg to write addr*/ in hns_mdio_read_c45()
389 /* Step 3: check for read or write op in hns_mdio_read_c45()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H A Dhw.h534 * Where X=[read|write], L=locking, P=sets page, A=register access
571 s32 (*write)(struct e1000_hw *, u16, u16, u16 *); member
H A De1000.h61 /* How many Rx Buffers do we bundle into one write to the hardware ? */
591 return hw->nvm.ops.write(hw, offset, words, data); in e1000_write_nvm()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_common.h165 bool write, struct ice_sq_cd *cd);
/kernel/linux/linux-6.6/drivers/acpi/
H A Dacpi_dbg.c105 * Another write is not in progress and there is buffer space in __acpi_aml_writable()
106 * available for write. in __acpi_aml_writable()
726 .write = acpi_aml_write,
/kernel/linux/linux-6.6/drivers/auxdisplay/
H A Dcharlcd.c475 * charlcd_write() is invoked as a VFS->write() callback in charlcd_write()
501 if (file->f_mode & FMODE_READ) /* device is write-only */ in charlcd_open()
524 .write = charlcd_write,
578 * Since charlcd_init_display() needs to write data, we have to in charlcd_init()
/kernel/linux/linux-6.6/fs/netfs/
H A Dio.c75 * subreq->pos + subreq->len - 1. It may not backtrack and write data into the
218 cres->ops->write(cres, subreq->start, &iter, in netfs_rreq_do_write_to_cache()
/kernel/linux/linux-6.6/fs/cachefiles/
H A Ddaemon.c54 .write = cachefiles_daemon_write,
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dmiscdev.c344 * ecryptfs_miscdev_write - handle write to daemon miscdev handle
451 .write = ecryptfs_miscdev_write,
/kernel/linux/linux-6.6/fs/coda/
H A Dpsdev.c348 .write = coda_psdev_write,
/kernel/linux/linux-6.6/fs/ocfs2/dlmfs/
H A Ddlmfs.c133 /* We don't want to honor O_APPEND at read/write time as it in dlmfs_file_open()
251 /* don't write past the lvb */ in dlmfs_file_write()
530 .write = dlmfs_file_write,
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dcpwd.c507 .write = cpwd_write,
H A Dpcwd_usb.c553 .write = usb_pcwd_write,
H A Dpcwd_pci.c167 * After the required data has been written then write the command to in send_command()
647 .write = pcipcwd_write,
/kernel/linux/linux-6.6/include/linux/
H A Dhwmon.h395 * @write: Write callback for data attributes. Mandatory if writeable
403 * @val: Value to write
413 int (*write)(struct device *dev, enum hwmon_sensor_types type, member
H A Ddebugfs.h59 .write = (__is_signed) ? debugfs_attr_write_signed : debugfs_attr_write, \
384 * debugfs_create_xul - create a debugfs file that is used to read and write an
391 * @value: a pointer to the variable that the file should read to and write
H A Dkernfs.h134 * respective read or write access at all (none of S_IRUGO or
298 * write() is bounced through kernel buffer. If atomic_write_len
299 * is not set, a write larger than PAGE_SIZE results in partial
307 * all read/write requests. As ->seq_show uses seq_read()
309 * ->prealloc. Provide ->read and ->write with ->prealloc.
312 ssize_t (*write)(struct kernfs_open_file *of, char *buf, size_t bytes, member
/kernel/linux/linux-6.6/include/net/
H A Dndisc.h489 int ndisc_ifinfo_sysctl_change(struct ctl_table *ctl, int write,
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dtape_char.c48 .write = tapechar_write,
184 * Tape device write function
196 DBF_EVENT(6, "TCHAR:write\n"); in tapechar_write()
201 DBF_EVENT(3, "TCHAR:write smaller than block " in tapechar_write()
255 * After doing a write we always need two tapemarks to correctly in tapechar_write()
259 * tapemark it doesn't hurt to write two marks again. in tapechar_write()
314 * write all required tapemarks. Otherwise only one to terminate the in tapechar_release()
357 * Operations that change tape position should write final in __tapechar_ioctl()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A D21285.c461 .write = serial21285_console_write,
H A Dapbuart.c480 .write = apbuart_console_write,

Completed in 30 milliseconds

1...<<141142143144145146147148149150>>...204