Searched refs:write_flush (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/wireless/ath/ |
| H A D | key.c | 32 if (common->ops->write_flush) \ 33 common->ops->write_flush((_ah));
|
| H A D | ath.h | 132 void (*write_flush) (void *); member
|
| /linux/net/sunrpc/ |
| H A D | cache.c | 1513 static ssize_t write_flush(struct file *file, const char __user *buf, in write_flush() function 1660 return write_flush(filp, buf, count, ppos, cd); in write_flush_procfs() 1873 return write_flush(filp, buf, count, ppos, cd); in write_flush_pipefs()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | htc_drv_init.c | 627 ah->reg_ops.write_flush = ath9k_regwrite_flush; in ath9k_init_priv()
|