| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | mmc_legacy.c | 123 .block_write = mmc_bwrite, 176 bdesc->block_write = mmc_bwrite; in mmc_create()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/ |
| H A D | bus.c | 95 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 D | bus.h | 35 void (*block_write)(struct b43_bus_dev *dev, const void *buffer, member
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | blk.h | 114 unsigned long (*block_write)(struct blk_desc *block_dev, member 457 return block_dev->block_write(block_dev, start, blkcnt, buffer); in blk_dwrite()
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/intel/ |
| H A D | apl.c | 42 .block_write = sof_block_write,
|
| H A D | tgl.c | 37 .block_write = sof_block_write,
|
| H A D | byt.c | 601 .block_write = sof_block_write, 842 .block_write = sof_block_write, 921 .block_write = sof_block_write,
|
| H A D | cnl.c | 247 .block_write = sof_block_write,
|
| H A D | bdw.c | 609 .block_write = sof_block_write,
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/imx/ |
| H A D | imx8.c | 419 .block_write = sof_block_write, 468 .block_write = sof_block_write,
|
| H A D | imx8m.c | 273 .block_write = sof_block_write,
|
| /OK3568_Linux_fs/kernel/include/linux/bcma/ |
| H A D | bcma.h | 53 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()
|
| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | sata.c | 104 sata_dev_desc[i].block_write = sata_bwrite; in __sata_initialize()
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | flash_image.c | 126 static int block_write(char *src_path, long long offset, long long size, long long flash_offset, ch… in block_write() function 274 ret = block_write(src_path, pcmd->offset, pcmd->size, in flash_normal() 277 ret = block_write(dst_file, 0, ret, in flash_normal()
|
| /OK3568_Linux_fs/kernel/include/linux/ssb/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/ssb/ |
| H A D | host_soc.c | 172 .block_write = ssb_host_soc_block_write,
|
| H A D | sdio.c | 460 .block_write = ssb_sdio_block_write,
|
| /OK3568_Linux_fs/kernel/drivers/bcma/ |
| H A D | host_soc.c | 162 .block_write = bcma_host_soc_block_write,
|
| H A D | host_pci.c | 154 .block_write = bcma_host_pci_block_write,
|
| /OK3568_Linux_fs/u-boot/drivers/block/ |
| H A D | sandbox.c | 186 blk_dev->block_write = host_block_write;
|
| H A D | blk_legacy.c | 250 return desc->block_write(desc, start, blkcnt, buffer); in blk_write_devnum()
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/ |
| H A D | core.c | 306 !sof_ops(sdev)->block_read || !sof_ops(sdev)->block_write || in snd_sof_device_probe()
|
| H A D | ops.h | 274 sof_ops(sdev)->block_write(sdev, bar, offset, src, bytes); in snd_sof_dsp_block_write()
|
| H A D | sof-priv.h | 128 void (*block_write)(struct snd_sof_dev *sof_dev, u32 bar, member
|
| /OK3568_Linux_fs/u-boot/cmd/mvebu/ |
| H A D | bubt.c | 169 blk_written = mmc->block_dev.block_write(mmc_dev_num, in mmc_burn_image()
|