Home
last modified time | relevance | path

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

/u-boot/drivers/block/
A Dblk-uclass.c345 const struct blk_ops *ops = blk_get_ops(dev); in blk_select_hwpart()
439 const struct blk_ops *ops = blk_get_ops(dev); in blk_dread()
460 const struct blk_ops *ops = blk_get_ops(dev); in blk_dwrite()
473 const struct blk_ops *ops = blk_get_ops(dev); in blk_derase()
A Dsandbox.c246 static const struct blk_ops sandbox_host_blk_ops = {
A Dide.c1179 static const struct blk_ops ide_blk_ops = {
/u-boot/include/
A Dblk.h211 struct blk_ops { struct
270 #define blk_get_ops(dev) ((struct blk_ops *)(dev)->driver->ops) argument
/u-boot/drivers/ata/
A Dsata.c138 static const struct blk_ops sata_blk_ops = {
A Dsata_sil.c766 static const struct blk_ops sata_sil_blk_ops = {
A Ddwc_ahsata.c1076 static const struct blk_ops dwc_ahsata_blk_ops = {
A Dfsl_sata.c894 static const struct blk_ops sata_fsl_blk_ops = {
A Dsata_mv.c1025 static const struct blk_ops sata_mv_blk_ops = {
/u-boot/drivers/virtio/
A Dvirtio_blk.c125 static const struct blk_ops virtio_blk_ops = {
/u-boot/lib/efi_driver/
A Defi_block_device.c189 static const struct blk_ops efi_blk_ops = {
/u-boot/drivers/mmc/
A Dmmc-uclass.c483 static const struct blk_ops mmc_blk_ops = {
/u-boot/drivers/scsi/
A Dscsi.c692 static const struct blk_ops scsi_blk_ops = {
/u-boot/drivers/xen/
A Dpvblock.c715 static const struct blk_ops pvblock_blk_ops = {
/u-boot/drivers/nvme/
A Dnvme.c811 static const struct blk_ops nvme_blk_ops = {
/u-boot/common/
A Dusb_storage.c1553 static const struct blk_ops usb_storage_ops = {

Completed in 26 milliseconds