Home
last modified time | relevance | path

Searched refs:blk_get_ops (Results 1 – 3 of 3) sorted by relevance

/u-boot/disk/
A Ddisk-uclass.c76 ops = blk_get_ops(parent); in part_blk_read()
99 ops = blk_get_ops(parent); in part_blk_write()
122 ops = blk_get_ops(parent); in part_blk_erase()
184 ops = blk_get_ops(dev); in disk_blk_read()
215 ops = blk_get_ops(dev); in disk_blk_write()
234 ops = blk_get_ops(dev); in disk_blk_erase()
/u-boot/drivers/block/
A Dblk-uclass.c359 const struct blk_ops *ops = blk_get_ops(dev); in blk_select_hwpart()
450 const struct blk_ops *ops = blk_get_ops(dev); in blk_read()
471 const struct blk_ops *ops = blk_get_ops(dev); in blk_write()
484 const struct blk_ops *ops = blk_get_ops(dev); in blk_erase()
/u-boot/include/
A Dblk.h265 #define blk_get_ops(dev) ((struct blk_ops *)(dev)->driver->ops) macro

Completed in 12 milliseconds