Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/
H A Dkey.c32 if (common->ops->write_flush) \
33 common->ops->write_flush((_ah));
H A Dath.h132 void (*write_flush) (void *); member
/linux/net/sunrpc/
H A Dcache.c1513 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 Dhtc_drv_init.c627 ah->reg_ops.write_flush = ath9k_regwrite_flush; in ath9k_init_priv()