Searched defs:block (Results 1 – 6 of 6) sorted by relevance
| /platform/armemu/ |
| A D | blkdev.c | 21 ssize_t read_block(struct bdev *dev, void *buf, bnum_t block, uint count) { in read_block() 36 ssize_t write_block(struct bdev *dev, const void *buf, bnum_t block, uint count) { in write_block()
|
| /platform/stm32f4xx/ |
| A D | flash.c | 89 static ssize_t stmflash_bdev_read_block(struct bdev *bdev, void *buf, bnum_t block, uint count) { in stmflash_bdev_read_block() 118 static ssize_t stmflash_bdev_write_block(struct bdev *bdev, const void *_buf, bnum_t block, uint co… in stmflash_bdev_write_block()
|
| /platform/stm32f7xx/ |
| A D | flash.c | 99 static ssize_t stm32_flash_bdev_read_block(struct bdev *bdev, void *buf, bnum_t block, uint count) { in stm32_flash_bdev_read_block() 107 static ssize_t stm32_flash_bdev_write_block(struct bdev *bdev, const void *buf, bnum_t block, uint … in stm32_flash_bdev_write_block()
|
| A D | qspi.c | 300 bnum_t block, uint count) { in spiflash_bdev_read_block() 367 bnum_t block, uint count) { in spiflash_bdev_write_block()
|
| /platform/zynq/ |
| A D | spiflash.c | 332 static ssize_t spiflash_bdev_read_block(struct bdev *bdev, void *buf, bnum_t block, uint count) { in spiflash_bdev_read_block() 342 static ssize_t spiflash_bdev_write_block(struct bdev *bdev, const void *_buf, bnum_t block, uint co… in spiflash_bdev_write_block()
|
| /platform/stm32f0xx/ |
| A D | can.c | 199 ssize_t can_recv(can_msg_t *msg, bool block) { in can_recv()
|
Completed in 14 milliseconds