Home
last modified time | relevance | path

Searched refs:write_flush (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/drivers/net/wireless/ath/
A Dath.h130 void (*write_flush) (void *); member
A Dkey.c32 if (common->ops->write_flush) \
33 common->ops->write_flush((_ah));
/linux-6.3-rc2/include/linux/
A Dserdev.h86 void (*write_flush)(struct serdev_controller *); member
/linux-6.3-rc2/drivers/tty/serdev/
A Dcore.c322 if (!ctrl || !ctrl->ops->write_flush) in serdev_device_write_flush()
325 ctrl->ops->write_flush(ctrl); in serdev_device_write_flush()
A Dserdev-ttyport.c252 .write_flush = ttyport_write_flush,
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A Dhw.h99 if ((_ah)->reg_ops.write_flush) \
100 (_ah)->reg_ops.write_flush((_ah)); \
A Dhtc_drv_init.c627 ah->reg_ops.write_flush = ath9k_regwrite_flush; in ath9k_init_priv()
/linux-6.3-rc2/net/sunrpc/
A Dcache.c1509 static ssize_t write_flush(struct file *file, const char __user *buf, in write_flush() function
1657 return write_flush(filp, buf, count, ppos, cd); in write_flush_procfs()
1876 return write_flush(filp, buf, count, ppos, cd); in write_flush_pipefs()

Completed in 38 milliseconds