Home
last modified time | relevance | path

Searched defs:ivpu_hw_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.8/drivers/accel/ivpu/
Divpu_hw.h11 struct ivpu_hw_ops { struct
12 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);
17 bool (*is_idle)(struct ivpu_device *vdev);
18 int (*wait_for_idle)(struct ivpu_device *vdev);
19 void (*wdt_disable)(struct ivpu_device *vdev);
43 const struct ivpu_hw_ops *ops; argument