Home
last modified time | relevance | path

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

/linux/drivers/accel/ivpu/
H A Divpu_hw_btrs.h24 int ivpu_hw_btrs_wp_drive(struct ivpu_device *vdev, bool enable);
H A 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()
H A Divpu_hw_btrs.c337 int ivpu_hw_btrs_wp_drive(struct ivpu_device *vdev, bool enable) in ivpu_hw_btrs_wp_drive() function