Home
last modified time | relevance | path

Searched refs:enable_protection (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/gpu/host1x/hw/
Dsyncpt_hw.c143 .enable_protection = syncpt_enable_protection,
/linux-6.1.9/drivers/gpu/host1x/
Ddev.h73 void (*enable_protection)(struct host1x *host); member
216 return host->syncpt_op->enable_protection(host); in host1x_hw_syncpt_enable_protection()