Home
last modified time | relevance | path

Searched refs:blk_ops (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/rkflash/
H A Drkflash_blk.c339 struct flash_blk_ops *tr = dev->blk_ops; in rkflash_next_request()
352 __releases(&dev->blk_ops->queue_lock) in rkflash_blktrans_work()
353 __acquires(&dev->blk_ops->queue_lock) in rkflash_blktrans_work()
355 struct flash_blk_ops *tr = dev->blk_ops; in rkflash_blktrans_work()
365 spin_unlock_irq(&dev->blk_ops->queue_lock); in rkflash_blktrans_work()
376 spin_lock_irq(&dev->blk_ops->queue_lock); in rkflash_blktrans_work()
392 spin_lock_irq(&dev->blk_ops->queue_lock); in rkflash_queue_rq()
393 list_add_tail(&bd->rq->queuelist, &dev->blk_ops->rq_list); in rkflash_queue_rq()
395 spin_unlock_irq(&dev->blk_ops->queue_lock); in rkflash_queue_rq()
518 struct flash_blk_ops *blk_ops, in rkflash_blk_add_dev() argument
[all …]
H A Drkflash_blk.h39 struct flash_blk_ops *blk_ops; member
/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()
H A Dsystemace.c260 static const struct blk_ops systemace_blk_ops = {
H A Dsandbox.c221 static const struct blk_ops sandbox_host_blk_ops = {
H A Dide.c1178 static const struct blk_ops ide_blk_ops = {
/OK3568_Linux_fs/u-boot/include/
H A Dblk.h218 struct blk_ops { struct
277 #define blk_get_ops(dev) ((struct blk_ops *)(dev)->driver->ops) argument
/OK3568_Linux_fs/u-boot/drivers/ram/
H A Dramdisk-uclass.c66 static const struct blk_ops ramdisk_blk_ops = {
/OK3568_Linux_fs/u-boot/drivers/rkflash/
H A Drkflash_blk.c109 static const struct blk_ops rkflash_blk_ops = {
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata.c137 static const struct blk_ops sata_blk_ops = {
H A Ddwc_ahsata.c1068 static const struct blk_ops dwc_ahsata_blk_ops = {
/OK3568_Linux_fs/u-boot/drivers/rknand/
H A Drknand.c205 static const struct blk_ops rknand_blk_ops = {
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc-uclass.c352 static const struct blk_ops mmc_blk_ops = {
/OK3568_Linux_fs/u-boot/drivers/scsi/
H A Dscsi.c696 static const struct blk_ops scsi_blk_ops = {
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtd_blk.c691 static const struct blk_ops mtd_blk_ops = {
/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.c819 static const struct blk_ops nvme_blk_ops = {
/OK3568_Linux_fs/u-boot/common/
H A Dusb_storage.c1550 static const struct blk_ops usb_storage_ops = {