Home
last modified time | relevance | path

Searched defs:block_ops (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/trusty/lk/include/dev/class/
Dblock.h30 struct block_ops { struct
31 struct driver_ops std;
33 ssize_t (*get_block_size)(struct device *dev);
34 ssize_t (*get_block_count)(struct device *dev);
36 ssize_t (*write)(struct device *dev, off_t offset, const void *buf, size_t count);
37 ssize_t (*read)(struct device *dev, off_t offset, void *buf, size_t count);
39 status_t (*flush)(struct device *dev);
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Ddevice_mesh_cluster_coarsening.cc241 llvm::SmallVector<mlir::tf_device::ClusterOp, 4> block_ops; in ClusterDeviceClusterOpsInBlock() local