Searched refs:write_flush (Results 1 – 6 of 6) sorted by relevance
32 if (common->ops->write_flush) \33 common->ops->write_flush((_ah));
132 void (*write_flush) (void *); member
322 if (!ctrl || !ctrl->ops->write_flush) in serdev_device_write_flush()325 ctrl->ops->write_flush(ctrl); in serdev_device_write_flush()
252 .write_flush = ttyport_write_flush,
99 if ((_ah)->reg_ops.write_flush) \100 (_ah)->reg_ops.write_flush((_ah)); \
627 ah->reg_ops.write_flush = ath9k_regwrite_flush; in ath9k_init_priv()