Searched defs:ivpu_hw_ops (Results 1 – 1 of 1) sorted by relevance
11 struct ivpu_hw_ops { struct12 int (*info_init)(struct ivpu_device *vdev);13 int (*power_up)(struct ivpu_device *vdev);14 int (*boot_fw)(struct ivpu_device *vdev);15 int (*power_down)(struct ivpu_device *vdev);16 int (*reset)(struct ivpu_device *vdev);40 const struct ivpu_hw_ops *ops; argument