Searched refs:block_write (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/net/wireless/b43/ |
D | bus.c | 108 dev->block_write = b43_bus_bcma_block_write; in b43_bus_dev_bcma_init() 213 dev->block_write = b43_bus_ssb_block_write; in b43_bus_dev_ssb_init()
|
D | bus.h | 34 void (*block_write)(struct b43_bus_dev *dev, const void *buffer, member
|
D | b43.h | 1076 dev->dev->block_write(dev->dev, buffer, count, offset, reg_width); in b43_block_write()
|
/linux-4.4.14/include/linux/bcma/ |
D | bcma.h | 51 void (*block_write)(struct bcma_device *core, const void *buffer, member 400 core->bus->ops->block_write(core, buffer, count, offset, reg_width); in bcma_block_write()
|
/linux-4.4.14/drivers/ssb/ |
D | host_soc.c | 171 .block_write = ssb_host_soc_block_write,
|
D | sdio.c | 461 .block_write = ssb_sdio_block_write,
|
D | pcmcia.c | 443 .block_write = ssb_pcmcia_block_write,
|
D | pci.c | 1125 .block_write = ssb_pci_block_write,
|
/linux-4.4.14/include/linux/ssb/ |
D | ssb.h | 216 void (*block_write)(struct ssb_device *dev, const void *buffer, member 614 dev->ops->block_write(dev, buffer, count, offset, reg_width); in ssb_block_write()
|
/linux-4.4.14/drivers/bcma/ |
D | host_soc.c | 162 .block_write = bcma_host_soc_block_write,
|
D | host_pci.c | 154 .block_write = bcma_host_pci_block_write,
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3580 block_write + 1090 in section .text 3583 starts at address 0x1001c2a1 <block_write+1073> 3584 and ends at 0x1001c2bf <block_write+1103>. 3586 Line 110 of "block_dev.c" starts at address 0x1001c2bf <block_write+1103> 3587 and ends at 0x1001c2e3 <block_write+1139>. 3625 0x1001c2bf <block_write+1103>: addl %eax,0xc(%ebp) 3626 0x1001c2c2 <block_write+1106>: movl 0xfffffdd4(%ebp),%edx 3627 0x1001c2c8 <block_write+1112>: btsl $0x0,0x18(%edx) 3628 0x1001c2cd <block_write+1117>: btsl $0x1,0x18(%edx) 3629 0x1001c2d2 <block_write+1122>: sbbl %ecx,%ecx [all …]
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 169 &block_write, & write---general block-dev write \cr
|