Searched defs:nvme_ctrl_ops (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-6.6/drivers/nvme/host/ |
| D | nvme.h | 530 struct nvme_ctrl_ops { struct 531 const char *name; 532 struct module *module; 533 unsigned int flags; 538 const struct attribute_group **dev_attr_groups; 539 int (*reg_read32)(struct nvme_ctrl *ctrl, u32 off, u32 *val); 540 int (*reg_write32)(struct nvme_ctrl *ctrl, u32 off, u32 val); 541 int (*reg_read64)(struct nvme_ctrl *ctrl, u32 off, u64 *val); 542 void (*free_ctrl)(struct nvme_ctrl *ctrl); 543 void (*submit_async_event)(struct nvme_ctrl *ctrl); [all …]
|
| D | apple.c | 1218 static const struct nvme_ctrl_ops nvme_ctrl_ops = { variable
|
| /kernel/linux/linux-5.10/drivers/nvme/host/ |
| D | nvme.h | 479 struct nvme_ctrl_ops { struct 480 const char *name; 481 struct module *module; 482 unsigned int flags; 486 int (*reg_read32)(struct nvme_ctrl *ctrl, u32 off, u32 *val); 487 int (*reg_write32)(struct nvme_ctrl *ctrl, u32 off, u32 val); 488 int (*reg_read64)(struct nvme_ctrl *ctrl, u32 off, u64 *val); 489 void (*free_ctrl)(struct nvme_ctrl *ctrl); 490 void (*submit_async_event)(struct nvme_ctrl *ctrl); 491 void (*delete_ctrl)(struct nvme_ctrl *ctrl); [all …]
|