Searched refs:write_flush (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/wireless/ath/ |
H A D | key.c | 32 if (common->ops->write_flush) \ 33 common->ops->write_flush((_ah));
|
H A D | ath.h | 132 void (*write_flush) (void *); member
|
/linux/drivers/tty/serdev/ |
H A D | core.c | 312 if (!ctrl || !ctrl->ops->write_flush) in serdev_device_write_flush() 315 ctrl->ops->write_flush(ctrl); in serdev_device_write_flush()
|
H A D | serdev-ttyport.c | 261 .write_flush = ttyport_write_flush,
|
/linux/include/linux/ |
H A D | serdev.h | 86 void (*write_flush)(struct serdev_controller *); member
|
/linux/net/sunrpc/ |
H A D | cache.c | 1512 static ssize_t write_flush(struct file *file, const char __user *buf, in write_flush() function 1659 return write_flush(filp, buf, count, ppos, cd); in write_flush_procfs() 1872 return write_flush(filp, buf, count, ppos, cd); in write_flush_pipefs()
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | htc_drv_init.c | 627 ah->reg_ops.write_flush = ath9k_regwrite_flush; in ath9k_init_priv()
|