Searched refs:write_flush (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/
H A Dath.h125 * @write_flush: flush buffered register writes and disable buffering
132 void (*write_flush) (void *); member in struct:ath_ops
H A Dkey.c32 if (common->ops->write_flush) \
33 common->ops->write_flush((_ah));
/linux-4.4.14/net/sunrpc/
H A Dcache.c1445 static ssize_t write_flush(struct file *file, const char __user *buf, write_flush() function
1591 return write_flush(filp, buf, count, ppos, cd); write_flush_procfs()
1827 return write_flush(filp, buf, count, ppos, cd); write_flush_pipefs()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dhw.h99 if ((_ah)->reg_ops.write_flush) \
100 (_ah)->reg_ops.write_flush((_ah)); \
H A Dhtc_drv_init.c629 ah->reg_ops.write_flush = ath9k_regwrite_flush; ath9k_init_priv()

Completed in 183 milliseconds