Searched refs:write_flush (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ |
D | ath.h | 132 void (*write_flush) (void *); member
|
D | key.c | 32 if (common->ops->write_flush) \ 33 common->ops->write_flush((_ah));
|
/linux-4.4.14/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 | 629 ah->reg_ops.write_flush = ath9k_regwrite_flush; in ath9k_init_priv()
|
/linux-4.4.14/net/sunrpc/ |
D | cache.c | 1445 static ssize_t write_flush(struct file *file, const char __user *buf, in write_flush() function 1591 return write_flush(filp, buf, count, ppos, cd); in write_flush_procfs() 1827 return write_flush(filp, buf, count, ppos, cd); in write_flush_pipefs()
|