Searched refs:block_write (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/include/linux/bcma/ |
D | bcma.h | 53 void (*block_write)(struct bcma_device *core, const void *buffer, member 409 core->bus->ops->block_write(core, buffer, count, offset, reg_width); in bcma_block_write()
|
/linux-4.19.296/include/linux/ssb/ |
D | ssb.h | 217 void (*block_write)(struct ssb_device *dev, const void *buffer, member 609 dev->ops->block_write(dev, buffer, count, offset, reg_width); in ssb_block_write()
|