Home
last modified time | relevance | path

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

/external/u-boot/drivers/block/
Dblk-uclass.c314 const struct blk_ops *ops = blk_get_ops(dev); in blk_select_hwpart()
408 const struct blk_ops *ops = blk_get_ops(dev); in blk_dread()
429 const struct blk_ops *ops = blk_get_ops(dev); in blk_dwrite()
442 const struct blk_ops *ops = blk_get_ops(dev); in blk_derase()
/external/u-boot/include/
Dblk.h262 #define blk_get_ops(dev) ((struct blk_ops *)(dev)->driver->ops) macro