Home
last modified time | relevance | path

Searched defs:block (Results 1 – 6 of 6) sorted by relevance

/platform/armemu/
A Dblkdev.c21 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 Dflash.c89 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 Dflash.c99 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 Dqspi.c300 bnum_t block, uint count) { in spiflash_bdev_read_block()
367 bnum_t block, uint count) { in spiflash_bdev_write_block()
/platform/zynq/
A Dspiflash.c332 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 Dcan.c199 ssize_t can_recv(can_msg_t *msg, bool block) { in can_recv()

Completed in 14 milliseconds