Home
last modified time | relevance | path

Searched refs:dev_ops (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/power/domain/
H A Dti-sci-power-domain.c58 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()
/openbmc/qemu/block/
H A Dblock-backend.c54 const BlockDevOps *dev_ops; member
1017 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 …]
/openbmc/u-boot/drivers/reset/
H A Dreset-ti-sci.c93 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()
/openbmc/qemu/hw/cxl/
H A Dcxl-device-utils.c277 static const MemoryRegionOps dev_ops = { variable
316 memory_region_init_io(&cxl_dstate->device, obj, &dev_ops, cxl_dstate, in cxl_device_register_block_init()
/openbmc/u-boot/include/linux/soc/ti/
H A Dti_sci_protocol.h270 struct ti_sci_dev_ops dev_ops; member
/openbmc/u-boot/drivers/firmware/
H A Dti_sci.c1814 struct ti_sci_dev_ops *dops = &ops->dev_ops; in ti_sci_setup_ops()