Home
last modified time | relevance | path

Searched refs:block_write (Results 1 – 19 of 19) sorted by relevance

/linux/sound/soc/sof/intel/
H A Dhda-common-ops.c28 .block_write = sof_block_write,
H A Dbyt.c229 .block_write = sof_block_write,
304 .block_write = sof_block_write,
H A Dbdw.c581 .block_write = sof_block_write,
/linux/drivers/net/wireless/broadcom/b43/
H A Dbus.c95 dev->block_write = b43_bus_bcma_block_write; in b43_bus_dev_bcma_init()
200 dev->block_write = b43_bus_ssb_block_write; in b43_bus_dev_ssb_init()
H A Dbus.h35 void (*block_write)(struct b43_bus_dev *dev, const void *buffer, member
H A Db43.h1077 dev->dev->block_write(dev->dev, buffer, count, offset, reg_width); in b43_block_write()
/linux/include/linux/bcma/
H A Dbcma.h53 void (*block_write)(struct bcma_device *core, const void *buffer, member
404 core->bus->ops->block_write(core, buffer, count, offset, reg_width); in bcma_block_write()
/linux/include/linux/ssb/
H A Dssb.h217 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()
/linux/drivers/ssb/
H A Dhost_soc.c172 .block_write = ssb_host_soc_block_write,
H A Dsdio.c460 .block_write = ssb_sdio_block_write,
H A Dpcmcia.c438 .block_write = ssb_pcmcia_block_write,
H A Dpci.c1115 .block_write = ssb_pci_block_write,
/linux/drivers/bcma/
H A Dhost_soc.c162 .block_write = bcma_host_soc_block_write,
H A Dhost_pci.c154 .block_write = bcma_host_pci_block_write,
/linux/sound/soc/sof/amd/
H A Dacp-common.c209 .block_write = acp_dsp_block_write,
/linux/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.c417 .block_write = sof_block_write,
/linux/sound/soc/sof/imx/
H A Dimx-common.c447 .block_write = sof_block_write,
/linux/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c393 .block_write = sof_block_write,
/linux/sound/soc/sof/
H A Dcore.c335 !sof_ops(sdev)->block_write || !sof_ops(sdev)->send_msg || in validate_sof_ops()