Home
last modified time | relevance | path

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

12

/openbmc/u-boot/drivers/mmc/
H A Dmmc_legacy.c143 .block_write = mmc_bwrite,
196 bdesc->block_write = mmc_bwrite; in mmc_create()
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-common-ops.c26 .block_write = sof_block_write,
H A Dbyt.c232 .block_write = sof_block_write,
307 .block_write = sof_block_write,
H A Dpci-tng.c147 .block_write = sof_block_write,
H A Dbdw.c582 .block_write = sof_block_write,
/openbmc/u-boot/include/
H A Dblk.h100 unsigned long (*block_write)(struct blk_desc *block_dev, member
453 return block_dev->block_write(block_dev, start, blkcnt, buffer); in blk_dwrite()
/openbmc/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
/openbmc/u-boot/drivers/ata/
H A Dsata.c103 sata_dev_desc[i].block_write = sata_bwrite; in __sata_initialize()
/openbmc/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()
/openbmc/linux/sound/soc/sof/amd/
H A Dacp-common.c152 .block_write = acp_dsp_block_write,
/openbmc/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,
/openbmc/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()
/openbmc/linux/sound/soc/sof/imx/
H A Dimx8.c499 .block_write = sof_block_write,
560 .block_write = sof_block_write,
H A Dimx8ulp.c427 .block_write = sof_block_write,
H A Dimx8m.c425 .block_write = sof_block_write,
/openbmc/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,
/openbmc/u-boot/drivers/block/
H A Dsandbox.c186 blk_dev->block_write = host_block_write;
H A Dblk_legacy.c249 return desc->block_write(desc, start, blkcnt, buffer); in blk_write_devnum()
/openbmc/linux/sound/soc/sof/
H A Dcore.c404 !sof_ops(sdev)->block_write || !sof_ops(sdev)->send_msg || in snd_sof_device_probe()
H A Dops.h382 return sof_ops(sdev)->block_write(sdev, blk_type, offset, src, bytes); in snd_sof_dsp_block_write()
/openbmc/u-boot/cmd/mvebu/
H A Dbubt.c168 blk_written = mmc->block_dev.block_write(mmc_dev_num, in mmc_burn_image()
/openbmc/linux/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.c570 .block_write = sof_block_write,

12