Searched refs:dev_ops (Results 1 – 6 of 6) sorted by relevance
58 const struct ti_sci_dev_ops *dops = &sci->ops.dev_ops; in ti_sci_power_domain_on()75 const struct ti_sci_dev_ops *dops = &sci->ops.dev_ops; in ti_sci_power_domain_off()
54 const BlockDevOps *dev_ops; member1017 blk->dev_ops = NULL; in blk_detach_dev()1094 blk->dev_ops = ops; in blk_set_dev_ops()1116 if (blk->dev_ops && blk->dev_ops->change_media_cb) { in blk_dev_change_media_cb()1121 blk->dev_ops->change_media_cb(blk->dev_opaque, load, &local_err); in blk_dev_change_media_cb()1149 return !blk->dev || (blk->dev_ops && blk->dev_ops->change_media_cb); in blk_dev_has_removable_media()1158 return blk->dev_ops && blk->dev_ops->is_tray_open; in blk_dev_has_tray()1168 if (blk->dev_ops && blk->dev_ops->eject_request_cb) { in blk_dev_eject_request()1169 blk->dev_ops->eject_request_cb(blk->dev_opaque, force); in blk_dev_eject_request()1180 return blk->dev_ops->is_tray_open(blk->dev_opaque); in blk_dev_is_tray_open()[all …]
93 const struct ti_sci_dev_ops *dops = &sci->ops.dev_ops; in ti_sci_reset_set()169 const struct ti_sci_dev_ops *dops = &sci->ops.dev_ops; in ti_sci_reset_status()
277 static const MemoryRegionOps dev_ops = { variable316 memory_region_init_io(&cxl_dstate->device, obj, &dev_ops, cxl_dstate, in cxl_device_register_block_init()
270 struct ti_sci_dev_ops dev_ops; member
1814 struct ti_sci_dev_ops *dops = &ops->dev_ops; in ti_sci_setup_ops()