Searched refs:write_flush (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | serdev.h | 84 void (*write_flush)(struct serdev_controller *); member
|
| /Linux-v5.4/drivers/tty/serdev/ |
| D | core.c | 321 if (!ctrl || !ctrl->ops->write_flush) in serdev_device_write_flush() 324 ctrl->ops->write_flush(ctrl); in serdev_device_write_flush()
|
| D | serdev-ttyport.c | 252 .write_flush = ttyport_write_flush,
|
| /Linux-v5.4/drivers/net/wireless/ath/ |
| D | ath.h | 130 void (*write_flush) (void *); member
|
| D | key.c | 32 if (common->ops->write_flush) \ 33 common->ops->write_flush((_ah));
|
| /Linux-v5.4/drivers/net/wireless/ath/ath9k/ |
| D | hw.h | 99 if ((_ah)->reg_ops.write_flush) \ 100 (_ah)->reg_ops.write_flush((_ah)); \
|
| D | htc_drv_init.c | 627 ah->reg_ops.write_flush = ath9k_regwrite_flush; in ath9k_init_priv()
|
| /Linux-v5.4/net/sunrpc/ |
| D | cache.c | 1491 static ssize_t write_flush(struct file *file, const char __user *buf, in write_flush() function 1640 return write_flush(filp, buf, count, ppos, cd); in write_flush_procfs() 1859 return write_flush(filp, buf, count, ppos, cd); in write_flush_pipefs()
|