Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/block/
H A Dblk-uclass.c359 const struct blk_ops *ops = blk_get_ops(dev); in blk_select_hwpart()
453 const struct blk_ops *ops = blk_get_ops(dev); in blk_dread()
474 const struct blk_ops *ops = blk_get_ops(dev); in blk_dwrite()
487 const struct blk_ops *ops = blk_get_ops(dev); in blk_derase()
/OK3568_Linux_fs/u-boot/include/
H A Dblk.h277 #define blk_get_ops(dev) ((struct blk_ops *)(dev)->driver->ops) macro