Home
last modified time | relevance | path

Searched refs:ivpu_jsm_get_heartbeat (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/accel/ivpu/
H A Divpu_jsm_msg.h14 int ivpu_jsm_get_heartbeat(struct ivpu_device *vdev, u32 engine, u64 *heartbeat);
H A Divpu_jsm_msg.c54 int ivpu_jsm_get_heartbeat(struct ivpu_device *vdev, u32 engine, u64 *heartbeat) in ivpu_jsm_get_heartbeat() function
H A Divpu_drv.c182 ret = ivpu_jsm_get_heartbeat(vdev, args->index, &args->value); in ivpu_get_param_ioctl()