Home
last modified time | relevance | path

Searched defs:bops (Results 1 - 25 of 32) sorted by relevance

12

/third_party/NuttX/drivers/bch/
H A Dbchlib_setup.c75 struct block_operations *bops = (struct block_operations *)drv->ops; in bchlib_setup() local
/third_party/NuttX/fs/driver/
H A Dfs_registerblockdriver.c62 register_blockdriver(const char *path, const struct block_operations *bops, mode_t mode, void *priv) register_blockdriver() argument
/kernel/linux/linux-5.10/drivers/misc/
H A Dad525x_dpot-i2c.c44 static const struct ad_dpot_bus_ops bops = { variable
H A Dad525x_dpot-spi.c73 static const struct ad_dpot_bus_ops bops = { variable
H A Dad525x_dpot.h207 const struct ad_dpot_bus_ops *bops; member
/kernel/linux/linux-6.6/drivers/misc/
H A Dad525x_dpot-i2c.c44 static const struct ad_dpot_bus_ops bops = { variable
H A Dad525x_dpot-spi.c73 static const struct ad_dpot_bus_ops bops = { variable
H A Dad525x_dpot.h207 const struct ad_dpot_bus_ops *bops; member
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dmips-r2-to-r6-emul.h19 u64 bops; member
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dmips-r2-to-r6-emul.h19 u64 bops; member
/kernel/linux/linux-5.10/drivers/input/misc/
H A Dcma3000_d0x.c273 cma3000_init(struct device *dev, int irq, const struct cma3000_bus_ops *bops) cma3000_init() argument
H A Dadxl34x.c209 const struct adxl34x_bus_ops *bops; member
691 adxl34x_probe(struct device *dev, int irq, bool fifo_delay_default, const struct adxl34x_bus_ops *bops) adxl34x_probe() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.c323 hnae_get_handle(struct device *owner_dev, const struct fwnode_handle *fwnode, u32 port_id, struct hnae_buf_ops *bops) hnae_get_handle() argument
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dad7606_spi.c310 const struct ad7606_bus_ops *bops; in ad7606_spi_probe() local
[all...]
H A Dad7606.h96 const struct ad7606_bus_ops *bops; member
H A Dad7606.c566 ad7606_probe(struct device *dev, int irq, void __iomem *base_address, const char *name, unsigned int id, const struct ad7606_bus_ops *bops) ad7606_probe() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.c323 hnae_get_handle(struct device *owner_dev, const struct fwnode_handle *fwnode, u32 port_id, struct hnae_buf_ops *bops) hnae_get_handle() argument
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dad7606_spi.c310 const struct ad7606_bus_ops *bops; in ad7606_spi_probe() local
[all...]
H A Dad7606.h94 const struct ad7606_bus_ops *bops; member
H A Dad7606.c560 ad7606_probe(struct device *dev, int irq, void __iomem *base_address, const char *name, unsigned int id, const struct ad7606_bus_ops *bops) ad7606_probe() argument
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dcma3000_d0x.c273 cma3000_init(struct device *dev, int irq, const struct cma3000_bus_ops *bops) cma3000_init() argument
/kernel/linux/linux-5.10/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c98 struct block_op bops[MAX_RECURSIVE_ALLOCATIONS + 1]; member
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c100 struct block_op bops[MAX_RECURSIVE_ALLOCATIONS + 1]; member
/kernel/liteos_a/drivers/block/disk/src/
H A Ddisk.c449 struct block_operations *bops = (struct block_operations *)((struct drv_data *)blkDrv->data)->ops; in GPTInfoGet() local
495 struct block_operations *bops = NULL; in OsGPTPartitionRecognition() local
562 struct block_operations *bops = (struct block_operations *)((struct drv_data *)blkDrv->data)->ops; in DiskGPTPartitionRecognition() local
591 struct block_operations *bops = (struct block_operations *)((struct drv_data *)blkDrv->data)->ops; in OsMBRInfoGet() local
617 struct block_operations *bops in OsEBRInfoGet() local
670 struct block_operations *bops = (struct block_operations *)((struct drv_data *)blkDrv->data)->ops; OsLogicalPartitionRecognition() local
708 struct block_operations *bops = (struct block_operations *)((struct drv_data *)blkDrv->data)->ops; DiskPartitionRecognition() local
810 struct block_operations *bops = (struct block_operations *)((struct drv_data *)disk->dev->data)->ops; disk_read_directly() local
844 struct block_operations *bops = (struct block_operations *)((struct drv_data *)disk->dev->data)->ops; disk_write_directly() local
1017 struct block_operations *bops = (struct block_operations *)((struct drv_data *)disk->dev->data)->ops; los_disk_ioctl() local
1189 struct block_operations *bops = (struct block_operations *)((struct drv_data *)part->dev->data)->ops; los_part_ioctl() local
1446 los_disk_init(const CHAR *diskName, const struct block_operations *bops, VOID *priv, INT32 diskID, VOID *info) los_disk_init() argument
[all...]
/kernel/liteos_a/fs/vfs/bcache/src/
H A Dbcache.c779 struct block_operations *bops = (struct block_operations *)((struct drv_data *)priv->data)->ops; in DrvBread() local
791 struct block_operations *bops = (struct block_operations *)((struct drv_data *)priv->data)->ops; in DrvBwrite() local

Completed in 18 milliseconds

12