Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/accel/ivpu/
Divpu_hw_btrs.h24 int ivpu_hw_btrs_wp_drive(struct ivpu_device *vdev, bool enable);
Divpu_hw.c127 return ivpu_hw_btrs_wp_drive(vdev, true); in wp_enable()
132 return ivpu_hw_btrs_wp_drive(vdev, false); in wp_disable()
Divpu_hw_btrs.c337 int ivpu_hw_btrs_wp_drive(struct ivpu_device *vdev, bool enable) in ivpu_hw_btrs_wp_drive() function