Home
last modified time | relevance | path

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

/linux/drivers/gpu/host1x/hw/
H A Dsyncpt_hw.c140 .enable_protection = syncpt_enable_protection,
/linux/drivers/gpu/host1x/
H A Ddev.h74 void (*enable_protection)(struct host1x *host); member
224 return host->syncpt_op->enable_protection(host); in host1x_hw_syncpt_enable_protection()