Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/b43/
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()
A Dbus.h35 void (*block_write)(struct b43_bus_dev *dev, const void *buffer, member
A Db43.h1077 dev->dev->block_write(dev->dev, buffer, count, offset, reg_width); in b43_block_write()
/linux/sound/soc/sof/intel/
A Dapl.c43 .block_write = sof_block_write,
A Dbyt.c227 .block_write = sof_block_write,
309 .block_write = sof_block_write,
A Dicl.c42 .block_write = sof_block_write,
A Dtgl.c38 .block_write = sof_block_write,
A Dpci-tng.c143 .block_write = sof_block_write,
A Dcnl.c248 .block_write = sof_block_write,
A Dbdw.c617 .block_write = sof_block_write,
/linux/sound/soc/sof/imx/
A Dimx8.c414 .block_write = sof_block_write,
469 .block_write = sof_block_write,
A Dimx8m.c277 .block_write = sof_block_write,
/linux/include/linux/bcma/
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/
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/
A Dhost_soc.c172 .block_write = ssb_host_soc_block_write,
A Dsdio.c460 .block_write = ssb_sdio_block_write,
A Dpcmcia.c438 .block_write = ssb_pcmcia_block_write,
A Dpci.c1116 .block_write = ssb_pci_block_write,
/linux/drivers/bcma/
A Dhost_soc.c162 .block_write = bcma_host_soc_block_write,
A Dhost_pci.c154 .block_write = bcma_host_pci_block_write,
/linux/sound/soc/sof/
A Dcore.c311 !sof_ops(sdev)->block_read || !sof_ops(sdev)->block_write || in snd_sof_device_probe()
A Dsof-priv.h153 int (*block_write)(struct snd_sof_dev *sof_dev, member
A Dops.h312 return sof_ops(sdev)->block_write(sdev, blk_type, offset, src, bytes); in snd_sof_dsp_block_write()

Completed in 47 milliseconds