Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/
Dkey.c32 if (common->ops->write_flush) \
33 common->ops->write_flush((_ah));
Dath.h132 void (*write_flush) (void *); member
/drivers/tty/serdev/
Dcore.c322 if (!ctrl || !ctrl->ops->write_flush) in serdev_device_write_flush()
325 ctrl->ops->write_flush(ctrl); in serdev_device_write_flush()
Dserdev-ttyport.c252 .write_flush = ttyport_write_flush,
/drivers/net/wireless/ath/ath9k/
Dhw.h99 if ((_ah)->reg_ops.write_flush) \
100 (_ah)->reg_ops.write_flush((_ah)); \
Dhtc_drv_init.c627 ah->reg_ops.write_flush = ath9k_regwrite_flush; in ath9k_init_priv()